aboutsummaryrefslogtreecommitdiff
path: root/src/property/apache.lisp
Commit message (Collapse)AuthorAge
* APACHE:HTTPS-VHOST: put user's config before http->https redirectSean Whitton2021-12-22
| | | | | | This allows selectively overriding that redirect. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename combinator UNAPPLY->UNAPPLIED and add new UNAPPLY macroSean Whitton2021-12-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APACHE:HTTPS-VHOST: note that doesn't currently install renewal hookSean Whitton2021-12-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APACHE:HTTPS-VHOST http->https: use %{SERVER_NAME} & HTTP status 301Sean Whitton2021-12-02
| | | | | | The use of %{SERVER_NAME} makes the configuration line a constant value. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APACHE:HTTPS-VHOST: narrow the scope of .well-known rewrite ruleSean Whitton2021-12-02
| | | | | | | The new rule is sufficient for the Let's Encrypt challenge to succeed, and has the advantage of avoiding interference with other subpaths of .well-known/. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APACHE:HTTPS-VHOST: add application of NETWORK:ALIASESSean Whitton2021-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add APACHE:{SITE-ENABLED,SITE-AVAILABLE,HTTPS-VHOST}Sean Whitton2021-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add APACHE:CONF-AVAILABLE & optional arg to APACHE:CONF-ENABLEDSean Whitton2021-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add some basic Apache web server propertiesSean Whitton2021-06-22
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>