|
From: adrian <ad...@sn...> - 2001-05-15 06:58:43
|
adrian wrote:
>
> Just trying to upgrade to version 1.4.1 but get error
>
> " You don't have permission to access /cgi-bin/sql-ledger/setup.pl on
> this server "
>
> I assume that it is because it does not like the symbolic links. What is
> the line to add to the apache's httpd.conf file?
>
> Adrian
YES,
make sure that your http.conf contains something like this:
<Directory "/var/lib/apache/cgi-bin">
AllowOverride None
Options FollowSymLinks
Order allow,deny
Allow from all
</Directory>
Adrian
|