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
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
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
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
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
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_