[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mod_status feature



Hi,

Sometimes I need to have a quick view of my server status. Usually mod_status if good enough. But Sometimes I need to be able to see all the URL request and apache2 limit it to 63 chars by default.
I patched apache2 and it is working to me. The problem with my patch is that I need to recompile tons of packages because of dependence (php for example).
Is possible to me request this feature to applied by you (debian-apache maintainers)? If Yes, What is the procedure?

Just to let you know, It was my patch.

##############################
--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -125,7 +125,7 @@
 #endif
     apr_time_t last_used;
     char client[32];           /* Keep 'em small... */
-    char request[64];          /* We just want an idea... */
+    char request[128];         /* We just want an idea... */
     char vhost[32];            /* What virtual host is being accessed? */
 };
##############################

Thanks,
Ricardo Melo

Reply to: