|
From: Steve K <st...@en...> - 2001-11-22 02:16:46
|
Hi mike, B4 we get all comfortable that there is something wrong with apache conf file..... Its always good to know what is the exact error. You can identify the error for apache or the error which explains when executing the *.pl in you apache logs directory normally named error-log or error_log. Also check your syslog or messages sometimes error appears there too..... Let us know what's the error ... so we could be of greater help :) Steve K Business Development Manager Enixus Pte Ltd ----- Original Message ----- From: "Herb Richter" <he...@bu...> To: "Mike" <gu...@cc...> Cc: <sql...@li...> Sent: Thursday, November 22, 2001 9:36 AM Subject: Re: Install > > On Wed, 21 Nov 2001, Mike wrote: > > > Hi users, > > > > I just installed sql-ledger and can't pull up admin.pl to get things started. > > > > Installed on RedHat 7.2 > > Postgres is running. I followed the install readme and made the changes in > > httpd.conf > > > > The path: /var/www/sql-ledger > > 1) Did you mean /var/www/html/sql-ledger ? > ^^^^ > On my Redhat 7.1 the "standard" place for webserver documents and scripts > is /var/www/html/ .../var/www/ should be ok if you set DocumentRoot to > this in httpd.conf *and* made .pl scripts executable in that directory. > > 2) If you are using /var/www/html/sql-ledger be sure that an AddHandler > line is set to: > AddHandler cgi-script .cgi .pl > -or- > AddHandler cgi-script .pl > (I can't remember what the default line was) > > > -- > Herb Richter, > Toronto, Ontario > http://www.partsandservice.com > > > > > |