|
From: Lee K. <le...@ki...> - 2002-02-19 05:46:28
|
This turned out to be the answer to my immediate problem. Thanks for that. To summarise installation on Red Hat: You can un tar the source into the default Red Hat html document root - /var/www/html - or into the sql-ledger default - /usr/local/www. You have to set the various sql-ledger changes in httpd.conf to reflect the www directory you *do* eventually choose to un tar the source into. Watch out for the sql-ledger manual instruction to run: # chown nobody:nobody users templates On a Red Hat system, this should read: # chown apache:apache users templates On Red Hat systems, restart apache with: # /etc/rc.d/init.d/httpd restart OK, I still haven't got mine working properly yet but the above was what I needed to do to get the admin.pl Perl script to fire up correctly. I'll add to the above as I get the rest of it going. Thanks to everyone for your help. Lee At 09:01 AM 2/13/2002 -0500, Ed Wiget wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >on redhat 7.2 it should be apache.apache > > > > Mmmm, I've run "chown nobody:nobody users templates" and I can see that a > > user and group called 1000 own most of these files, including admin.pl. |