Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

255
Views
After use mod_proxy_fcgi, the page is shown but the network status is 404

When I use php7 for Apache in Windows, I try to use mod_proxy_fcgi. So I use mod_proxy and mod_proxy_fcgi and set that thing in httpd.conf:

<Proxy "fcgi://127.0.0.1:9000/" enablereuse=on max=10>
</Proxy>

<FilesMatch "\.php$">
    # Note: The only part that varies is /path/to/app.sock
    SetHandler  "proxy:fcgi://127.0.0.1:9000/"
</FilesMatch>

And I also set the doc_root="E:/AMP/www" in php.ini

After I start apache and php-cgi in that way:

php-cgi.exe -b 127.0.0.1:9000 -c php.ini

The page is show on the browser but status code is 404 in the network's panel of F12

Is there anything I missed ?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!