Thank you very much Joshua!!!
It completely works
It was very straigth forward. I just followed the 2
single steps in that guide.
apxs -c
apxs -i -a -n
The only thing is that apxs didn't add the LoadModule
and AddModule lines as expected, but I only changed
them and now is working!
Thank you very much Joshua!!!
It completely works
It was very straigth forward. I just followed the 2
single steps in that guide.
apxs -c
apxs -i -a -n
The only thing is that apxs didn't add the LoadModule
and AddModule lines as expected, but I only changed
them and now is working!
On 8/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thank you.
>
> Is there any way to just add it?
IF you already have mod_so compiled into the server AND you have a
working version of apxs somewhere in your apache install, then you MAY
be able to use apxs to compile and install as show in
Thank you.
Is there any way to just add it?
Gerardo.
--- Joshua Slive <[EMAIL PROTECTED]> escribió:
> On 8/8/07, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I've apache 1.3 installation. It doesn't have
> > mod_headers installed. How can I install it?
> >
> > The best/onl
On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've apache 1.3 installation. It doesn't have
> mod_headers installed. How can I install it?
>
> The best/only thing I find in the web was the
> mod_headers.c source code
> (http://www.koders.com/c/fid0AAB65D829C37CFB1E1F87D75C64A
Hello,
I've apache 1.3 installation. It doesn't have
mod_headers installed. How can I install it?
The best/only thing I find in the web was the
mod_headers.c source code
(http://www.koders.com/c/fid0AAB65D829C37CFB1E1F87D75C64A019E51DD972.aspx)
However, I don't know how to get it working into my