apache
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apache [2010/10/31 01:04] – k2patel | apache [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Apache Related Quick Help ====== | ====== Apache Related Quick Help ====== | ||
* [[ mod_evasive | * [[ mod_evasive | ||
+ | * [[ Error Codes | HTTP Error Codes ]] | ||
+ | * [[ mod_proxy_ajp | Jboss Load Balancing ]] | ||
==== Compile apache from source ==== | ==== Compile apache from source ==== | ||
Line 34: | Line 36: | ||
<code bash> | <code bash> | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | Following Error is showing up when you install it with \\ | ||
+ | |||
+ | <code bash> | ||
+ | mod_auth_mysql.c: | ||
+ | </ | ||
+ | |||
+ | <code patch> | ||
+ | http:// | ||
</ | </ | ||
Line 157: | Line 169: | ||
SetEnvIfNoCase User-Agent " | SetEnvIfNoCase User-Agent " | ||
SetEnvIfNoCase User-Agent " | SetEnvIfNoCase User-Agent " | ||
+ | SetEnvIfNoCase User-Agent " | ||
Order Allow,Deny | Order Allow,Deny | ||
Line 171: | Line 184: | ||
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] | RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] | ||
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] | RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] | ||
+ | RewriteCond %{HTTP_USER_AGENT} ^Mozilla/ | ||
RewriteRule ^.* - [F,L] | RewriteRule ^.* - [F,L] | ||
</ | </ |
apache.1288487073.txt.gz · Last modified: 2020/08/10 02:28 (external edit)