Apache

From Bitpost wiki
Revision as of 12:56, 4 May 2016 by M (talk | contribs) (Created page with "Apache has endless config options. To see what works for my needs, refer to these folders on bitpost-gentoo: /etc/apache2/httpd.conf Include /home/m/config/apache2/machi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Apache has endless config options. To see what works for my needs, refer to these folders on bitpost-gentoo:

/etc/apache2/httpd.conf
   Include /home/m/config/apache2/machine_globals.conf
~/development/config/bitpost/apache2/machine_globals.conf # etc....
/etc/apache2/modules.d/ # contains symlinks to...
development/config/bitpost/etc/apache2/modules.d/
  • I am using SNI to server multiple SSL hostnames on bitpost, all on port 443
  • I am using Google Registrar to manage my domains, including redirecting domain name email to gmail
  • I am using StartCom to get free Class-1 certs using those domain name emails
  • You can configure subdomains as easily as domains using StartCom (NOTE however, Phabricator and curl puke on certs??)