https://bz.apache.org/bugzilla/show_bug.cgi?id=59815

--- Comment #14 from [email protected] ---
I can confirm this error as well after upgrading from apache 2.4.20. I am
running Apache 2.4.23 and php-fpm 5.6.23

----------------------
This is my fpm config:

<FilesMatch "\.php$">
        SetHandler "proxy:unix:/tmp/fpm.sock|fcgi://"
</FilesMatch>

---------------------
And my .htaccess:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) index.php/$1 [L]

---------------------
When requesting /foobar I get a "Primary script unknown" error from fpm but
when I request /index.php/foobar I get the correct behavior. So this does seem
to be related to mod_rewrite's interaction with fgci.

Is there a workaround for this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to