Difference between revisions of "Apache"
From Fixme.ch
(→Services) |
|||
Line 1: | Line 1: | ||
− | + | [[Category:Services]] | |
− | + | ||
== Services == | == Services == | ||
* [https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security HSTS] is enabled in /etc/apache2/mods-enabled/headers.load with: | * [https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security HSTS] is enabled in /etc/apache2/mods-enabled/headers.load with: | ||
Line 6: | Line 5: | ||
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" | Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | * A rule forbid the access to every `.git`, so you can safely have git depot in apache directories. | ||
* Reverse Proxy (0.0.0.0:80/443 -> 127.0.0.1:9001) for [[Etherpad]] configured in /etc/apache2/sites-available/1_Etherpad | * Reverse Proxy (0.0.0.0:80/443 -> 127.0.0.1:9001) for [[Etherpad]] configured in /etc/apache2/sites-available/1_Etherpad | ||
* CGI for [[Soundlcoud_downloader]] (only accessible from within the hackerspace) | * CGI for [[Soundlcoud_downloader]] (only accessible from within the hackerspace) |
Latest revision as of 20:18, 17 July 2012
Services
- HSTS is enabled in /etc/apache2/mods-enabled/headers.load with:
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
- A rule forbid the access to every `.git`, so you can safely have git depot in apache directories.
- Reverse Proxy (0.0.0.0:80/443 -> 127.0.0.1:9001) for Etherpad configured in /etc/apache2/sites-available/1_Etherpad
- CGI for Soundlcoud_downloader (only accessible from within the hackerspace)
- CGI for Collectd
- Burgers
- Default goes a list of services on foo