Apache modules

Apache modules

am 05.11.2007 10:34:59 von MonTassaR

Hi all,
I have Apache 2 installed on my box (ubuntu7.04) and working fine with
php5 ans mysql ..
I need to install mod_security and mod_proxy ..
I checked apxs docs, it seems to be quiet easy, but I can not find
source files for these two modules ..
Can anyone recommand me where to get the needed files (or just where
to find them if ever they should be already on my box)

Re: Apache modules

am 05.11.2007 16:04:47 von clbr

On Nov 5, 9:34 am, MonTassaR wrote:
> Hi all,
> I have Apache 2 installed on my box (ubuntu7.04) and working fine with
> php5 ans mysql ..
> I need to install mod_security and mod_proxy ..
> I checked apxs docs, it seems to be quiet easy, but I can not find
> source files for these two modules ..
> Can anyone recommand me where to get the needed files (or just where
> to find them if ever they should be already on my box)


apache serverroot(not document root!)/libexec/apachefolder

on my machine(freebsd) /usr/local/libexec/apache22

Uncomment proper line in httpd.conf.

Hope that help