At 2001-12-19 01:57:37+0000, Brian Cawthon writes:
> Hello,
> I am a new user to sql-ledger.
> My system is as follows:
> FreeBSD 4.4 Stable
> PostgreSQL 7.0.2
> Apache
> AOLSERVER 3.4
> Netscape 4.7
>
> I followed the instructions in the doc/README. However, the admin.pl
> shows up as a text file in my netscape 4.7 browser.
>
> path for sql-ledger is:
> /usr/local/share/apache/htdocs/sql-ledger
>
> Here is the apache.conf information I added:
> Alias /sql-ledger/ "/usr/local/share/apache/htdocs/sql-ledger/"
>
> <Directory "/usr/local/share/apache/htdocs/sql-ledger">
> Options ExecCGI Includes FollowSymlinks
> </Directory>
>
> AddHandler cgi-script .cgi
This should be
AddHandler cgi-script .pl
Nick B
|