Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Location
    Tor-NY-BJ
    Posts
    330

    * Apache Modules -- Should Use Or Not?

    LoadModule include_module modules/mod_include.so
    This is for .shtml

    LoadModule log_config_module modules/mod_log_config.so
    I am not sure if I don't load this, will loging still work?

    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule autoindex_module modules/mod_autoindex.so

    LoadModule cgi_module modules/mod_cgi.so
    I am very confused here. I remember even without mod_cgi, perl files work. Why is there a mod_cgi?

    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so

    LoadModule alias_module modules/mod_alias.so
    This is for maping fake directories to real directories

  2. #2
    log_config allows you to create custom logging formats. Mod_CGI implements the CGI script log directives.
    Game control panels - control your game world your way. Server-Genie.com
    http://www.server-genie.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •