Re: [EMAIL PROTECTED] mod_headers.c

2007-08-09 Thread gerocoma-forophp
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!

Re: [EMAIL PROTECTED] mod_headers.c

2007-08-09 Thread gerocoma-forophp
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!

Re: [EMAIL PROTECTED] mod_headers.c

2007-08-09 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] mod_headers.c

2007-08-09 Thread gerocoma-forophp
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

Re: [EMAIL PROTECTED] mod_headers.c

2007-08-08 Thread Joshua Slive
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

[EMAIL PROTECTED] mod_headers.c

2007-08-08 Thread gerocoma-forophp
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