User Tools

Site Tools


apache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
apache [2010/12/11 21:23]
k2patel
apache [2020/08/10 02:35] (current)
Line 1: Line 1:
 ====== Apache Related Quick Help ====== ====== Apache Related Quick Help ======
   * [[ mod_evasive ​ | DDOS Prevention module]]   * [[ mod_evasive ​ | DDOS Prevention module]]
 +  * [[ 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>
 /​srv/​www/​apache/​bin/​apxs -c -L/​usr/​local/​lib/​mysql -I/​usr/​local/​include/​mysql -lmysqlclient -lm -lz mod_auth_mysql.c /​srv/​www/​apache/​bin/​apxs -c -L/​usr/​local/​lib/​mysql -I/​usr/​local/​include/​mysql -lmysqlclient -lm -lz mod_auth_mysql.c
 +</​code>​
 +
 +Following Error is showing up when you install it with \\
 +
 +<code bash>
 +mod_auth_mysql.c:​591:​ error: syntax error before “mysql_auth_config_rec”
 +</​code>​
 +
 +<code patch>
 +http://​sourceforge.net/​tracker/​index.php?​func=detail&​aid=1437139&​group_id=60218&​atid=493464
 </​code>​ </​code>​
  
apache.1292102607.txt.gz · Last modified: 2020/08/10 02:28 (external edit)