From: Jonathan G. <jgo...@br...> - 2001-06-15 20:11:36
|
Dear sql-ledger support I have been traying to configure the sql-ledger following the steps written on the sql-ledger web page... a can't make it work, i received an error message... Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ------------------------------------------------------------------------ Apache-AdvancedExtranetServer/1.3.19 Server at johny.cwpanama.net Port 80 i verify the Apache Web server configuration.. and is fine.... the only thing that i noticed is that when i try to run the login.pl on console sent me this error: --------------------------------------------------------------- [root@johny sql-ledger]# ./login.pl Bareword found where operator expected at sql-ledger.conf line 24, near "www/sql" (Missing operator before ql?) syntax error at sql-ledger.conf line 24, near "/www/sql" BEGIN not safe after errors--compilation aborted at sql-ledger.conf line 27. Compilation failed in require at ./login.pl line 37. [root@johny sql-ledger]# ---------------------------------------------------------------- Now here is a copy of what i add on the sql-ledger.conf file #22AddHandler cgi-script .pl #23 #24Alias /sql-ledger/ /usr/local/www/sql-ledger/ #25<Directory /usr/local/www/sql-ledger>; #26 Options ExecCGI Includes FollowSymlinks #27</Directory>; I'm using Linux Mandrake 8.0 if you need any other information just ask me. thanks Jonathan Gonzalez |