Hi all, I downloaded the apache code, added some of my own changes and then compiled it.And it works very well. Now I want to add the mod_spy module to this. can anyone please let me know how to do it?
and it works for apache installed by package manager, but if I copy the same mod_spdy.so to my apache2 complied code, it gives me following error API module structure `spdy_module' in file /usr/local/apache2/modules/mod_spdy.so is garbled - perhaps this is not an Apache module DSO?
On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
> Hi all, > I downloaded the apache code, added some of my own changes and then > compiled it.And it works very well. > Now I want to add the mod_spy module to this. can anyone please let me > know how to do it?
> and it works for apache installed by package manager, but if I copy the > same mod_spdy.so to my apache2 complied code, it gives me following error > API module structure `spdy_module' in file > /usr/local/apache2/modules/mod_spdy.so is garbled - perhaps this is not an > Apache module DSO?
> Am also struggling with the same problem. You found how to add mod-spdy to
> apache2 from compiled code?
> Thanks,
> Suyambu
> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>> Hi all,
>> I downloaded the apache code, added some of my own changes and then
>> compiled it.And it works very well.
>> Now I want to add the mod_spy module to this. can anyone please let me
>> know how to do it?
>> and it works for apache installed by package manager, but if I copy the
>> same mod_spdy.so to my apache2 complied code, it gives me following error
>> API module structure `spdy_module' in file /usr/local/apache2/modules/**mod_spdy.so
>> is garbled - perhaps this is not an Apache module DSO?
I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this documentation http://httpd.apache.org/docs/2.2/mod/. I shall try now in Apache2.2. Is there any documentation how we can add mod-spdy to apache compiled from source. Thanks in advance.
On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
> What version of Apache did you compile from? mod_spdy is currently > compiled as an Apache 2.2 module, and may not work out of the box with > Apache 2.4.
> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M < > lingam.suya...@gmail.com> wrote:
>> Hi APG,
>> Am also struggling with the same problem. You found how to add mod-spdy >> to apache2 from compiled code?
>> Thanks, >> Suyambu
>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>> Hi all, >>> I downloaded the apache code, added some of my own changes and then >>> compiled it.And it works very well. >>> Now I want to add the mod_spy module to this. can anyone please let me >>> know how to do it?
>>> and it works for apache installed by package manager, but if I copy the >>> same mod_spdy.so to my apache2 complied code, it gives me following error >>> API module structure `spdy_module' in file /usr/local/apache2/modules/**mod_spdy.so >>> is garbled - perhaps this is not an Apache module DSO?
Although that page is written assuming that you have installed Apache using
your package manager rather than building it from source, the steps for
installing mod_spdy once Apache is built and installed remain essentially
the same (although you may need to adjust some of the paths, depending on
how your Apache build was configured). Note in particular the sections on
that page about building and installing the patched mod_ssl that mod_spdy
needs, and the instructions for installing mod_spdy "without using a
package manager."
Cheers,
-Matthew
On Tue, Jul 31, 2012 at 1:13 PM, Suyambulingam R M <lingam.suya...@gmail.com
> I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this
> documentation http://httpd.apache.org/docs/2.2/mod/. I shall try now in
> Apache2.2. Is there any documentation how we can add mod-spdy to apache
> compiled from source. Thanks in advance.
> Thanks,
> Suyambu
> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>> What version of Apache did you compile from? mod_spdy is currently
>> compiled as an Apache 2.2 module, and may not work out of the box with
>> Apache 2.4.
>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M <
>> lingam.suya...@gmail.com> wrote:
>>> Hi APG,
>>> Am also struggling with the same problem. You found how to add mod-spdy
>>> to apache2 from compiled code?
>>> Thanks,
>>> Suyambu
>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>> Hi all,
>>>> I downloaded the apache code, added some of my own changes and then
>>>> compiled it.And it works very well.
>>>> Now I want to add the mod_spy module to this. can anyone please let me
>>>> know how to do it?
>>>> and it works for apache installed by package manager, but if I copy the
>>>> same mod_spdy.so to my apache2 complied code, it gives me following error
>>>> API module structure `spdy_module' in file /usr/local/apache2/modules/*
>>>> *mod**_spdy.so is garbled - perhaps this is not an Apache module DSO?
On Tuesday, July 31, 2012 10:13:51 AM UTC-7, Suyambulingam R M wrote:
> Hi Matthew,
> I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this > documentation http://httpd.apache.org/docs/2.2/mod/. I shall try now in > Apache2.2. Is there any documentation how we can add mod-spdy to apache > compiled from source. Thanks in advance.
> Thanks, > Suyambu
> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>> What version of Apache did you compile from? mod_spdy is currently >> compiled as an Apache 2.2 module, and may not work out of the box with >> Apache 2.4.
>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M < >> lingam.suya...@gmail.com> wrote:
>>> Hi APG,
>>> Am also struggling with the same problem. You found how to add mod-spdy >>> to apache2 from compiled code?
>>> Thanks, >>> Suyambu
>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>> Hi all, >>>> I downloaded the apache code, added some of my own changes and then >>>> compiled it.And it works very well. >>>> Now I want to add the mod_spy module to this. can anyone please let me >>>> know how to do it?
>>>> and it works for apache installed by package manager, but if I copy the >>>> same mod_spdy.so to my apache2 complied code, it gives me following error >>>> API module structure `spdy_module' in file /usr/local/apache2/modules/* >>>> *mod_spdy.so is garbled - perhaps this is not an Apache module DSO?
Hi Abhinav Gandhi ,
I need your help in adding mod-spdy library to apache. Can you say the
procedure where to add mod-spdy details in compiled apache.
Thanks in advance.
On Wed, Aug 1, 2012 at 5:07 AM, APG <abhi9gan...@gmail.com> wrote:
> Hi,
> It seems there is some compatibility issue with latest apache, with
> apache2.2 I was able to compile and load mod_spdy.
> Thanks,
> Abhinav Gandhi
> On Tuesday, July 31, 2012 10:13:51 AM UTC-7, Suyambulingam R M wrote:
>> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>>> What version of Apache did you compile from? mod_spdy is currently
>>> compiled as an Apache 2.2 module, and may not work out of the box with
>>> Apache 2.4.
>>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M <
>>> lingam.suya...@gmail.com> wrote:
>>>> Hi APG,
>>>> Am also struggling with the same problem. You found how to add mod-spdy
>>>> to apache2 from compiled code?
>>>> Thanks,
>>>> Suyambu
>>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>>> Hi all,
>>>>> I downloaded the apache code, added some of my own changes and then
>>>>> compiled it.And it works very well.
>>>>> Now I want to add the mod_spy module to this. can anyone please let me
>>>>> know how to do it?
>>>>> and it works for apache installed by package manager, but if I copy
>>>>> the same mod_spdy.so to my apache2 complied code, it gives me following
>>>>> error
>>>>> API module structure `spdy_module' in file /usr/local/apache2/modules/
>>>>> **mod**_spdy.so is garbled - perhaps this is not an Apache module DSO?
> Hi Abhinav Gandhi ,
> I need your help in adding mod-spdy library to apache. Can you say the
> procedure where to add mod-spdy details in compiled apache.
> Thanks in advance.
> Regards,
> Suyambulingam.R.M
> On Wed, Aug 1, 2012 at 5:07 AM, APG <abhi9gan...@gmail.com> wrote:
>> Hi,
>> It seems there is some compatibility issue with latest apache, with
>> apache2.2 I was able to compile and load mod_spdy.
>> Thanks,
>> Abhinav Gandhi
>> On Tuesday, July 31, 2012 10:13:51 AM UTC-7, Suyambulingam R M wrote:
>>> Hi Matthew,
>>> I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this
>>> documentation http://httpd.apache.org/docs/**2.2/mod/<http://httpd.apache.org/docs/2.2/mod/>.
>>> I shall try now in Apache2.2. Is there any documentation how we can add
>>> mod-spdy to apache compiled from source. Thanks in advance.
>>> Thanks,
>>> Suyambu
>>> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>>>> What version of Apache did you compile from? mod_spdy is currently
>>>> compiled as an Apache 2.2 module, and may not work out of the box with
>>>> Apache 2.4.
>>>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M <
>>>> lingam.suya...@gmail.com> wrote:
>>>>> Hi APG,
>>>>> Am also struggling with the same problem. You found how to add
>>>>> mod-spdy to apache2 from compiled code?
>>>>> Thanks,
>>>>> Suyambu
>>>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>>>> Hi all,
>>>>>> I downloaded the apache code, added some of my own changes and then
>>>>>> compiled it.And it works very well.
>>>>>> Now I want to add the mod_spy module to this. can anyone please let
>>>>>> me know how to do it?
>>>>>> and it works for apache installed by package manager, but if I copy
>>>>>> the same mod_spdy.so to my apache2 complied code, it gives me following
>>>>>> error
>>>>>> API module structure `spdy_module' in file /usr/local/apache2/modules/
>>>>>> **mod**_spdy.so is garbled - perhaps this is not an Apache module
>>>>>> DSO?
On Tuesday, July 31, 2012 9:15:12 PM UTC-7, Suyambulingam R M wrote:
> Hi Abhinav/Matthew,
> I am able to add mod-spdy to compiled apache. There was some problem in my > openssl, which was resolved now. Thanks for your reply.
> Thanks, > Suyambulingam.R.M
> On Wed, Aug 1, 2012 at 8:58 AM, Suyambulingam R M < > lingam.suya...@gmail.com> wrote:
>> Hi Abhinav Gandhi , >> I need your help in adding mod-spdy library to apache. Can you say the >> procedure where to add mod-spdy details in compiled apache. >> Thanks in advance.
>> Regards, >> Suyambulingam.R.M
>> On Wed, Aug 1, 2012 at 5:07 AM, APG <abhi9gan...@gmail.com> wrote:
>>> Hi, >>> It seems there is some compatibility issue with latest apache, with >>> apache2.2 I was able to compile and load mod_spdy.
>>> Thanks, >>> Abhinav Gandhi
>>> On Tuesday, July 31, 2012 10:13:51 AM UTC-7, Suyambulingam R M wrote:
>>>> Hi Matthew,
>>>> I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this >>>> documentation http://httpd.apache.org/docs/**2.2/mod/<http://httpd.apache.org/docs/2.2/mod/>. >>>> I shall try now in Apache2.2. Is there any documentation how we can add >>>> mod-spdy to apache compiled from source. Thanks in advance.
>>>> Thanks, >>>> Suyambu
>>>> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>>>>> What version of Apache did you compile from? mod_spdy is currently >>>>> compiled as an Apache 2.2 module, and may not work out of the box with >>>>> Apache 2.4.
>>>>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M < >>>>> lingam.suya...@gmail.com> wrote:
>>>>>> Hi APG,
>>>>>> Am also struggling with the same problem. You found how to add >>>>>> mod-spdy to apache2 from compiled code?
>>>>>> Thanks, >>>>>> Suyambu
>>>>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>>>>> Hi all, >>>>>>> I downloaded the apache code, added some of my own changes and then >>>>>>> compiled it.And it works very well. >>>>>>> Now I want to add the mod_spy module to this. can anyone please let >>>>>>> me know how to do it?
>>>>>>> and it works for apache installed by package manager, but if I copy >>>>>>> the same mod_spdy.so to my apache2 complied code, it gives me following >>>>>>> error >>>>>>> API module structure `spdy_module' in file >>>>>>> /usr/local/apache2/modules/**mod**_spdy.so is garbled - perhaps >>>>>>> this is not an Apache module DSO?
On Wednesday, 1 August 2012 00:15:12 UTC-4, Suyambulingam R M wrote:
> Hi Abhinav/Matthew,
> I am able to add mod-spdy to compiled apache. There was some problem in my > openssl, which was resolved now. Thanks for your reply.
> Thanks, > Suyambulingam.R.M
> On Wed, Aug 1, 2012 at 8:58 AM, Suyambulingam R M <lingam....@gmail.com<javascript:> > > wrote:
>> Hi Abhinav Gandhi , >> I need your help in adding mod-spdy library to apache. Can you say the >> procedure where to add mod-spdy details in compiled apache. >> Thanks in advance.
>> Regards, >> Suyambulingam.R.M
>> On Wed, Aug 1, 2012 at 5:07 AM, APG <abhi9...@gmail.com <javascript:>>wrote:
>>> Hi, >>> It seems there is some compatibility issue with latest apache, with >>> apache2.2 I was able to compile and load mod_spdy.
>>> Thanks, >>> Abhinav Gandhi
>>> On Tuesday, July 31, 2012 10:13:51 AM UTC-7, Suyambulingam R M wrote:
>>>> Hi Matthew,
>>>> I used Apache 2.4. But even in 2.2 i dont see mod-spdy in this >>>> documentation http://httpd.apache.org/docs/**2.2/mod/<http://httpd.apache.org/docs/2.2/mod/>. >>>> I shall try now in Apache2.2. Is there any documentation how we can add >>>> mod-spdy to apache compiled from source. Thanks in advance.
>>>> Thanks, >>>> Suyambu
>>>> On Tuesday, 31 July 2012 21:50:54 UTC+5:30, Matthew Steele wrote:
>>>>> What version of Apache did you compile from? mod_spdy is currently >>>>> compiled as an Apache 2.2 module, and may not work out of the box with >>>>> Apache 2.4.
>>>>> On Tue, Jul 31, 2012 at 11:49 AM, Suyambulingam R M < >>>>> lingam....@gmail.com <javascript:>> wrote:
>>>>>> Hi APG,
>>>>>> Am also struggling with the same problem. You found how to add >>>>>> mod-spdy to apache2 from compiled code?
>>>>>> Thanks, >>>>>> Suyambu
>>>>>> On Friday, 13 July 2012 10:51:01 UTC+5:30, APG wrote:
>>>>>>> Hi all, >>>>>>> I downloaded the apache code, added some of my own changes and then >>>>>>> compiled it.And it works very well. >>>>>>> Now I want to add the mod_spy module to this. can anyone please let >>>>>>> me know how to do it?
>>>>>>> and it works for apache installed by package manager, but if I copy >>>>>>> the same mod_spdy.so to my apache2 complied code, it gives me following >>>>>>> error >>>>>>> API module structure `spdy_module' in file >>>>>>> /usr/local/apache2/modules/**mod**_spdy.so is garbled - perhaps >>>>>>> this is not an Apache module DSO?