Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
24ed48ab
Commit
24ed48ab
authored
Jan 27, 2009
by
tbrehm
Browse files
Fixed FCGI starter script for ispconfig interface.
parent
cbda3005
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.vhost.master
View file @
24ed48ab
...
...
@@ -12,16 +12,15 @@ NameVirtualHost *:{vhost_port}
DocumentRoot /usr/local/ispconfig/interface/web/
<IfModule mod_fastcgi.c>
DocumentRoot /
var/www
/ispconfig/
DocumentRoot /
usr/local
/ispconfig/
interface/web/
SuexecUserGroup ispconfig ispconfig
<Directory /
var/www
/ispconfig/>
<Directory /
usr/local
/ispconfig/
interface/web/
>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper /
var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
.php
FCGIWrapper /
usr/local/ispconfig/interface/bin/php-fcgi
.php
Order allow,deny
Allow from all
php_value magic_quotes_gpc 0
</Directory>
</IfModule>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment