Hello,
I've a problem with php-fpm and apache, the problem is when i try to login in the apache logs says "'Primary script unknown"
Here what i got via proxy
Logs
Any ideas why this happen, switch to nginx is not an option.
Thanks
I've a problem with php-fpm and apache, the problem is when i try to login in the apache logs says "'Primary script unknown"
Here what i got via proxy
Code:
<IfModule proxy_fcgi_module>
ProxyPassMatch "^/(.*\.php(/.*)?)$" "fcgi://127.0.0.1:9001/home/user/public_html"
DirectoryIndex index.php index.html
</IfModule>
Logs
Code:
[proxy_fcgi] [pid 15376:tid 109348206573312] [client ] AH01071: Got error 'Primary script unknown\n', referer: http://domain.com/login.html
Thanks