[PLUG] This must be wrong...

Mike Connors mconnors1 at gmail.com
Thu Sep 9 04:38:30 UTC 2010


On Wed, Sep 8, 2010 at 8:40 PM, Michael C. Robinson <
plug_1 at 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.



More information about the PLUG mailing list