From: Daniel H. <da...@se...> - 2003-03-24 23:01:28
|
I have just started using refdb (0.9.2a), on GNU/Linux Mandrake 9.0 with apache-1.3.26 and mysql-3.23.52, and am having problems with the web interface. The client works perfectly from the commandline but when I try to access the database through the web interface I get an internal server error. I have inserted the tail of my webserver and refdbd logs below. The cookie and the username, password, and database are correct. I have the correct grant for MySQL. I have checked the mailing list, but none of the suggestions worked for me. Does anybody have any ideas? Also, is there anyway to see the command that is issued when refdbc is called so that I can see if the correct usr/paswword/database is being passed? *********httpd log********** incorrect username [Mon Mar 24 14:02:17 2003] [error] [client 128.97.83.249] Premature end of script headers: /usr/local/www/internal/cgi-bin/refdbc incorrect username [Mon Mar 24 14:05:36 2003] [error] [client 128.97.83.249] Premature end of script headers: /usr/local/www/internal/cgi-bin/refdbc incorrect username [Mon Mar 24 14:07:00 2003] [error] [client 128.97.83.249] Premature end of script headers: /usr/local/www/internal/cgi-bin/refdbc incorrect username [Mon Mar 24 14:07:09 2003] [error] [client 128.97.83.249] Premature end of script headers: /usr/local/www/internal/cgi-bin/refdbc incorrect username [Mon Mar 24 14:19:27 2003] [error] [client 128.97.83.249] Premature end of script headers: /usr/local/www/internal/cgi-bin/refdbc *********refdbd.log********** 6:pid=10299:Mon Mar 24 22:09:01 2003:serving client on fd 6 with protocol version 1 6:pid=10299:Mon Mar 24 22:09:01 2003:child finished client on fd 6 6:pid=3205:Mon Mar 24 22:09:01 2003:parent removing client on fd 6 6:pid=3205:Mon Mar 24 22:09:01 2003:server waiting n_max_fd=5 6:pid=3205:Mon Mar 24 22:09:01 2003:child exited with code 0 6:pid=3205:Mon Mar 24 22:09:01 2003:server waiting n_max_fd=5 6:pid=3205:Mon Mar 24 22:09:29 2003:adding client on fd 6 6:pid=3205:Mon Mar 24 22:09:29 2003:server waiting n_max_fd=6 6:pid=10305:Mon Mar 24 22:09:29 2003:serving client on fd 6 with protocol version 1 6:pid=10305:Mon Mar 24 22:09:29 2003:child finished client on fd 6 -- Daniel Hyduke <da...@se...> |