Commit 9e0c0f62 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

PathInfo support should be turned on on per-project basis in downstream projects

parent 7cd3bb84
...@@ -25,13 +25,6 @@ define HTTPD_CONF ...@@ -25,13 +25,6 @@ define HTTPD_CONF
LoadModule proxy_module /usr/lib/httpd/modules/mod_proxy.so LoadModule proxy_module /usr/lib/httpd/modules/mod_proxy.so
LoadModule proxy_fcgi_module /usr/lib/httpd/modules/mod_proxy_fcgi.so LoadModule proxy_fcgi_module /usr/lib/httpd/modules/mod_proxy_fcgi.so
AcceptPathInfo On
RewriteEngine On
RewriteCond /srv/www%{REQUEST_FILENAME} !-f
RewriteCond /srv/www%{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$$ fcgi://127.0.0.1:9000/srv/www/index.php/$$1 [P]
ProxyPassMatch ^/(.*\.php)$$ fcgi://127.0.0.1:9000/srv/www/$$1 ProxyPassMatch ^/(.*\.php)$$ fcgi://127.0.0.1:9000/srv/www/$$1
endef endef
export HTTPD_CONF export HTTPD_CONF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment