Skip to content
Snippets Groups Projects
Commit 2fe2c7aa authored by redray's avatar redray
Browse files

code cosmetics

parent f7da8ec1
No related branches found
No related tags found
No related merge requests found
...@@ -8,36 +8,36 @@ Listen {vhost_port} ...@@ -8,36 +8,36 @@ Listen {vhost_port}
NameVirtualHost *:{vhost_port} NameVirtualHost *:{vhost_port}
<VirtualHost _default_:{vhost_port}> <VirtualHost _default_:{vhost_port}>
ServerAdmin webmaster@localhost ServerAdmin webmaster@localhost
DocumentRoot /usr/local/ispconfig/interface/web/ DocumentRoot /usr/local/ispconfig/interface/web/
<IfModule mod_fastcgi.c> <IfModule mod_fastcgi.c>
SuexecUserGroup ispconfig ispconfig SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/> <Directory /var/www/ispconfig/>
Options Indexes FollowSymLinks MultiViews +ExecCGI Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
AllowOverride None AllowOverride None
Order allow,deny Order allow,deny
Allow from all Allow from all
</Directory> </Directory>
</IfModule> </IfModule>
<IfModule mod_php5.c> <IfModule mod_php5.c>
AddType application/x-httpd-php .php AddType application/x-httpd-php .php
<Directory /usr/local/ispconfig/interface/web> <Directory /usr/local/ispconfig/interface/web>
Options FollowSymLinks Options FollowSymLinks
AllowOverride None AllowOverride None
Order allow,deny Order allow,deny
Allow from all Allow from all
</Directory> </Directory>
</IfModule> </IfModule>
# ErrorLog /var/log/apache2/error.log # ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined # CustomLog /var/log/apache2/access.log combined
ServerSignature Off ServerSignature Off
</VirtualHost> </VirtualHost>
########################################### ###########################################
......
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