[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Edlug Archive Mar 2004
]
RE: [edlug] Checking loaded Apache mods
Excellent, that's the one;
[peter@arkaig peter]$ locate mod_include.so
/usr/lib/apache/mod_include.so
Now I feel stupid, I should have thought of that. Doh.
I'll need to edit httpd.conf of course to get ut running.
Thanks for all your responses.
P
-----Original Message-----
From: Steve Kemp [mailto:steve@xxx.xxx.xxx] On Behalf Of Steve Kemp
Sent: 25 March 2004 12:55
To: Peter George
Cc: edlug@xxx.xxx.xxx
Subject: Re: [edlug] Checking loaded Apache mods
On Thu, Mar 25, 2004 at 12:29:52PM -0000, Peter George wrote:
> I want to check wether my server is running 'mod_include'. How can I
> do this?
"Running" would suggest that you have the module loaded in the Apache configuration file you are using, and you had explicitly
enabled it with something like:
AddHandler server-parsed .html
Options +Includes
"Available" would mean that you have the module available to load. Run 'locate mod_include.so' and see if it is installed upon your box.
Steve
--
# Debian Security Audit Project
http://www.shellcode.org/Audit/
-
----------------------------------------------------------------------
You can find the EdLUG mailing list FAQ list at:
http://www.edlug.org.uk/list_faq.html