XOOPS Hosting::VIM and Apache2 setting for xoops what I have been playing with and a good article!!
Now something mamba wont or maybe will is xoops is designed for apache2 mainly at the moment, which means you will probably be best working on ubuntu, it is my desktop at home I don't let windoz boot in my environment it makes me vomit like some nasty piece of graffitee for you're machine... anyway with apache vim settings this is what I have configured for a test for hopefully fonts.xoops.org which int hat case I will just redirect fonts4web.org.uk at it...
Anyway with vim is it all about presessioning apache client handlers, I found this really good article I found on calculating the settings they look like for the font4web.org.uk single vps slice really light only 1G Ram! from the end of /etc/apache2/apache.conf
The article is found here:: https://serverfault.com/questions/5809 ... questsperchild-directives
Now something mamba wont or maybe will is xoops is designed for apache2 mainly at the moment, which means you will probably be best working on ubuntu, it is my desktop at home I don't let windoz boot in my environment it makes me vomit like some nasty piece of graffitee for you're machine... anyway with apache vim settings this is what I have configured for a test for hopefully fonts.xoops.org which int hat case I will just redirect fonts4web.org.uk at it...
Anyway with vim is it all about presessioning apache client handlers, I found this really good article I found on calculating the settings they look like for the font4web.org.uk single vps slice really light only 1G Ram! from the end of /etc/apache2/apache.conf
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
StartServers 9
MinSpareServers 22
MaxSpareServers 7
ServerLimit 300
MaxClients 229
MaxRequestsPerChild 669
The article is found here:: https://serverfault.com/questions/5809 ... questsperchild-directives