#### CONFIXX APACHE VHOST FILE ####
### created Sun Mar 7 17:04:03 2004 ###
NameVirtualHost 62.112.153.169:80
php_admin_flag safe_mode On
php_admin_value safe_mode_exec_dir /opt/empty
UseCanonicalName Off
LogFormat "%V:#:%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx
LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" confixx2
CustomLog /var/log/apache2//confixx/stdlog_access confixx2
<Directory "/opt">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options -FollowSymLinks -SymLinksIfOwnerMatch +Includes
</Directory>
<Directory "/opt/web1/html">
Options +Indexes
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>
<VirtualHost 62.112.153.169:80>
DocumentRoot /opt/confixx/html/gesperrt
</VirtualHost>
<VirtualHost 62.112.153.169:80>
ServerName fan1919.live21.de
ServerAlias
www.fan1919.live21.de web2.1384-1.1st-housing.de
DocumentRoot /opt/web2/html
SuexecUserGroup web2 nogroup
ScriptAlias /cgi-bin/ /opt/web2/html/cgi-bin/
CustomLog /opt/web2/log/access_log confixx2
php_admin_value open_basedir /opt/web2/
php_admin_value upload_tmp_dir /opt/web2/phptmp/
</VirtualHost>
<VirtualHost 62.112.153.169:80>
ServerName web1.1384-1.1st-housing.de
ServerAlias
www.web1.1384-1.1st-housing.de
DocumentRoot /opt/web1/html
SuexecUserGroup web1 nogroup
ScriptAlias /cgi-bin/ /opt/web1/html/cgi-bin/
CustomLog /opt/web1/log/access_log confixx2
php_admin_value open_basedir /opt/web1/
php_admin_value upload_tmp_dir /opt/web1/phptmp/
</VirtualHost>