OK, the idea with the new Apache2/EasyApache system is that we try not to edit the httpd.conf at all, and use include files for customization instead, right? Fair enough. However I'm a bit confused about all the VirtualHost section comments, like this:
Let's say I made a file /usr/local/apache/conf/userdata/std/2/gamept/domain.com/config.conf, and overwrite a setting in that VirtualHost entry by putting something like 'ServerAdmin [email protected]' in it. Fine... but then what? That file won't get included, will it? The Include statement in the httpd.conf is commented out. How do I get it to actually apply that VirtualHost include file?
Code:
# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2/gamept/domain.com/*.conf"