From Reliable Panda, 6 Years ago, written in Plain Text.
This paste is a reply to stikked virtualhost from Reliable Agouti - go back
Embed
Viewing differences between stikked virtualhost and Re: stikked virtualhost
<VirtualHost *:80>
        
*:80>
        
ServerName stikked
        
stikked
        
DocumentRoot /var/www/stikked/htdocs
        
/var/www/stikked/htdocs
        
ErrorLog ${APACHE_LOG_DIR}/stikked-error_log
        
${APACHE_LOG_DIR}/stikked-error_log
        
CustomLog ${APACHE_LOG_DIR}/stikked-access_log common
        
common
        
<Directory "/var/www/stikked/htdocs">
                
"/var/www/stikked/htdocs">
                
Options +FollowSymLinks
                
+FollowSymLinks
                
AllowOverride All
                
All
                
Order allow,deny
                
allow,deny
                
Allow from all
        </Directory>
all
        </Directory>
</VirtualHost>