Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread Jonathan Zuckerman
On Mon, May 4, 2009 at 5:17 PM, Eric Covener wrote: > On Mon, May 4, 2009 at 6:35 PM, William A. Rowe, Jr. > wrote: >> Jason Todd Slack-Moehrle wrote: >>> >>> I see that Apache is loading a ton of modules, what can I safely get rid >>> of? >> >> Get rid of all the modules which don't affect the c

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread Eric Covener
On Mon, May 4, 2009 at 6:35 PM, William A. Rowe, Jr. wrote: > Jason Todd Slack-Moehrle wrote: >> >> I see that Apache is loading a ton of modules, what can I safely get rid >> of? > > Get rid of all the modules which don't affect the configuration or the > behavior of your server.  The easiest way

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread John Hudak
I would comment all of them out and see what is broken, then begin adding them in. To cut down on the randomess of the exercise, you might look at the source code to see what the modules actually do. BTW, how are you doing the credit card processing? I'd be interested in learning about this. In

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread dan trainor
On Mon, May 4, 2009 at 6:35 PM, William A. Rowe, Jr. wrote: > Jason Todd Slack-Moehrle wrote: > > > > I see that Apache is loading a ton of modules, what can I safely get rid > > of? > > Get rid of all the modules which don't affect the configuration or the > behavior of your server. The easiest

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread William A. Rowe, Jr.
Jason Todd Slack-Moehrle wrote: > > I see that Apache is loading a ton of modules, what can I safely get rid > of? Get rid of all the modules which don't affect the configuration or the behavior of your server. The easiest way to determine this is to comment one out and use apachectl -t to find

[us...@httpd] Unneeded Modules

2009-05-04 Thread Jason Todd Slack-Moehrle
Hi All, I am doing basic webserving, HTML, PHP, ColdFusion, some credit card processing, some CGI (for Blosxom), virtual hosting, mysql, etc I see that Apache is loading a ton of modules, what can I safely get rid of? LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_