<VirtualHost *:80>
DocumentRoot /var/clients/client0/web1/web
ServerName bla.de
ServerAdmin webmaster@bla.de
ErrorLog /var/clients/client0/web1/log/error.log
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
ServerAlias www.bla.de
# suexec enabled
SuexecUserGroup web1 client0
# php as fast-cgi enabled
<Directory /var/clients/client0/web1/web>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php
Order allow,deny
allow from all
</Directory>
</VirtualHost>
könnte man eigentlich einen php umschalter relasieren? also php4 / php5 umschalter?
wenn man verschiedene starter verwendet sollte das gehen
problematisch ist, dass suexec den document root umbedingt unter /var/www finden möchte.<VirtualHost _default_:8080>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/ispconfig
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig>
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig .php
Options FollowSymLinks +ExecCGI -MultiViews -Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
ServerSignature Off
</VirtualHost>
Möchte suPHP den webroot nicht unter /var/www haben?
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen