User Tools

Site Tools


apache

This is an old revision of the document!


Apache

Example Virtual Host

<VirtualHost *:80>
        ServerName coding.openguide.co.uk

        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/coding

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        #Alias /wiki /usr/share/dokuwiki

</VirtualHost>
apache.1632332705.txt.gz · Last modified: 2021/09/22 18:45 by admin