Difference between revisions of "Lamp Server Notes"

From OpenEMR Project Wiki
Line 22: Line 22:
| <tt style="font-size: 130%">ServerTokens Prod</tt>
| <tt style="font-size: 130%">ServerTokens Prod</tt>
| Suppress identification of OS.
| Suppress identification of OS.
|- align=top
|- valign="top"
| <tt style="font-size: 130%"><Directory /var/www/html><br>    Options -Indexes<br></Directory></tt>
| <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:34, 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



Other Packages of Interest