Mailing List Archive

Installed Mods?
I need to know what I'm running on my server and since I
didn't compile it (Dell Red Hat, not that I would know how)
how would I go about finding out if these are installed?

Apache Web server with PHP 4.0.6
PHP IMAP connectivity enabled
PHP HTTP upload enabled
PHP session management enabled



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Installed Mods? [ In reply to ]
> httpd -l
> will list the apache modules compiled in

These are one's that are compiled in yes, but there are
ones that load externally through the httpd.conf too, no?

How do I see if these are installed? They are not listed
when I do httpd -l and I do see a mod_imap installed, is
that the or is this something that needs to be setup
through PHP? Is there a PHP admin area?

PHP IMAP connectivity enabled
PHP HTTP upload enabled
PHP session management enabled



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Installed Mods? [ In reply to ]
httpd -l
will list the apache modules compiled in

If you create and execute a php page with

<? phpinfo() ?>

it will tell you everything about that PHP installation

Daniel

On Mon, Jan 28, 2002 at 08:41:49PM -0500, Vernon A Webb wrote:
> I need to know what I'm running on my server and since I
> didn't compile it (Dell Red Hat, not that I would know how)
> how would I go about finding out if these are installed?
>
> Apache Web server with PHP 4.0.6
> PHP IMAP connectivity enabled
> PHP HTTP upload enabled
> PHP session management enabled
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Installed Mods? [ In reply to ]
On Mon, Jan 28, 2002 at 08:57:46PM -0500, Vernon A Webb wrote:
> > httpd -l
> > will list the apache modules compiled in
>
> These are one's that are compiled in yes, but there are
> ones that load externally through the httpd.conf too, no?
>
> How do I see if these are installed? They are not listed

Just look at the httpd.conf and look for the appropriate
LoadModule/Addmodule directives


> when I do httpd -l and I do see a mod_imap installed, is
> that the or is this something that needs to be setup
> through PHP? Is there a PHP admin area?

I am not familiar with the server that got preinstalled, so I do not know
what that module is, but PHP modules do not show with a httpd -l

These modules are either compiled in PHP or accessed via a LoadFile directive.
You need to do the <? phpinfo() ?> I mentioned

Daniel

> PHP IMAP connectivity enabled
> PHP HTTP upload enabled
> PHP session management enabled
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org