Futilities/config/Apache

From Woozle Writes Code
< Futilities‎ | config
Revision as of 01:30, 18 December 2022 by Woozle (talk | contribs) (Created page with "I need to document how [https://gitlab.com/woozalia/futilities/-/tree/main/server/apache/includes/v3 these] are used, but here's a typical setup for a top-level domain: <synta...")
(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>