Have Any Other Shared Hosting Solutions For Me To Look At?
Posted by Stuart Herbert @ 12:27 PM, Sun 20 Jan 08
Filed under: The Web Platform
5 Comments
I’ve been working my way through the different solutions available for securing a shared hosting server. So far, I’ve looked at:
The solutions that are left on my todo list are:
- Telana’s mpm-peruser
- Steinar H. Gunderson’s mpm-itk
- Virtualisation using Xen / VMware et al
Are there any other solutions for securing shared hosting that you know about, and would like me to include? If there are, let me know by leaving a comment below.
Did you enjoy this article? If so, subscribe to my RSS feed.

5 Comments
January 20th, 2008 at 1:31 pm
Litespeed Webserver with Litespeed PHP SAPI
and built in suexec support.
apache mod_fcgid with suexec
or you can use many striped down apache instances behind a reverse proxy.
greets
alex
January 20th, 2008 at 1:39 pm
if you go the virtualization route i would not choose vmware or xen for a webhosting enviroment.
openvz/virtuozzo/vserver (os virtualization)is a better choice, because you can but more servers on a physical box.
January 20th, 2008 at 2:35 pm
http://www.palsenberg.com/index.php/plain/projects/apache_1_xx_mod_suid
February 8th, 2008 at 12:28 am
What about using FastCGI, but a separate spawner (spawn it yourself) as whatever user you want? Then you can spawn a dozen or so dispatchers, and point apache to the right one via v-hosts…
March 21st, 2008 at 1:07 am
You might want to have a look at http://www.lighttpd.net/ (with fcgi & php)
Add Your Comments To This Article Using The Form Below
Your comments may not appear until they have been approved by a moderator.