Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 828 Bytes

vhost.mdwn

File metadata and controls

17 lines (14 loc) · 828 Bytes

[[!meta title="Vhost" ]] [[!meta date="2004-07-16 00:29:48" ]] [[!tag General]]

After a post to apache users I am converting my websites over to vhost alias. This vhost tip shows you how to get it working locally with Apache2.

Some sites that demand aliases and rewrites will be down till I figure out how to convert their configs to .htaccess.

NameVirtualHost 88.198.3.35:80
<VirtualHost 88.198.3.35:80>
UseCanonicalName    Off
VirtualDocumentRoot /srv/www/%0
Options All ExecCGI
<Directory /srv/www/mlmmj-admin.dabase.com>
AllowOverride All
</Directory>
</VirtualHost>