Difference between revisions of "Lamp Server Notes"
From OpenEMR Project Wiki
Line 21: | Line 21: | ||
|- | |- | ||
| <tt style="font-size: 130%">ServerTokens Prod</tt> | | <tt style="font-size: 130%">ServerTokens Prod</tt> | ||
| Suppress identification of OS. | |||
|- | |||
| <tt style="font-size: 130%"><Directory /var/www/html><br> Options -Indexes<br></Directory></tt> | |||
| Suppress identification of OS. | | Suppress identification of OS. | ||
|} | |} |
Revision as of 03:29, 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> |
Suppress identification of OS. |
MySQL Notes
PHP Notes