Here is a partial copy of my Vhost_ispconfig.conf green entries are correct, the red is incorrect.
If I remove it brutally from this file it is just re-added by ISP_Config
how to remove that red entry definitely ??
thanks and regards
######################################
# Vhost: www.
domain1.com:80
######################################
#
#
<VirtualHost 192.168.0.100:80>
ServerName www.
domain1.com:80
ServerAdmin webmaster@
domain1.com
DocumentRoot /var/www/web21/web
ServerAlias
domain1.com domain2.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /var/www/web21/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/var/www/web21/web/error/"
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
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web21/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web21/user/$1/web/$3
</VirtualHost>
#
#
#
######################################
# Vhost:
www.domain2.com:80
######################################
#
#
<VirtualHost 192.168.0.100:80>
ServerName www.
domain2.com:80
ServerAdmin webmaster@
domain2.com
DocumentRoot /var/www/web24/web
ServerAlias
domain2.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /var/www/web24/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode On
php_admin_value open_basedir /var/www/web24/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /var/www/web24/phptmp/
php_admin_value session.save_path /var/www/web24/phptmp/
Alias /error/ "/var/www/web24/web/error/"
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
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web24/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web24/user/$1/web/$3
</VirtualHost>
#
#
#
Recent comments
20 hours 20 min ago
20 hours 26 min ago
1 day 1 hour ago
1 day 8 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 21 hours ago
2 days 57 min ago
2 days 2 hours ago