apache-formula
apache-formula copied to clipboard
Set up and configure the Apache HTTP server
### Is your feature request related to a problem? MDomains are not able to be configured yet with the formula. ### Describe the solution you'd like support configuring let's encrypt...
LogFormat in apache-2.4.conf.jinja template use %h, and vhost/standard.tmpl does too, so they are useless when remoteip is enabled, because %a must be used. However vhost/proxy.tmpl uses %a. Is it possible...
re-installation lead to error if purge not executed `Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.` which...
Hello every one, I want to add some **variables environment** to the **client vhost** using **apache formula** **(apache2.4)**: This an example: (there is a {{name}} : {{value}} ) ENV_UPLOAD_PATH: '/home/user/htdocs/'...
Hi Is there a chance of supporting the installation/configuration of prefork, worker or event mpm's? Thanks ``` fintan ```
#218 introduced a Debian-specific way of configuring SSL, though #211 already provided a way to configure it properly, with more options, and less os-specific. I recommend reverting #218 ping @arthurlogilab...
the `order` argument in `modules.sls` breaks at least one Apache module. When using the `proxy_http` module you need to include `proxy` **before** `proxy_http`. Using the `order` argument for the a2enmod...
There seems to be an issue with the [apache.manage_security.sls](https://github.com/saltstack-formulas/apache-formula/blob/master/apache/manage_security.sls#L8-L29) with the file.blockreplace & file.accumulated and I've not been able to determine if it's in the file state functions or the...
I would like to create some extra dir for `apache:sites`, managed through `apache.vhosts.standard` state. I would like to add `log_dir` creation **before** apache is restarted, dir are created by an...
SSL Redirects do some funny stuff if you do not turn the engine on and present certs. In my case **mail.example.com** presented the certs for **dev.example.com** and failed redirect to...