Apache Webserver cheat sheet ============================ Public domain ******************************************************************************** ### Config file syntax check httpd -t ******************************************************************************** ### Virtual host debug httpd -S httpd -D DUMP_VHOSTS ******************************************************************************** ### List Loaded Modules httpd -D DUMP_MODULES ******************************************************************************** ### Apache VirtualHost ##/etc/apache2/sites-enabled/test ServerName test.com DocumentRoot /home/farid/htdocs/test Options -Indexes # AllowOverride All # Deprecated # Order Allow,Deny # Deprecated # Allow from all # Deprecated Require all granted # << New way of doing it sudo a2ensite test; sudo service apache2 reload ******************************************************************************** _BY: Pejman Moghadam, Farid Ahmadian_ _TAG: apache_ _DATE: 2014-04-25 00:17:29_