View Full Version : How do I know which Apache modules are loaded ?
Is there a way I can find out which all Apache modules are loaded ?
I am at this point interested in mod_expires.so, mod_headers.so and mod_gzip.c
Thanks
stenrap
05-22-2008, 12:32 AM
I'd like to know the answer to this question as well, so I'm bumping.
I'm interested in mod_auth_pgsql.
Bob Barr
05-22-2008, 12:47 AM
In the bottom left corner of the cPanel home page, you'll find a link labeled 'Server Status'. That link displays a list of services running on your box.
stenrap
05-22-2008, 09:19 AM
I see Service Status (not Server Status), and a link next to that labeled Click to View. When I click that link, I see a list of typical Linux/Unix daemons, but nothing about installed Apache modules.
I'm wondering specifically about Apache modules (http://httpd.apache.org/docs/2.2/mod), not other services.
areidmtm
05-22-2008, 04:50 PM
You'll probably have to contact support. They could tell you a lot faster.
bernies
09-04-2008, 01:02 PM
Has the original question been answered. I'm interested in mod_headers.so also
adddfico
09-04-2008, 01:45 PM
Full list:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_case_filter.c
mod_case_filter_in.c
mod_ext_filter.c
mod_include.c
mod_filter.c
mod_log_config.c
mod_logio.c
mod_env.c
mod_expires.c
mod_headers.c
mod_setenvif.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_dav.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_info.c
mod_suexec.c
mod_cgi.c
mod_dav_fs.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
hemisphere
08-20-2009, 09:29 PM
Any chance of getting mod_xsendfile installed?
Early Out
08-20-2009, 09:37 PM
Any chance of getting mod_xsendfile installed?
This is a user-to-user forum, not a BH support site. You need to ask BH.
TonyS
08-22-2009, 05:10 PM
To add a module, the admins would need to recomplie Apache on that server. Since they're not going to have one server have an Apache configuration that's different from the rest, they'd need to add that module to every server and recompile Apache.
I'd say chances are pretty slim that they'll do that.
siguie
08-23-2009, 04:44 AM
What? :confused:
Just click on "Perl Modules" in CPanel ... you can see what's installed or install new modules pretty easily. There's also a "Show System Modules" button at the bottom.
Even if this thing wasn't available in CPanel you can still install modules manually you just have to specify locations in your account and unpack the thing yourself.
That said some modules are incompatible with others or require specific system settings so you can't install just "anything". Also keep in mind that some modules will generate a lot of files when you install them and there's that pesky 50k thing to worry about now :rolleyes:
Since mod_xsendfile hasn't seen an update since 2007 and isn't an officially supported Apache module, it likely won't be included in future builds of Apache at Bluehost. You would probably need a VPS, or something along those lines, for more fine-grained control of loaded Apache modules-- they have huge potential for a negative performance impact that makes installing them willy-nilly fairly prohibitive in a multi-user environment. That said, here's a list of currently loaded modules at Bluehost:
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
case_filter_module (static)
case_filter_in_module (static)
ext_filter_module (static)
include_module (static)
filter_module (static)
log_config_module (static)
logio_module (static)
env_module (static)
expires_module (static)
headers_module (static)
setenvif_module (static)
version_module (static)
ssl_module (static)
mpm_worker_module (static)
http_module (static)
mime_module (static)
dav_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
info_module (static)
suexec_module (static)
cgid_module (static)
dav_fs_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
fcgid_module (shared)
auth_passthrough_module (shared)
bwlimited_module (shared)
frontpage_module (shared)
suphp_module (shared)
For those playing along at home, you can dump that list with "httpd -M" (loaded modules) if you have read access to the httpd.conf file. Barring access to the httpd.conf file, you can get a similar, but slightly less accurate list, with "httpd -l" (compiled modules).
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.