caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/modules/vhs vhs_logger.pike,1.4.2.6,1.4.2.7 vhs_system_ldap.pike,1.9.2.7,1.9.2.8


chronological Thread 
  • From: Xavier Beaudouin <kiwi AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: caudium/server/modules/vhs vhs_logger.pike,1.4.2.6,1.4.2.7 vhs_system_ldap.pike,1.9.2.7,1.9.2.8
  • Date: Mon, 19 Jul 2004 21:46:31 +0200

Update of /cvs/caudium/caudium/server/modules/vhs
In directory cvs.caudiumforge.net:/tmp/cvs-serv89187/server/modules/vhs

Modified Files:
      Tag: stable_1_2
        vhs_logger.pike vhs_system_ldap.pike 
Log Message:
Some autodocs I have forgotten to update.


Index: vhs_logger.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/vhs/vhs_logger.pike,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -r1.4.2.6 -r1.4.2.7
--- vhs_logger.pike     11 Feb 2004 05:11:48 -0000      1.4.2.6
+++ vhs_logger.pike     19 Jul 2004 19:46:29 -0000      1.4.2.7
@@ -19,18 +19,18 @@
  *
  */
 /*
- * $Id: vhs_logger.pike,v 1.4.2.6 2004/02/11 05:11:48 jnt Exp $
+ * $Id: vhs_logger.pike,v 1.4.2.7 2004/07/19 19:46:29 kiwi Exp $
  */
 //! module: VHS - Logger module
 //!  This module logs the accesses of each vitual in VHS
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_LOGGER
-//! cvs_version: $Id: vhs_logger.pike,v 1.4.2.6 2004/02/11 05:11:48 jnt Exp $
+//! cvs_version: $Id: vhs_logger.pike,v 1.4.2.7 2004/07/19 19:46:29 kiwi Exp 
$
 
 /* Based on user logging module */
 
-constant cvs_version = "$Id: vhs_logger.pike,v 1.4.2.6 2004/02/11 05:11:48 
jnt Exp $";
+constant cvs_version = "$Id: vhs_logger.pike,v 1.4.2.7 2004/07/19 19:46:29 
kiwi Exp $";
 constant thread_safe = 1;
 
 // #define VHLOG_DEBUG 1
@@ -486,7 +486,7 @@
 //
 //! defvar: LogFormat
 //! What format to use for logging. The syntax is:
-//!<pre>response-code or *: Log format for that response acode<br /><br 
/>Log format is normal characters, or one or more of the variables below:<br 
/><br />\n \t \r       -- As in C, newline, tab and linefeed<br />$char(int)  
   -- Insert the (1 byte) character specified by the integer.<br 
/>$wchar(int)    -- Insert the (2 byte) word specified by the integer.<br 
/>$int(int)      -- Insert the (4 byte) word specified by the integer.<br 
/>$^             -- Supress newline at the end of the logentry<br />$host     
     -- The remote host name, or ip number.<br />$ip_number     -- The remote 
ip number.<br />$bin-ip_number -- The remote host id as a binary integer 
number.<br /><br />$cern_date     -- Cern Common Log file format date.<br 
/>$bin-date      -- Time, but as an 32 bit iteger in network byteorder<br 
/><br />$method        -- Request method<br />$resource      -- Resource 
identifier<br />$protocol      -- The protocol used (normally HTTP/1.0)<br 
/>$response      -- The 
 response code sent<br />$bin-response  -- The response code sent as a binary 
short number<br />$length        -- The length of the data section of the 
reply<br />$bin-length    -- Same, but as an 32 bit iteger in network 
byteorder<br />$referer       -- the header 'referer' from the request, or 
'-'.<br />$user_agent    -- the header 'User-Agent' from the request, or 
'-'.<br /><br />$user          -- the name of the auth user used, if any<br 
/>$user_id       -- A unique user ID, if cookies are supported,<br />         
         by the client, otherwise '0'<br />$virtname      -- virtual host 
name<br /></pre>
+//!<pre>response-code or *: Log format for that response acode<br /><br 
/>Log format is normal characters, or one or more of the variables below:<br 
/><br />\n \t \r       -- As in C, newline, tab and linefeed<br />$char(int)  
   -- Insert the (1 byte) character specified by the integer.<br 
/>$wchar(int)    -- Insert the (2 byte) word specified by the integer.<br 
/>$int(int)      -- Insert the (4 byte) word specified by the integer.<br 
/>$^             -- Supress newline at the end of the logentry<br />$host     
     -- The remote host name, or ip number.<br />$ip_number     -- The remote 
ip number.<br />$bin-ip_number -- The remote host id as a binary integer 
number.<br /><br />$cern_date     -- Cern Common Log file format date.<br 
/>$bin-date      -- Time, but as an 32 bit iteger in network byteorder<br 
/><br />$method        -- Request method<br />$resource      -- Resource 
identifier<br />$protocol      -- The protocol used (normally HTTP/1.0)<br 
/>$response      -- The 
 response code sent<br />$bin-response  -- The response code sent as a binary 
short number<br />$length        -- The length of the data section of the 
reply<br />$bin-length    -- Same, but as an 32 bit iteger in network 
byteorder<br />$referer       -- the header 'referer' from the request, or 
'-'.<br />$user_agent    -- the header 'User-Agent' from the request, or 
'-'.<br />$agent_unquoted  -- the header 'User-Agent' from the request, or 
'-'.<br /><br />$user          -- the name of the auth user used, if any<br 
/>$user_id       -- A unique user ID, if cookies are supported,<br />         
         by the client, otherwise '0'<br />$virtname      -- virtual host 
name<br /></pre>
 //!  type: TYPE_TEXT_FIELD
 //!  name: Logging Format
 //
@@ -500,3 +500,17 @@
 //!  type: TYPE_STRING
 //!  name: AccessLog filename
 //
+
+/*
+ * If you visit a file that doesn't contain these lines at its end, please
+ * cut and paste everything from here to that file.
+ */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 2
+ * End:
+ *
+ * vim: softtabstop=2 tabstop=2 expandtab autoindent formatoptions=croqlt 
smartindent cindent shiftwidth=2
+ */
+

Index: vhs_system_ldap.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/vhs/vhs_system_ldap.pike,v
retrieving revision 1.9.2.7
retrieving revision 1.9.2.8
diff -u -r1.9.2.7 -r1.9.2.8
--- vhs_system_ldap.pike        19 Jul 2004 19:42:11 -0000      1.9.2.7
+++ vhs_system_ldap.pike        19 Jul 2004 19:46:29 -0000      1.9.2.8
@@ -34,9 +34,9 @@
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_PRECACHE
-//! cvs_version: $Id: vhs_system_ldap.pike,v 1.9.2.7 2004/07/19 19:42:11 
kiwi Exp $
+//! cvs_version: $Id: vhs_system_ldap.pike,v 1.9.2.8 2004/07/19 19:46:29 
kiwi Exp $
 
-constant cvs_version = "$Id: vhs_system_ldap.pike,v 1.9.2.7 2004/07/19 
19:42:11 kiwi Exp $";
+constant cvs_version = "$Id: vhs_system_ldap.pike,v 1.9.2.8 2004/07/19 
19:46:29 kiwi Exp $";
 constant thread_safe = 1;
 
 #include <module.h>
@@ -651,6 +651,11 @@
 //!  type: TYPE_FLAG
 //!  name: Logs using VHS parameters
 //
+//! defvar: logwwDomain
+//! When enabled and when "Logs using VHS parameters" is disabled, when 
filename used is FQDN given by wwwDomain LDAP attribute
+//!  type: TYPE_FLAG
+//!  name: Logs using wwwDomain parameter
+//
 //! defvar: ttl_positive
 //! Time to cache positive config hits.
 //!  type: TYPE_INT
@@ -666,3 +671,17 @@
 //!  type: TYPE_FLAG
 //!  name: Enable lamers friendly mode
 //
+
+/*
+ * If you visit a file that doesn't contain these lines at its end, please
+ * cut and paste everything from here to that file.
+ */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 2
+ * End:
+ *
+ * vim: softtabstop=2 tabstop=2 expandtab autoindent formatoptions=croqlt 
smartindent cindent shiftwidth=2
+ */
+



  • CVS: caudium/server/modules/vhs vhs_logger.pike,1.4.2.6,1.4.2.7 vhs_system_ldap.pike,1.9.2.7,1.9.2.8, Xavier Beaudouin

Archive powered by MhonArc 2.6.10.

§