In your http.conf file, look for:
Timeout
Increase it... The number is in seconds. So if it is 300, that is 5 minutes.
Main Topics
Browse All TopicsI get this message when uploading a .sql file to my mysql server:
Script timeout passed, if you want to finish import, please resubmit same file and import will resume
The file is 2,2 MB, the max file size has been already changed to 20 MB
I've been checking out in the php.ini settings and I dont know what "timeout variable" could be. So I prefer not to change a thing without knowing what to do first.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I've found this file httpd.conf (i couldn't find http.conf), this this what i should change?? Because it seems to be already set to 300
# # Inter-Process Session Cache:
# # Configure the SSL Session Cache: First the mechanism
# # to use and second the expiring timeout (in seconds).
# #SSLSessionCache dbm:${path}/apache/logs/ss
# SSLSessionCache shmcb:${path}/apache/logs/
# SSLSessionCacheTimeout 300
#
# # Semaphore:
# # Configure the path to the mutual exclusion semaphore the
# # SSL engine uses internally for inter-process synchronization.
# SSLMutex default
I would have thought that max_execution_time in the php ini file would have been your problem/solution - I have run some fairly intensive scripts using php - generally the only time its necessary - and upping it to some high number has always worked. You do need to restart apache for the changes to take effect.
cheers,
Derek
Business Accounts
Answer for Membership
by: angelIIIPosted on 2007-12-24 at 07:37:28ID: 20524968
that timeout is your web-servers' timeout, to start with. do you run in IIS or Apache?
check the documentations for the relevant one...