Futilities/config/Apache

From Woozle Writes Code
< Futilities‎ | config
Revision as of 20:20, 17 January 2023 by Woozle (talk | contribs) (Woozle moved page Futilities/server to Futilities/config/Apache without leaving a redirect: to match repo reorganization)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>