Futilities/config/Apache
< Futilities | config
Jump to navigation
Jump to search
I need to document how these are used, but here's a typical setup for a top-level domain:
Define fpConf includes/v3/
Define hostname htyp.org
Define username htyp
include ${fpConf}01.folder.basedom.conf
# only existing static HTML should be served without SSL
include ${fpConf}03.http.static.conf
<VirtualHost ${IPv4}:443 [${IPv6}]:443>
include ${fpConf}03.https.head.conf
include ${fpConf}04.lang.php-cgi.conf
include ${fpConf}05a.cgi.conf
include ${fpConf}06.ssl.conf
</VirtualHost>