[ale] Back to needing direction on virtual hosts again. :(

Chris Egolf cegolf at ugholf.net
Thu Apr 26 16:43:51 EDT 2007


Jeremy T. Bouse wrote:
> 
> NameVirtualHost *:80
> 
> <VirtualHost *:80>
>         UseCanonicalName    Off
>         VirtualDocumentRoot /srv/www/%0
>         Options All
> 
>         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
>         <Directory "/usr/lib/cgi-bin">
>                 AllowOverride None
>                 Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
>                 Order allow,deny
>                 Allow from all
>         </Directory>
> 
> </VirtualHost>
> 

Also notice that the actual directory name in the <Directory> block has quotes 
around it.  I remember that biting me a few years ago when I first messed w/ 
VirtualHosts.
-- 
============================================================================
                                Chris Egolf
            http://www.ugholf.net         cegolf [AT] ugholf [DOT] net
============================================================================



More information about the Ale mailing list