Difference between revisions of "Lamp Server Notes"

From OpenEMR Project Wiki
Line 14: Line 14:
   
   
<br>
<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=====
=====Configuration File Settings=====
{| style="margin: 0 0em 0 0em;"
{| style="margin: 0 0em 0 0em;"

Revision as of 03:38, 27 May 2014

Apache Notes

Files
/etc/apache2 Config File
/usr/share/doc/apache2-doc Apache2 Manual.
/var/www/html Default http home directory.


Commands
apache2 -v Display apache version.


Configuration File Settings
ServerSignature Off Suppress identification of the Apache version.
ServerTokens Prod Suppress identification of OS.
<Directory /var/www/html>
    Options -Indexes
</Directory>
Turn off directory listing.



MySQL Notes



PHP Notes



Other Packages of Interest