Difference between revisions of "apache"
From WebHostingNeeds.com
m |
m |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[install apache from source]] | * [[install apache from source]] | ||
+ | * [[apache worker vs prefork]] | ||
+ | * [[how to find if apache using worker or prefork]] | ||
+ | * [http://www.symantec.com/connect/articles/securing-apache-step-step Securing Apache: Step-by-Step] | ||
* [[htaccess]] | * [[htaccess]] | ||
− | * [[ | + | * [[starting httpd cannot assign requested address: make_sock]] |
− | * [ | + | * [http://blog.hostonnet.com/disable-unused-apache-modules Disable Unwanted Apache Modules] |
* [[how can i start and stop apache]] | * [[how can i start and stop apache]] | ||
* [[disable php for one site]] | * [[disable php for one site]] | ||
* [[logrotate]] | * [[logrotate]] | ||
+ | * [[configure apache to run perl scripts from any folder]] | ||
+ | * [http://blog.hostonnet.com/you-dont-have-permission-to-access-on-this-server You don't have permission to access / on this server ] | ||
+ | * [[mod_rpaf]] | ||
+ | |||
+ | |||
+ | == Working With Apache == | ||
+ | |||
+ | * [[optimize apache]] | ||
+ | * [[secure apache]] | ||
+ | * [http://blog.hostonnet.com/password-protect-a-folder-with-htaccess Password Protect a Folder] | ||
+ | * [[find most accessed ip from apache log]] | ||
+ | * [[list all enabled apache modules]] | ||
+ | * [[enable apache ssl module in ubuntu]] | ||
+ | |||
+ | |||
+ | == Apache Errors == | ||
+ | |||
+ | * [[apache permission denied|Permission denied: access to /index.html denied]] |
Latest revision as of 07:04, 14 January 2017
- install apache from source
- apache worker vs prefork
- how to find if apache using worker or prefork
- Securing Apache: Step-by-Step
- htaccess
- starting httpd cannot assign requested address: make_sock
- Disable Unwanted Apache Modules
- how can i start and stop apache
- disable php for one site
- logrotate
- configure apache to run perl scripts from any folder
- You don't have permission to access / on this server
- mod_rpaf
Working With Apache
- optimize apache
- secure apache
- Password Protect a Folder
- find most accessed ip from apache log
- list all enabled apache modules
- enable apache ssl module in ubuntu