Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

virtual host apache2

<VirtualHost *:80>
        ServerName maxisforum.example.com     
        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/maxisforum/
        <Directory /var/www/maxisforum/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Require all granted
        </Directory>
        ErrorLog /var/log/apache2/error.log
        LogLevel warn
        CustomLog /var/log/apache2/access.log combined
        ServerSignature On
</VirtualHost>
Source by wiki.ubuntuusers.de #
 
PREVIOUS NEXT
Tagged: #virtual #host
ADD COMMENT
Topic
Name
1+2 =