[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube overwrites httpd.conf



> Earlier i had questions about my qube2 and Virtual Hosting, but upon closer
> inspection, I have observed that the Qube is rewriting the httpd.conf file
> to the "original version with out my modifications every time I restart the
> server.

This is in the archives, did you search them? You need to add a line to httpd.conf

include /some/path/to/your/personalhttpd.conf

then put all your mods in the include file and they won't be overwritten.

Joe