Small Webhosting on my Linode.
I would like for a couple of friends of mine, deploy webserver on my Linode. as the normal vhost with the Apache works, etc. I know, I put it on my "own" Linode.
But I want to set disk space and traffic for the web servers.
How do I do that?
(sorry, my english isnt very good).
Thanks !
7 Replies
But i want to make it at my own and learn how to do it.
chroot - this will stop users from accessing anything outside of their home directory
quota - set file and disk usage quotas per user or group
modbw or modbandwidth or mod_cband - modules for Apache to limit the total bandwidth for each website
You'll also need to get apache, php and other services to use local per user config files. phpmyadmin and mysql have user support built-in.
That should get you started!
@Ezycod:
thanks !! it works good, but is there a way to manage the apache2 vhosts in my mysql database?
I dunno but it sounds like a bad idea.