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
Next revision Both sides next revision
apache [2010/12/11 21:23]
k2patel
apache [2011/04/27 03:41]
k2patel
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 ]]
  
 ==== Compile apache from source ==== ==== Compile apache from source ====
Line 34: Line 35:
 <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.txt · Last modified: 2020/08/10 02:35 (external edit)