0
Apache Reserve Proxy
I am trying to set up an apache reverse proxy, but when I try to access Ubooquity, I keep getting 404 errors. Here is my config:
<Virtualhost *:443>
SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/www.dreadstar.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.dreadstar.net/privkey.pem
SSLProxyEngine on
LogLevel trace5
CustomLog ${APACHE_LOG_DIR}/ubooquity-access.log combined
ErrorLog ${APACHE_LOG_DIR}/ubooquity-error.log
ProxyPreserveHost Off
ProxyPass /comics/ http://127.0.0.1:2202/
ProxyPassReverse /comics/ http://127.0.0.1:2202/
</Virtualhost>
Customer support service by UserEcho
I figured it out. My apache was totally configured wrong.
what did you change if i may ask i also have a reverse proxy but only getting a 404 on the books url