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
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=
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
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