Controlling Apache From The Web
Im trying to create some functions that can grab monthly bandwidth usage along with the ability to add virtual hosts via a web gui. My question is does apache have mods that allow you to do this? I dont want to use a control panel like plesk or cpanel. I believe I saw a mod that can store apache logs in a mysql database for a site, but would that bog down your site having a database potentially storing gigs of information? If not then is this sufficient enough to get the monthly bandwidth usage for a site?Also I saw a mod that can store virtual hosts in a mysql database, the problem is you still have to restart apache for the changes to take affect. Does anyone know if there is a mod for apache that resolves these issues? Or is there another type of web server program that has these abilities already built in or available?
Thanks
Silly