Difference between revisions of "Apache web server configuration"
From Notes_Wiki
m |
m |
||
Line 3: | Line 3: | ||
*[[Configuring multiple SSL sites]] | *[[Configuring multiple SSL sites]] | ||
*[[Installing lets-encrypt SSL certicficate]] | |||
*[[Installing SSL certificate in Apache]] | *[[Installing SSL certificate in Apache]] | ||
*[[Using namecheap wildcard SSL certificates for HTTPS]] | *[[Using namecheap wildcard SSL certificates for HTTPS]] |
Revision as of 11:10, 17 August 2018
<yambe:breadcrumb self="Apache web server configuration">CentOS 6.x | CentOS 6.x</yambe:breadcrumb>
Apache web server configuration
- Configuring multiple SSL sites
- Installing lets-encrypt SSL certicficate
- Installing SSL certificate in Apache
- Using namecheap wildcard SSL certificates for HTTPS
- 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 prevent Clickjacking attacks
- Securing apache upload folders
- Misceallaneous apache or php issues