From Reliable Agouti, 12 Years ago, written in Plain Text.
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>

Replies to stikked virtualhost rss

Title Name Language When
Re: stikked virtualhost Reliable Panda text 6 Years ago.
Re: stikked virtualhost Ivory Penguin text 6 Years ago.
Re: stikked virtualhost Buff Butterfly apt_sources 12 Years ago.