0
Under review
Apache 2.4.x revese proxy error 500 and 502
Hello, I configured a wirtual host for ajenti with proxypass reverse.
But I have one error 500 and 502 error's.
This is my apache configuration
what is misconfigured?
But I have one error 500 and 502 error's.
This is my apache configuration
<VirtualHost *:443> ServerName ajenti.XXXXX.org SSLEngine on SSLProxyEngine On SSLCertificateFile /etc/ssl/XXXXX_webserver_ssl.crt SSLCertificateKeyFile /etc/ssl/XXXXX_webserver_ssl.key #SSLVerifyClient none <IfModule mod_disk_cache.c> # "/s" is where Confluence serves "static" stuff. Instruct Apache to cache it: CacheEnable disk /s CacheIgnoreHeaders Set-Cookie CacheRoot "/var/cache/mod_proxy" </IfModule> # Ajenti Proxy Configuration: <Proxy *> Order deny,allow Allow from all </Proxy> RequestHeader set Origin https://192.168.0.200:8010 ProxyRequests Off ProxyPreserveHost On ProxyPass / https://192.168.0.200:8010/ ProxyPassReverse / https://192.168.0.200:8010/ ProxyPass /ajenti:socket/1/websocket/ ws://192.168.0.200:8010/ajenti:socket/1/websocket/ ErrorLog "/var/log/apache2/ajenti.log" CustomLog "/var/log/apache2/ajenti-access.log" common </VirtualHost>Firefox Networking:
what is misconfigured?
Customer support service by UserEcho
I already tested by commented the ws ProxyPass line.
I using the auto generated certificate by Ajenti.
I'm not sure if this will resolve your problem fully - I'll set up your configuration at my side for testing later today.
Here is ajenti.log
Juste header bar with home picture and logout.