79290754

Date: 2024-12-18 10:32:35
Score: 1.5
Natty:
Report link

After making any changes to httpd.conf, restart Apache to apply changes:

Stop Apache: httpd.exe -k stop

Start Apache: httpd.exe -k start

Ttry changing the SetHandler line to: SetHandler "proxy:fcgi://127.0.0.1:9000/"

Check Apache's error.log (usually located in logs/error.log) for more details about the proxy error.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: A P