From e0da34d97b1463b55a334e8dae10cd55796e2312 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 7 Feb 1999 09:59:44 +0000 Subject: more mod_perl fixes, and bugfixes Peter Wemm sent via email --- htdocs/docs/trouble.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'htdocs/docs/trouble.html') diff --git a/htdocs/docs/trouble.html b/htdocs/docs/trouble.html index dcbe1bbd2..c918138c8 100644 --- a/htdocs/docs/trouble.html +++ b/htdocs/docs/trouble.html @@ -31,12 +31,8 @@ at /your/path/site_perl/FS/UID.pm line 26. BEGIN failed--compilation aborted at /your/path/edit/process/part_svc.cgi line 15. - Then the scripts are not running setuid freeside. If you were editing -the files, it is possible you inadvertantly removed the setuid bit. -As mentioned in the New Installation section of the documentation, set ownership and permissions for the web interface. Your system should support secure setuid scripts or Perl's emulation, see perlsec: Security Bugs for information and workarounds. -
cd /usr/local/apache/htdocs/freeside
-chown -R freeside .
-chmod 4755 browse/*.cgi edit/*.cgi edit/process/*.cgi misc/*.cgi misc/process/*.cgi search/*.cgi view/*.cgi
+ Then the scripts are not running as the freeside freeside user. See +the New Installation section of the documentation.
  • If you receive `can not connect to server' errors using MySQL on a system that doesn't support native threading, you may need to specify the full hostname in your DBI datasource. See the MySQL documentation, DBI manpage and the DBD::mysql manpage for details. -- cgit v1.2.1