1
0
Fork 0

update `apache2` config

urosm 2024-03-19 02:07:18 +01:00
parent ca58f7693d
commit c1d09cfb75
2 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,9 @@
</Directory> </Directory>
<VirtualHost *:80> <VirtualHost *:80>
DirectoryIndex README.html
ServerName bavbavhaus.localhost ServerName bavbavhaus.localhost
DocumentRoot /home/urosm/bavbavhaus.net/public_html DocumentRoot /home/urosm/bavbavhaus.net/public_html
DirectoryIndex README.html
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost> </VirtualHost>

View File

@ -11,6 +11,7 @@
ServerName bavbavhaus.net ServerName bavbavhaus.net
ServerAlias www.bavbavhaus.net ServerAlias www.bavbavhaus.net
DocumentRoot /home/urosm/public_html/bavbavhaus.net DocumentRoot /home/urosm/public_html/bavbavhaus.net
DirectoryIndex README.html
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost> </VirtualHost>