Futilities/config/Apache: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(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...")
 
m (Woozle moved page Futilities/server to Futilities/config/Apache without leaving a redirect: to match repo reorganization)
 
(No difference)

Latest revision as of 20:20, 17 January 2023

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>