>Number: 2283 >Category: apache-api >Synopsis: Few changes to http_main.c and http_main.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: change-request >Submitter-Id: apache >Arrival-Date: Tue May 26 04:10:00 PDT 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3b6 >Environment: N/A, all 1.3 OS >Description: For some modules (mod_log_mysql)to get running, we need these small changes in the files above:
diff http_main.c http_main.c_org: 326c326 < //static pool *pconf; /* Pool for config stuff */ --- > static pool *pconf; /* Pool for config stuff */ 835c835 < API_EXPORT(void) timeout(int sig) --- > static void timeout(int sig) diff http_main.h http_main.h_org: 110,112d109 < static pool *pconf; /* Pool for config stuff */ < API_EXPORT(void) timeout(int sig); < >How-To-Repeat: Compile mod_log_mysql after fixing the api names >Fix: see description >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
