From: Jerome J. A. <jer...@bo...> - 2007-06-12 11:37:36
|
Step, Check if you are using apache Alias directive. I think SQL-Ledger should be run under an Alias directive rather than as a directory under /htdocs. Also don't forget to restart apache if you already have the directive. This is what I have in my conf/httpd.conf file: Alias /sql-ledger /usr/local/apps/sql-ledger/ <Directory /usr/local/apps/sql-ledger> AllowOverride All AddHandler cgi-script .pl AddDefaultCharset On Options ExecCGI Includes FollowSymlinks Order Allow,Deny Allow from All </Directory> <Directory /usr/apps/local/sql-ledger/users> Order Deny,Allow Deny from All </Directory> http://www.techsier.com - Blog http://www.boholweb.com - Bohol tourism website http://www.auza.net - enabling e-services in Bohol Step wrote: >Perl version in 5.8.8 >All other Perl scripts/applications run OK > > > >>... just use cgi. >> >> > >Can you please elaborate. > > > >--- Mark Bucciarelli <ma...@hu...> >wrote: > > > >>On Jun 11, 2007, at 12:15, Step wrote: >> >> >> >>>mod_perl 2.0.3-r1 >>> >>> >>Are you trying to run under mod_perl? If so, just >>use cgi. >> >>m >> >> >> >> >------------------------------------------------------------------------- > > >>This SF.net email is sponsored by DB2 Express >>Download DB2 Express C - the FREE version of DB2 >>express and take >>control of your XML. No limits. Just data. Click to >>get it now. >>http://sourceforge.net/powerbar/db2/ >>_______________________________________________ >>sql-ledger-users mailing list >>sql...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > > > > > >____________________________________________________________________________________ >Need a vacation? Get great deals >to amazing places on Yahoo! Travel. >http://travel.yahoo.com/ > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >sql-ledger-users mailing list >sql...@li... >https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > > |