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>
Resolution
More like this
- Set up Apache, PHP, MySQL for Webserving Drupal
- Include .htaccess in VirtualHost Document for performance
- MySQL user at any host doesn't work, needs localhost in some local personal computer development environments
- Agaric move site from test to production (for first time) steps
- Sites-available configuration and symlinking best practices


Comments
Post new comment