Difference between revisions of "Lamp Server Notes"
From OpenEMR Project Wiki
Line 23: | Line 23: | ||
| Suppress identification of OS. | | Suppress identification of OS. | ||
|- valign="top" | |- valign="top" | ||
| <tt style="font-size: 130%"><Directory /var/www/html><br> | | <tt style="font-size: 130%"><Directory /var/www/html><br> Options -Indexes<br></Directory></tt> | ||
| | | Turn off directory listing. | ||
|} | |} | ||
Revision as of 03:35, 27 May 2014
Apache Notes
Files
/etc/apache2 | Config File |
/usr/share/doc/apache2-doc | Apache2 Manual. |
/var/www/html | Default http home directory. |
Configuration File Settings
ServerSignature Off | Suppress identification of the Apache version. |
ServerTokens Prod | Suppress identification of OS. |
<Directory /var/www/html> Options -Indexes </Directory> |
Turn off directory listing. |
MySQL Notes
PHP Notes