[thelist] Re: Apache Configuration Problem.

Anthony Baratta Anthony at Baratta.com
Sun Oct 15 21:40:39 CDT 2000


Here is mine.....

<Directory "/web/sites">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

AddHandler cgi-script .cgi

<VirtualHost 123.123.123.123>
        ServerAdmin root at foo.com
        ServerName www.foo.com
        ServerAlias foo.com
        DocumentRoot /web/sites/foo
        ScriptAlias /cgi-bin/ "/web/sites/foo/cgi-bin/"
        ErrorLog /web/apache/logs/foo-error.log
        CustomLog /web/apache/logs/foo-access.log common
</VirtualHost>

I guess I didn't copy right - should have use cut and paste. Try this format:

        ScriptAlias /cgi-bin/ "/web/sites/foo/cgi-bin/"

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami




More information about the thelist mailing list