Skip to main content

All Questions

Tagged with
0 votes
0 answers
216 views

Apache & PHP-FPM: AH01144: No protocol handler was valid for the URL /index.php (scheme 'unix')

This error occurs despite all the fixes that I Googled. Apache was loaded next modules: # /usr/local/apache/bin/apachectl -M | grep proxy [Thu Mar 14 22:37:35.825542 2024] [core:trace3] [pid 9087:tid ...
YpaHeL1's user avatar
  • 131
0 votes
0 answers
221 views

proxy causes "Name Error: The domain name does not exist" Apache2

When I activate a proxy by entering the address in /etc/environment, the website I host on my webserver becomes inaccessible with the following error message (snippet): <div id="content"&...
sysad noob's user avatar
0 votes
1 answer
148 views

Internal Server Error - ProxyPass & ProxyReseverse (Apache2)

I'm trying to set a ProxyPass & ProxyReverse up so that I can share a domain between 2 different servers. Looking to achieve: Domain: https://example.com Server A: https://example.com/quotes ...
YaBCK's user avatar
  • 103
1 vote
2 answers
667 views

Subdomain redirection (proxy) not working (tried with Apache2 and Nginx)

I'm using a raspberry pi with apache2 to manage my websites. I have multiple docker images running on different ports. I want to redirect (without url changes) scanner.raspberry.local to localhost:...
tholeb's user avatar
  • 39
0 votes
1 answer
427 views

Apache 2 basic reverse proxy config not working, getting 404 error

I started a new server in a virtual machine, and I can access its homepage from the browser. I set up a docker container hosted on port 90 which I can also access. To link /app/ to localhost:90 I ...
Tom743's user avatar
  • 1
0 votes
0 answers
272 views

connecting domain to a server and port forwarding to show website hosted on another server

I have a website on server A with IP address of 1.1.1.1 and the domain is example.com. I also have another server B which IP address is 2.2.2.2. I want to connect the domain example.net to server B ...
Sina Nouri's user avatar
0 votes
0 answers
484 views

apache proxy forward to a dynamic url set in the http header

I have an app server, which uses an apache server as a forward proxy to access the Internet. The forward proxy config on the apache server looks like: <VirtualHost 10.10.10.1:8080> ...
roland luo's user avatar
1 vote
1 answer
853 views

Set HTTP/HTTPS man-in-the-middle proxy for webserver (Apache2)

To log all http/https requests by a specific application, we use man-in-the-middle proxies (set as http or SOCKS5 proxies). On our local Windows and Mac machines, we usually 'proxify' apps or ...
Rick's user avatar
  • 53
0 votes
0 answers
760 views

Apache2 Reverse Proxy messes up CSS

I have a problem that when I use an SSL reverse proxy from site1 to site2, it works quite well except for the peculiar fact that all images are of the incorrect height. Everything else seems to be in ...
RottenBoot's user avatar
1 vote
0 answers
159 views

apache2 reverse Proxy - how to change default http Port of connected webserver

I am working in a test environment and set up an apache2 webserver in a Ubuntu 21 VM and an IIS webserver within a local network to learn about proxy server functionality. In these first tests I use ...
snuggs's user avatar
  • 11
1 vote
2 answers
10k views

Zabbix server port 10051 is blocked in firewall and need to use only 80 port

I have a zabbix server installed in ubuntu 18.04 in AWS cloud and setup the domain & SSL. The AWS server has a nginx web server running in port 80 & 443 and apache2 is configured in 7526. Only ...
Achuthan's user avatar
  • 111
1 vote
1 answer
1k views

Erpnext server behind apache proxy keeps raising error 503 Service Unavailable

i have an erpnext server behind an apache proxy. It often happens that the service fails and a 503 Service Unavailable error is shown Service Unavailable The server is temporarily unable to service ...
Tiziano Pedrazzoli's user avatar
1 vote
1 answer
663 views

Forwarding request made to my server to another server on the same path

I need to create a sub-directory mapping in the Apache server such that each request made to the path /another-path gets forwarded to https://some-website/another-path. How could I do this? If the ...
Amanda's user avatar
  • 145
1 vote
0 answers
344 views

Apache2 reverse proxy https <-> http with digest authentication

Sorry, If I posted a repeated question. Didn't find my answer yet. What I have is: a webservice on LAN which is only accesable over HTTP ans uses Digest Auth another server in LAN which has Apache2 ...
Mario Vlahovic's user avatar
0 votes
1 answer
971 views

Apache Frontend to tomcat:8443

I've been trying to do this for a few days to no luck. So basically i want my apache proxy to redirect the user to a tomcat on :8443. If i go to domain.com:8443 it displays the correct page but if i ...
Lickymoo's user avatar

15 30 50 per page