Difference between revisions of "Lamp Server Notes"
From OpenEMR Project Wiki
(→Files) |
|||
Line 17: | Line 17: | ||
{| style="margin: 0 0em 0 0em;" | {| style="margin: 0 0em 0 0em;" | ||
|- | |- | ||
| width="250" | <tt style="font-size: 130%"> | | width="250" | <tt style="font-size: 130%">ServerSignature Off</tt> | ||
| width="400" | | width="400" | Suppress identification of the Apache version. | ||
| Suppress identification of the Apache version. | |||
|- | |- | ||
| <tt style="font-size: 130%">ServerTokens Prod</tt> | | <tt style="font-size: 130%">ServerTokens Prod</tt> |
Revision as of 03:11, 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. |
MySQL Notes
PHP Notes