forked from gregrickaby/The-Perfect-Apache-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
31 lines (23 loc) · 1.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<h3>The Perfect Apache Configuration</h3>
I've spent quite a bit of time compiling what I find to be optimial to me and my server.
Feel free to fork this and make it your own.
<h3>Installation</h3>
Copy and paste the contents of http.conf into /apache2/httpd.conf
You can also copy and paste into .htaccess (however this is slower!)
<h3>Credits</h3>
- HTML5BoilerPlate: https://github.com/h5bp/html5-boilerplate/
- W3 Edge: http://www.w3-edge.com/
- Yahoo! Best Practices: http://developer.yahoo.com/performance/rules.html
- Caching Tutorial: http://www.mnot.net/cache_docs/
- Personal experience running Amazon AWS instances
<h3>CHANGE LOG</h3>
<strong>v1.2 - 2013.07.01</strong>
- Added DefaultCharset
- Added Header append Vary: Accept-Encoding
<strong>v1.1 - 2012.06.13</strong>
- Moved CSS and JS from 1 day to 1 week
<strong>v1.0 - 2012.06.05</strong>
- Initial release
<h3>Disclaimer</h3>
- If you break Apache, then you may not have all the modules turn on.
- This configuration works best for my needs. Your needs may differ.