Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to add mod_spdy module to my compiled code of apache
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
APG  
View profile  
 More options Jul 13 2012, 1:21 am
From: APG <abhi9gan...@gmail.com>
Date: Thu, 12 Jul 2012 22:21:01 -0700 (PDT)
Local: Fri, Jul 13 2012 1:21 am
Subject: How to add mod_spdy module to my compiled code of apache

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?

I did tried the steps mentioned in
http://code.google.com/p/mod-spdy/wiki/GettingStarted

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?

Any idea what is the issue?

Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Suyambulingam R M  
View profile  
 More options Jul 31 2012, 11:49 am
From: Suyambulingam R M <lingam.suya...@gmail.com>
Date: Tue, 31 Jul 2012 08:49:19 -0700 (PDT)
Local: Tues, Jul 31 2012 11:49 am
Subject: Re: How to add mod_spdy module to my compiled code of apache

Hi APG,

Am also struggling with the same problem. You found how to add mod-spdy to
apache2 from compiled code?

Thanks,
Suyambu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Steele  
View profile  
 More options Jul 31 2012, 12:20 pm
From: Matthew Steele <mdste...@google.com>
Date: Tue, 31 Jul 2012 12:20:54 -0400
Local: Tues, Jul 31 2012 12:20 pm
Subject: Re: How to add mod_spdy module to my compiled code of apache

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 <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Suyambulingam R M  
View profile  
 More options Jul 31 2012, 1:13 pm
From: Suyambulingam R M <lingam.suya...@gmail.com>
Date: Tue, 31 Jul 2012 10:13:51 -0700 (PDT)
Local: Tues, Jul 31 2012 1:13 pm
Subject: Re: How to add mod_spdy module to my compiled code of apache

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Steele  
View profile  
 More options Jul 31 2012, 1:23 pm
From: Matthew Steele <mdste...@google.com>
Date: Tue, 31 Jul 2012 13:23:04 -0400
Local: Tues, Jul 31 2012 1:23 pm
Subject: Re: How to add mod_spdy module to my compiled code of apache

Once you have Apache built and installed, you'll need to follow the
instructions here for building and installing mod_spdy from source:
  http://code.google.com/p/mod-spdy/wiki/GettingStarted

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
APG  
View profile  
 More options Jul 31 2012, 7:37 pm
From: APG <abhi9gan...@gmail.com>
Date: Tue, 31 Jul 2012 16:37:03 -0700 (PDT)
Local: Tues, Jul 31 2012 7:37 pm
Subject: Re: How to add mod_spdy module to my compiled code of apache

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Suyambulingam R M  
View profile  
 More options Jul 31 2012, 11:28 pm
From: Suyambulingam R M <lingam.suya...@gmail.com>
Date: Wed, 1 Aug 2012 08:58:49 +0530
Local: Tues, Jul 31 2012 11:28 pm
Subject: Re: How to add mod_spdy module to my compiled code of apache

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Suyambulingam R M  
View profile  
 More options Aug 1 2012, 12:15 am
From: Suyambulingam R M <lingam.suya...@gmail.com>
Date: Wed, 1 Aug 2012 09:45:12 +0530
Local: Wed, Aug 1 2012 12:15 am
Subject: Re: How to add mod_spdy module to my compiled code of apache

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
APG  
View profile  
 More options Aug 1 2012, 1:45 am
From: APG <abhi9gan...@gmail.com>
Date: Tue, 31 Jul 2012 22:45:47 -0700 (PDT)
Local: Wed, Aug 1 2012 1:45 am
Subject: Re: How to add mod_spdy module to my compiled code of apache

Well good to hear that :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
apache  
View profile  
 More options Dec 11 2012, 10:56 am
From: apache <skolago...@gmail.com>
Date: Tue, 11 Dec 2012 07:56:38 -0800 (PST)
Local: Tues, Dec 11 2012 10:56 am
Subject: Re: How to add mod_spdy module to my compiled code of apache

Hi Suyambulingam.R.M

do u have steps or process how you did that ? I need some help

S


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »