Please turn JavaScript on
Apache Lounge icon

Apache Lounge

follow.it gives you an easy way to subscribe to Apache Lounge's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Apache Lounge with other site's feeds!

Title: Error 404 (Not Found)!!1

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.85 / day

Message History

First thought is to surround that with the "does the file exist" question.

Code:
<Location /php-status-www>
   <If "-f %{REQUEST_FILENAME}">
SetHandler proxy:unix:/srv/run/php/www.sock|fcgi://localhost
</If>
</Location>


The other thought is: does it make se...

Read full story
Hi,

I�m not entirely sure how things are configured with my hosting provider.
What I do know is that the mod_proxy_fcgi.c module is loaded and that the Apache configuration (2.4.43) contains directives such as:
Code: <Location /php-status-www>
   SetHandler proxy:unix:/srv/run/php/www.sock|fcgi://localhost
</Loca...

Read full story
I wonder. Where do you use proxy fcgi?

Topic Replies: 6

Read full story
Posted at the developer list :

https://lists.apache.org/thread/xh27loq08vbkm0vkr44mz185rtwc9qg6

Topic Replies: 14

Read full story