14 lines
404 B
ApacheConf
14 lines
404 B
ApacheConf
<VirtualHost *:80>
|
|
DocumentRoot /var/www/tousenscene34.fr
|
|
ServerName tousenscene34.fr
|
|
ServerAlias www.tousenscene34.fr
|
|
<Directory "/var/www/tousenscene34.fr">
|
|
AllowOverride All
|
|
</Directory>
|
|
|
|
ErrorDocument 403 /403.html
|
|
ErrorDocument 404 /404.html
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/tousenscene34.fr_error.log
|
|
CustomLog ${APACHE_LOG_DIR}/tousenscene34.fr_access.log combined
|
|
</VirtualHost>
|