Web Ten adds some new directives to the core Apache modules and expands the functionality of some existing directives found in the httpd.conf file.
Web Ten uses the configurable logger module, " mod_log_config ", allowing customization of the Transfer Log file format. The default format is a string containing: <date> <time> <result> <remote hostname> <URL> <bytes sent> . This corresponds to the directive:
LogFormat "%W %d %w %h %>U %b"
where the letters following the percent sign mean:
When the Squid Accelerator Cache is active and logging, this directive denotes the ServerRoot relative path to the accelerator log file as requested by plug-ins/CGIs via the W*API.
This directive controls the number of backup transfer logs maintained by the server during log rolling operations.
Web Ten uses the " mod_auth_dbm " module, providing user authentication using DBM files. Web Ten accepts two formats for the DBM group file -- the Apache format (user name key , list of groups to which the user belongs value ), and the NCSA format (group key , list of users contained in the group value ) as controlled by the AuthDBMFormatNCSA directive. The Web Ten Administration Server maintains the default Web Ten group file in NCSA format.