Skip to content
Snippets Groups Projects
Commit 307b0302 authored by cfoe's avatar cfoe
Browse files

fixed .php-fcgi-starter for frontend

parent 3d0cfc3d
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ PHPRC=/etc/php5/cgi/ ...@@ -3,4 +3,4 @@ PHPRC=/etc/php5/cgi/
export PHPRC export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1 export PHP_FCGI_CHILDREN=1
exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off -d session.save_path=/usr/local/ispconfig/server/temp exec /usr/bin/php-cgi -d magic_quotes_gpc=off -d session.save_path=/usr/local/ispconfig/server/temp
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment