Home ›
An individual site Apache virtualhost definition that works for usAn individual site Apache virtualhost definition that works for us
Submitted by Benjamin Melançon on September 24, 2007 - 4:33pm
works:
<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName www.internetlawreview.org ServerAlias internetlawreview.org *.internetlawreview.org DocumentRoot /var/www/nd/imediamarketplace <Directory /> Options FollowSymlinks AllowOverride None </Directory> <Directory /var/www/nd/imediamarketplace> Options Indexes FollowSymLinks AllowOverride All Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/error.log LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On </VirtualHost>
Comments
Post new comment