Difference between revisions of "Lamp Server Notes"

From OpenEMR Project Wiki
(Blanked the page)
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Apache Notes==
=====Files=====
{| 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%">/usr/share/doc/apache2-doc</tt>
| Apache2 Manual.
|-
| <tt style="font-size: 130%">/var/www/html</tt>
| Default http home directory.
|} 
<br>
=====Configuration File Settings=====
{| style="margin: 0 0em 0 0em;"
|-
| width="250" | <tt style="font-size: 130%">ServerSignature Off</tt>
| width="400" | Suppress identification of the Apache version.
|-
| <tt style="font-size: 130%">ServerTokens Prod</tt>
| Suppress identification of OS.
|- valign="top"
| <tt style="font-size: 130%"><Directory /var/www/html><br>&nbsp;&nbsp;&nbsp; Options -Indexes<br></Directory></tt>
| Turn off directory listing.
|} 


<br><br>
==MySQL Notes==
<br><br>
==PHP Notes==
<br><br>
==Other Packages of Interest==

Latest revision as of 16:49, 28 May 2014