Difference between revisions of "Apache web server configuration"
From Notes_Wiki
m |
m |
||
Line 10: | Line 10: | ||
*[[Configuring authentication for apache using password file]] | *[[Configuring authentication for apache using password file]] | ||
*[[Configuring LDAP based authentication for apache]] | *[[Configuring LDAP based authentication for apache]] | ||
*[[Block iframe calls to website to avoid Clickjacking attacks]] |
Revision as of 04:15, 1 March 2013
<yambe:breadcrumb>Main Page | Home</yambe:breadcrumb>
Apache web server configuration
- Configuring mod_gnutls so that we can have HTTPS virtual hosts in apache
- Using ajp module to pass requests to tomcat server listening on localhost transparently
- Apache virtualhost configuration for hosting multiple domains
- Disabling mod_security for apache
- Using mod_proxy to pass requests to local servers transparently
- Redirecting site using apache configuration
- Configuring authentication for apache using password file
- Configuring LDAP based authentication for apache
- Block iframe calls to website to avoid Clickjacking attacks