当我尝试反向代理时不确定发生了什么,但我不断收到错误 500。我启用了 mod_proxy 和 mod_proxy_html,我的反向代理的 conf 文件如下所示:
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /panel http://mydomain.com:8005/
ProxyPassReverse /panel http://mydomain.com:8005/
Run Code Online (Sandbox Code Playgroud)
我已经尝试了几乎所有的东西,只要用斜杠和不带斜杠来写相反的东西。当我
tail /var/log/apache2/error.log
[Tue Dec 06 12:58:00 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Dec 06 12:58:00 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Tue Dec 06 12:58:00 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Dec 06 12:58:00 2011] [notice] Digest: done
PHP Deprecated: …
Run Code Online (Sandbox Code Playgroud)