Monday, March 10, 2014

Wednesday, March 5, 2014

Apache httpd configuration sections

To understand how Apache httpd apply configuration blocks. gist @Github.

Related resources
  1. http://httpd.apache.org/docs/2.2/sections.html

--
= ^ . ^ =

Apache httpd configuration file and directory structure

Might be handy when working with different Linux distributions.
I also created a gist @Github.


--
= ^ . ^ =

Apache Security Settings - /etc/apache2/conf.d/security

Common Apache httpd security settings to prevent information disclosure. This file must be placed under:
/etc/apache2/conf.d/security
I also created a gist @Github.
Related resources
  1. http://httpd.apache.org/docs/2.2/

--
= ^ . ^ =

Apache httpd debug mode on Debian GNU/Linux

I use this script most of the times I'm debugging Apache-specific issues on Debian GNU/Linux. I also created a gist @Github.

Related resources
  1. http://httpd.apache.org/docs/2.2/

--
= ^ . ^ =