Difference between revisions of "Lamp Server Notes"

From OpenEMR Project Wiki
Line 11: Line 11:
| <tt style="font-size: 130%">/var/www/html</tt>
| <tt style="font-size: 130%">/var/www/html</tt>
| Default http home directory.
| Default http home directory.
|}  
|}
 
<br>
=====Configuration File Settings=====
{| style="margin: 0 0em 0 0em;"
|-
| width="250" | <tt style="font-size: 130%">/etc/apache2</tt>
| width="400" | Config File
|-
| <tt style="font-size: 130%">ServerSignature Off</tt>
| Suppress identification of the Apache version.
|-
| <tt style="font-size: 130%">ServerTokens Prod</tt>
| Suppress identification of OS.
|} 


<br><br>
<br><br>

Revision as of 03:03, 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
/etc/apache2 Config File
ServerSignature Off Suppress identification of the Apache version.
ServerTokens Prod Suppress identification of OS.



MySQL Notes



PHP Notes



Other Packages of Interest