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
Yes, this pops up a dialog box, wanting Username and Password I entered (admin) for both, as the generic unix document suggest....?
After I enter the user(admin) and password(admin) I get this error message in the web screen: DB(mysql): Cound not connect to the Database
If that works, it means you need to add index.php to the line in /etc/apache/httpd.conf that starts withI did this and restarted apache (/usr/sbin/apachectl stop/start)
DirectoryIndex index.html
Actually, try http://localhost/jffnms/ (with the / at the end) first
When I enter this url I get this message: DB(mysql): Cound not connect to the Database
tail -f /var/log/apache/error.log reveals:
[Wed Apr 14 04:07:17 2004] [error] [client 127.0.0.1] Directory index forbidden
by rule: /usr/share/jffnms/htdocs/
[Wed Apr 14 04:07:18 2004] [error] [client 127.0.0.1] Directory index forbidden
by rule: /usr/share/jffnms/htdocs/
[Wed Apr 14 04:07:20 2004] [error] [client 127.0.0.1] Directory index forbidden
by rule: /usr/share/jffnms/htdocs/
[Wed Apr 14 04:25:12 2004] [notice] caught SIGTERM, shutting down
[Wed Apr 14 04:25:18 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.4 configured -- resuming normal operations
[Wed Apr 14 04:25:18 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Apr 14 04:26:34 2004] [notice] caught SIGTERM, shutting down
[Wed Apr 14 04:27:30 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.4 configured -- resuming normal operations
[Wed Apr 14 04:27:30 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Apr 14 04:35:04 2004] [error] [client 127.0.0.1] Directory index forbidden
by rule: /usr/share/jffnms/htdocs/admin/
[Wed Apr 14 04:41:36 2004] [notice] caught SIGTERM, shutting down
[Wed Apr 14 04:41:41 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.4 configured -- resuming normal operations
[Wed Apr 14 04:41:41 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Apr 14 04:44:39 2004] [error] [client 127.0.0.1] File does not exist: /var/www/index.php
My guess is I need to modify /var/www/index.php to /var/www/jffnms/index.php which is
currently a symbolic link to /usr/share/jffnms/htdocs/index.php
What do I change? to fix this?
James
------------------------------------------------------- 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
