Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-28-2009, 04:55 AM
necblog necblog is offline
 
Join Date: Mar 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Server Too Busy Problem

Hello
i have a server : Core2 Quad Q9400 + 8GB of ram which load average is about 0.20 and memory usage is about 5%
and i see this error : Server Is too busy at the moment please check back again
but i have some Security configs :
PHP safe_mod = on
disable_functions="link,symlink,readlink,ini_get,p hp_uname,exec,system,passthru,shell_exec,escapeshe llarg,escapeshellcmd,proc_close,proc_open,ini_alte r,dl,popen,curl_exec,popen,pcntl_exec,socket_accep t,socket_bind,socket_clear_error,socket_close,sock et_connect,socket_create_listen,socket_create_pair ,socket_create,socket_get_option,socket_getpeernam e,socket_getsockname,socket_last_error,socket_list en,socket_read,socket_recv,socket_recvfrom,socket_ select,socket_send,socket_sendto,socket_set_block, socket_set_nonblock,socket_set_option,socket_shutd own,socket_strerror,socket_write,stream_socket_cli ent,stream_socket_server,fsockopen,pfsockopen,stre am_set_timeout,disk_total_space,disk_free_space,ch own,getrusage,get_current_user,set_time_limit,getm yuid,getmypid,dl,leak,listen,chgrp,link,symlink,dl open,proc_nice,proc_get_stats,proc_terminate,shell _exec,sh2_exec,posix_getpwuid,posix_getgrgid,posix _kill,ini_restore,mkfifo,dbmopen,dbase_open,filepr o,filepro_rowcount,posix_mkfifo,putenv,sleep"


and some mod_sec configs do you think this is because of my PHP configs?

--------------- Added [DATE]1238223488[/DATE] at [TIME]1238223488[/TIME] ---------------

another thing server too busy page is not a vbulletin page it is a Blank page
Reply With Quote
  #2  
Old 03-28-2009, 07:22 AM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this your dedicated server? Your website is the only website on the box?

Are you the one that installed the webhosting application (apache/IIS)?

Do you have access to php.ini? If so, you should check the memory_limit variable in php.ini.

Also, check your php.ini extension list. Make sure that only the extensions you need (like GD) are enabled. Also, check the extension directory variable to see if it matches the PHP extension directory on the server (check to make sure all of the enabled extensions are in the extension directory).

I just did a little research and found that the Zend Optimizer has this problem thanks to some caching feature. If you're using Zend, you should contact them regarding this problem.
Reply With Quote
  #3  
Old 03-28-2009, 07:52 AM
necblog necblog is offline
 
Join Date: Mar 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No it is a shared server but i am server admin.
memory_limit is set to 32MB
i use memcache that is compatible with Zend.
are extensions are there because i use cpanel/whm and i have compiled php by easyapache
Reply With Quote
  #4  
Old 03-28-2009, 03:36 PM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I just told you that the "server too busy" problem can come from Zend's caching feature. Go ask for support over there:

http://www.zend.com/en/services/support/
Reply With Quote
  #5  
Old 03-28-2009, 08:56 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1st you need to check the apache logs and verify what the real issue is.

Seeing as you have root access to the server, verify apaches log location, as it varies from O/S to O/S, as well its dependent on the control panel installed.

Run this cmd to find out apaches current running location.

ps ax | grep httpd

Linux
tail -f /etc/httpd/logs/error_log
tail -f /usr/local/apache/logs/error_log

Debian
tail -f /var/log/apache2/error.log

You may need to enable apache's debug mode.
Edit httpd.conf or apache.conf (this varies from OS to OS as well.)
Add or edit to show the following and HUP apache

LogLevel debug
Reply With Quote
  #6  
Old 03-28-2009, 10:58 PM
kermit2 kermit2 is offline
 
Join Date: Jun 2008
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vbulletin has it's own 'too busy' message, although I think it's something like 'forum too busy' - there's an option to control it in the ACP. Sounds like it isn't this though.

Sounds to me more like you're exceeding Apache's max clients. Try grepping for MaxClients in your Apache config file, then run:

ps aux|grep apache|wc -l

(may need to grep for httpd instead), to see how many clients it is currently serving. If the output of the above command is regularly getting close to your MaxClients, you could see about raising MaxClients. That's assuming your server can handle more clients.

You might want to see about lowering your KeepAliveTimeout a little too, if KeepAlive is turned on. That should result in each Apache process hanging around for less time after it has served the request(s), which will reduce the number of concurrent processes
Reply With Quote
  #7  
Old 03-28-2009, 11:14 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If he is hitting maxclients, it's 100% doubtful his server will respond until he restarted apache.

If the server was loaded up by reaching maxclients, it wouldn't respond with a blank page, it wont respond at all.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03973 seconds
  • Memory Usage 2,217KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete