| Author |
disabling modules in apache 2.0.48 win 32
|
|
|
|
| Davide Bianchi 2004-01-23, 7:33 am |
| Colyn <thephotofactory@mycomnet.net> wrote:quote:
> How do you disable certain modules 2.0.48 win 32?
Removing the AddModule directive in httpd.conf I suppose.
Davide
--
| Microsoft is not the answer. Microsoft is the question. Linux is the
| answer.
| |
|
| suppose you wanted to remove mod_status.so , then add a # to comment out the
line
#LoadModule status_module modules/mod_status.so
in your http.conf file.This will prevent loading that module.
"Colyn" <thephotofactory@mycomnet.net> wrote in message
news:nm0310h5d1c3rsee7im29f6aqee2esfoif@
4ax.com...quote:
>
> How do you disable certain modules 2.0.48 win 32?
>
> Thanks
>
> Colyn Goodson
>
> http://home.swbell.net/colyng
> http://www.colyngoodson.com
> http://www.colyngoodson.com/manuals.html
| |
|
| "biji" <biji@bdumail.com> wrote:
quote:
>suppose you wanted to remove mod_status.so , then add a # to comment out the
>line
>
>#LoadModule status_module modules/mod_status.so
>in your http.conf file.This will prevent loading that module.
>
Thanks
One more question. In my config folder are 2 httpd files one named
httpd and the other httpd.default. Should I make the changes to one or
both?
Thanks again.
Colyn Goodson
http://home.swbell.net/colyng
http://www.colyngoodson.com
http://www.colyngoodson.com/manuals.html
| |
|
| > One more question. In my config folder are 2 httpd files one namedquote:
> httpd and the other httpd.default. Should I make the changes to one or
> both?
make changes in httpd.conf...
| |
|
|
|
|