LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find out if DSO support is included in Apache installation? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-out-if-dso-support-is-included-in-apache-installation-319617/)

john lee 05-03-2005 03:16 AM

How to find out if DSO support is included in Apache installation?
 
Hi all,

What is the quickest way to find out if an Apache install has included

--enable-module=so

in the install?

Thanks in advance.

bathory 05-03-2005 04:29 AM

Just run:
Code:

/path/to/apache/bin/httpd -l
and it will tell you the compiled-in modules.

john lee 05-04-2005 02:18 AM

Thanks for your reply.

I did a httpsd -l and it came back with:

#/usr/local/apache/bin/httpsd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_setenvif.c
apache_ssl.c
mod_perl.c
suexec: disabled: invalid wrapper /user/local/apache/bin/suexec

Again, how do I know if Apache has been compiled with shared object turned on?
Please enlighten me.

Thanks.

bathory 05-04-2005 03:35 AM

Since mod_so.c is not listed there, you don't have DSO support compiled-in


All times are GMT -5. The time now is 01:58 PM.