Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Apache: modules
PostPosted: Thu Jan 27, 2005 7:36 pm 
Offline
Senior Member
User avatar

Joined: Tue Aug 17, 2004 11:37 pm
Posts: 262
Website: http://www.our-lan.com
WLM: nf@our-lan.com
Location: Brisbane, Australia
So here is my apache list off modules, all im running that i currently use is php, but im not sure what the other modules are for, can anyone explalin them for me? am trying to tweek things
ClearModuleList
AddModule mod_so.c
AddModule mod_macro.c
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so


Top
   
 Post subject:
PostPosted: Thu Jan 27, 2005 7:40 pm 
Offline
Junior Member
User avatar

Joined: Wed Aug 13, 2003 1:25 pm
Posts: 27
Try here:

http://httpd.apache.org/docs/mod/


Top
   
 Post subject:
PostPosted: Fri Jan 28, 2005 11:55 am 
Offline
Senior Member

Joined: Sun Mar 14, 2004 9:18 pm
Posts: 116
Website: http://michael.susens-schurter.com/
WLM: mschurter@yahoo.com
Yahoo Messenger: mschurter
Location: Peoria, IL
While RTFM is always a good idea, I can sympathize with your question because module names and descriptions can be quite confusing.

Here are some hints:

mod_alias - Keep it.

mod_auth - Simple HTTP authentication (pops up a username/dialog box in browsers). Most PHP apps do not use this, so its probably safe to disable.

mod_cgi - Do you use CGI scripts? Perl scripts? Lots of form mail scripts are CGI scripts, but if you're a PHP fan, probably not. Disable it.

mod_dir - Keep it.

mod_mime - Keep it! Its needed for PHP's handler directive.

mod_mime_magic - Basically a backup for mod_mime. Probably not required on a well configured system, but keep it just to sleep well at night.

mod_negotiation - You probably don't use it, but you might want to keep it. Apache itself uses it for the default document root files.

mod_rewrite - rewrites URLs, used by some apps, such as Drupal, to create "pretty" or "clean" URLs. if none of your Apache conf files or .htaccess files contain a "Rewrite" statement, you might as well remove it

mod_ssl - If you don't use SSL (https://), you might as well disable it

mod_status - If you're asking about this one, then you don't use it. :) Disable it. You can play around with it if you want, its kinda neat.

Alright, that should get you started at least. Check the page komy suggested for rest.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group