From Ivory Penguin, 6 Years ago, written in Plain Text.
This paste is a reply to stikked virtualhost from Reliable Agouti - view diff
Embed
  1. <VirtualHost *:80>
  2.         ServerName stikked
  3.         DocumentRoot /var/www/stikked/htdocs
  4.         ErrorLog ${APACHE_LOG_DIR}/stikked-error_log
  5.         CustomLog ${APACHE_LOG_DIR}/stikked-access_log common
  6.         <Directory "/var/www/stikked/htdocs">
  7.                 Options +FollowSymLinks
  8.                 AllowOverride All
  9.                 Order allow,deny
  10.                 Allow from all
  11.         </Directory>
  12. </VirtualHost>