apache
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apache [2010/09/24 20:10] – 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] | ||
| </ | </ | ||
| Line 242: | Line 256: | ||
| The response to the request can be found under another URI using a GET method. When received in response to a PUT,\\ | The response to the request can be found under another URI using a GET method. When received in response to a PUT,\\ | ||
| it should be assumed that the server has received the data and the redirect should be issued with a separate GET message. | it should be assumed that the server has received the data and the redirect should be issued with a separate GET message. | ||
| + | |||
| + | |||
| + | ==== Disable Trace / track ==== | ||
| + | |||
| + | Mostly trace / track is risk to apache server.\\ | ||
| + | |||
| + | <code apache> | ||
| + | RewriteEngine on | ||
| + | RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) | ||
| + | RewriteRule .* - [F] | ||
| + | </ | ||
apache.1285359002.txt.gz · Last modified: 2020/08/10 02:28 (external edit)
