Hello I got a problem with php and apache. I have installed latest squirrelmail(1.2.5), that uses php. When i point browser to the webfolder of squirrelmail, i get the login form just fine. This means that php works ok. But when i try to log on, the only thing i get is:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/squirrel/functions/imap_general.php on line 117 I have tried to increase timeout value in the php.ini to 300, and to 0 (unlimited, as far as i understand), but it just took longer time to get this error message. System information: RH72, 2.4.9-31 kernel, apache-1.3.22-2, php-4.0.6-12, imap-2000c-15, php-imap-4.0.6-12. System is intalled from RH7.2 CD and updated with help of up2date. What is strange is that i have another RH7.2 computer with the same versions of packages, and there squirrel works just fine. I have compared php.ini and httpd.conf between these two computes, and they are identical. I do not get anything in apache`s error_log, but in access log i get this: Computer wherer squirrel does not work: pc51-119.hiof.no - - [09/Mar/2002:10:27:14 +0100] "GET /mail HTTP/1.1" 301 322 pc51-119.hiof.no - - [09/Mar/2002:10:27:15 +0100] "GET /mail/ HTTP/1.1" 302 5 pc51-119.hiof.no - - [09/Mar/2002:10:27:17 +0100] "GET /mail/src/login.php HTTP/1.1" 200 1470 pc51-119.hiof.no - - [09/Mar/2002:10:27:18 +0100] "GET /mail/images/sm_logo.png HTTP/1.1" 304 - pc51-119.hiof.no - - [09/Mar/2002:10:27:54 +0100] "POST /mail/src/redirect.php HTTP/1.1" 200 160 and nothing more Computer where squirrel does work: my_hostname - - [09/Mar/2002:10:30:22 +0100] "GET /mail HTTP/1.1" 301 316 my_hostname - - [09/Mar/2002:10:30:24 +0100] "GET /mail/ HTTP/1.1" 302 5 my_hostname - - [09/Mar/2002:10:30:25 +0100] "GET /mail/src/login.php HTTP/1.1" 302 5 my_hostname - - [09/Mar/2002:10:30:34 +0100] "GET /mail/src/login.php HTTP/1.1" 200 1502 my_hostname - - [09/Mar/2002:10:30:39 +0100] "GET /mail/images/sm_logo.png HTTP/1.1" 304 - my_hostname - - [09/Mar/2002:10:30:44 +0100] "POST /mail/src/redirect.php HTTP/1.1" 302 0 my_hostname - - [09/Mar/2002:10:30:44 +0100] "GET /mail/src/webmail.php HTTP/1.1" 200 204 my_hostname - - [09/Mar/2002:10:30:46 +0100] "GET /mail/src/right_main.php HTTP/1.1" 200 15956 Someone got any ideas about what can be wrong ? Thank you in advance -- Victor -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php