Difference between revisions of "Lamp Server Notes"

From OpenEMR Project Wiki
(Blanked the page)
 
(17 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>


=====Commands=====
{| style="margin: 0 0em 0 0em;"
|-
| width="250" | <tt style="font-size: 130%">apache2 -v</tt>
| width="400" | Display apache version.
|-
|
|
|} 
<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>
=====Configuration File - Directory DIrectives=====
{| style="margin: 0 0em 0 0em;"
|-
| width="250" | <tt style="font-size: 130%">Options None</tt>
| width="400" | 
|-
| <tt style="font-size: 130%">Order deny, allow</tt>
| Order of deny, allow directives.
|-
| <tt style="font-size: 130%">Deny from all.</tt>
| Deny request from everybody.
|-
| <tt style="font-size: 130%">Options -FollowSymLinks</tt>
| Disable following symbolic links.
|-
| <tt style="font-size: 130%">Options +FollowSymLinks</tt>
| Enable following symbolic links.
|}
<br>
==MySQL Notes==
<br><br>
==PHP Notes==
<br><br>
==Other Packages of Interest==

Latest revision as of 16:49, 28 May 2014