I have encountered a problem with Cricket/Apache.

 

I set everything up in cricket and it works, but now, when I access the grapher.cgi file, I get a 403 forbidden and in the error log I get the following:

 

{Date} {Time} [Error] [Client  192.168.2.2] Symbolic link not allowed: /www/cricket/grapher.cgi

 

My config looks like this:

 

<VirtualHost *:80>

    ServerAdmin [EMAIL PROTECTED]

    DocumentRoot /www/

    ServerName 192.168.2.2

    ErrorLog logs/192.168.2.2_error_log

    CustomLog logs/192.168.2.2_access_log common

    Options FollowSymLinks ExecCGI

    <Directory "/www/cricket">

        Options FollowSymLinks ExecCGI

    </Directory>

    <Directory "/cricket/cricket">

        Options FollowSymLinks ExecCGI

        Allow from all

        Order Allow,Deny

    </Directory>

</VirtualHost>

 

I do not know about how to fix this.  I have had it working before (On a different PC), but I could not remember the config.

 

Please aid me as to how to make the directory /www/cricket symlink properly in apache to /cricket/cricket.

 

Chris

 

 

Join the fight against TCPA.  Go to http://www.againsttcpa.com and read about why it could ruin open source.

 

Reply via email to