Re: [users@httpd] Apache sending Content-Length 0

2017-12-07 Thread Hemant Chaudhary
Hi Noticed one more thing, after sending status 200 with content length 0. That particular child process dies. I thought its code dump but didn't find any thing in dump directory. Thanks Hemant On Thu, Dec 7, 2017 at 4:07 PM, Daniel wrote: > there is no reason to have that content length with

[users@httpd] Apache + PHPCGI

2017-12-07 Thread Christian Cioni
Hi, on my configuration, php work as cgi called through mod_action: AllowOverride none Require all granted ScriptAlias /local-bin /php-wrapper Options -Indexes +MultiViews +IncludesNOEXEC -FollowSymLinks +SymLinksIfOwnerMatch +ExecCGI AllowOverride All Nonfatal=

[users@httpd] Forward Proxy, RewriteRules and connection keep-alive

2017-12-07 Thread Markus Gausling
​​ Hello, I am using Apache 2.4.10 as a Forward Proxy for local clients running on the same machine. Apache listens on a dedicated port and local clients can connect to it using plain HTTP. The Forward Proxy then checks if the URL the client requests is an allowed one (whitelisted). If it is then

Re: [users@httpd] Apache sending Content-Length 0

2017-12-07 Thread Daniel
there is no reason to have that content length with a 200 and a file with actual data. Perhaps you could check which user runs httpd, and which is the unpriviledged user and if there is nothing in your cygwin install or windows is blocking it. Can't guess further. 2017-12-06 16:31 GMT+01:00 Hema