hi thanks for your precious time, I have a very little site (10-15) users and I want to save maximum memory for it. I am not a developer. this is my httpd.config suggest me what changes should I do in it ?
ServerRoot "/home/inultcom/webapps/ask/apache2"
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule wsgi_module modules/mod_wsgi.so
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /home/inultcom/logs/user/access_ask.log combined
ErrorLog /home/inultcom/logs/user/error_ask.log
KeepAlive Off
Listen 27517 MaxSpareThreads 3 MinSpareThreads 1 ServerLimit 1 SetEnvIf X-Forwarded-SSL on HTTPS=1 ThreadsPerChild 5 WSGIDaemonProcess ask processes=1. threads=12 python-path=/home/inultcom/webapps/ask:/home/inultcom/webapps/ask/myproject:/home/inultcom/webapps/ask/lib/python2.7 WSGIProcessGroup ask WSGIRestrictEmbedded On WSGILazyInitialization On WSGIScriptAlias / /home/inultcom/webapps/ask/ask/django.wsgi
Decrease the number of processes and threads. You don't have too many webserver modules loaded.
For the cache give say 80% of the remaining unused memory.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-30 18:58:33 -0500
Seen: 40 times
Last updated: Apr 30 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.