|
From: Ho-Sheng H. <qa...@ne...> - 2001-12-19 20:38:49
|
On Wed, Dec 19, 2001 at 01:57:37AM +0000, Brian Cawthon wrote: > Hello, > I followed the instructions in the doc/README. However, the admin.pl > 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 AddHandler cgi-script .pl Notice that the extensions in the SL are all ".pl". Maybe it is different for BSD... but why is the directory /usr/local/share/apache/htdocs/sql-ledger/ in double-quotes? I run Apache over Linux, and the documentation never has quotes. Something to try if the above AddHandler line doesn't work. -Qaexl- |