On Wed, Sep 8, 2010 at 8:40 PM, Michael C. Robinson <
plu...@robinson-west.com> wrote:

> Alias /tarpit/ "/usr/local/spamcannibal/public_html/"
>
> <Directory "/usr/local/spamcannibal/public_html/">
>        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
>        AllowOverride none
>        Order allow,deny
>        Allow from all
> </Directory>
>
> I might be wrong about his as I'm not a Webmaster, but I've followed a few
> apache tutorials. I don't think the directory patch for the Alias directive
> and Directory statement should be in quotes.
>

You normally see this in sample files to indicate this is information is
relative to your install and you need to change it.

E.G.

 "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to