On Tue, Apr 13, 2004 at 08:02:31AM -0400, James wrote:
> I am running sarge and sid on different machines. Using the apt-get
> I get the same identical problems. Yes php4 and all of the components
> that are listed, is installed. Yes there is still some php/apache 
> problem, but,
> I suspect it is in the deb package. Let me know if you are able to install
> jffnms with apt-get on sarge, and how it works. I'm waiting to hear from 
I've installed the package fine on various computers with minimal
problems.  Things to check are:
  - /etc/cron.daily has a syntax error
  - You need to make sure your php4 works.
  - You may need to add a directory statement in the apache config to
    allow things like directory indexes.

> of old hardware. The problems with the apt-get installation of jffnms 
> are identical
> on both systems, so I do not think it's kernel related....but, I could 
> be wrong..

> >>http://localhost/jffnms says:
> >>
> >>"Forbidden
> >>You don't have permission to access /jffnms on this server."
> >>
> >>Which file do I change permissions on?
Right, /var/log/apache/error.log will tell you what is going wrong.
It can either be a directory index or it doesnt know it can use
index.php

Try http://localhost/jffnms/index.php

If that works, it means you need to add index.php to the line in 
/etc/apache/httpd.conf that starts with
 DirectoryIndex index.html

Actually, try
http://localhost/jffnms/
(with the / at the end) first

-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to