Apache loads all these modules in every instance, for every site defined,
AFAIK.
So, losing them will reduce memory usage, at least.
Best,
--
Arthur Sherman
+972-52-4878851
http://www.cpt.co.il/
> -----Original Message-----
> From: Darrell D. Mobley [mailto:dmobley (at mark) uhostme.net]
> Sent: Monday, March 12, 2007 8:42 PM
> To: coba-e (at mark) bluequartz.org
> Subject: [coba-e:09105] Re: remove modules in httpd.conf
>
> Arthur, in doing this will you see a speed improvement in web
> page serving?
> If so, I'd also like to know what I can safely remove.
>
> -----Original Message-----
> From: Arthur Sherman [mailto:arturs (at mark) netvision.net.il]
> Sent: Monday, March 12, 2007 1:06 PM
> To: coba-e (at mark) bluequartz.org
> Subject: [coba-e:09103] remove modules in httpd.conf
>
> Dear List,
>
> I am going through sites httpd.conf, trying to disable
> unneeded modules.
>
> Here is a list of the modules I consider disabling.
> I'd ask you to check so I don't remove vital modules.
>
> # I don't use LDAP
> LoadModule ldap_module modules/mod_ldap.so
> LoadModule auth_ldap_module modules/mod_auth_ldap.so
>
> # no need in this
> LoadModule status_module modules/mod_status.so
> LoadModule info_module modules/mod_info.so
>
> # this one is in doubt: is it used in $site_root/users/$user/ ?
> LoadModule userdir_module modules/mod_userdir.so
>
> # why I need my server be proxy?
> LoadModule proxy_module modules/mod_proxy.so
> LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
> LoadModule proxy_http_module modules/mod_proxy_http.so
> LoadModule proxy_connect_module modules/mod_proxy_connect.so
>
> # why is this needed?
> LoadModule cache_module modules/mod_cache.so
> LoadModule disk_cache_module modules/mod_disk_cache.so
> LoadModule file_cache_module modules/mod_file_cache.so
> LoadModule mem_cache_module modules/mod_mem_cache.so
>
>
> TIA!
>
>
> Best,
>
> --
> Arthur Sherman
>
> +972-52-4878851
> http://www.cpt.co.il/
>
>
>
>