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
Selectively enabling mod spdy on certain media types or folders.
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
  3 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
 
Eric Naujock  
View profile  
 More options May 1 2012, 4:04 pm
From: Eric Naujock <naujo...@gmail.com>
Date: Tue, 1 May 2012 13:04:24 -0700 (PDT)
Local: Tues, May 1 2012 4:04 pm
Subject: Selectively enabling mod spdy on certain media types or folders.
After spending a good part of the day trying to get mod spdy to work
with Zend Server CE. I have come to one of two conclusions.

1. I have no idea what I'm doing.
2. There is no current way to make spdy work with Zend Server CE
running php 5.3.9.

Assuming that option #2 is correct I am wondering if there may be a
way to flag either filetypes or folders to selectively turn on and off
the mod spdy protocol.

My reasoning is such. While the speed improvement provided by mod spdy
seems to be very nice. The server that I want to run this on uses Zend
Server CE to process the PHP code. From what I can tell there is not
way to run the Zend Server PHP5 binary as a mod_fcgid or fastcgi.  As
a result I am looking for a way to selectively turn on mod spdy in the
folders that contain my static elements but tell it to not process my
php code though the plugin.

Or do I have to setup 2 servers with one handling my php code and the
other handling my static content. This would be a pain since mod_spdy
likes using ssl and buying a second certificate to do such just to get
the speed boost is a bit more of a problem then I want to deal with at
the moment. Any other suggestions would be handy.


 
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.
Steve Wills  
View profile  
 More options May 2 2012, 1:07 pm
From: Steve Wills <steve.wi...@gmail.com>
Date: Wed, 2 May 2012 10:07:16 -0700 (PDT)
Local: Wed, May 2 2012 1:07 pm
Subject: Re: Selectively enabling mod spdy on certain media types or folders.

You could setup the php server on a different port on the same host
(perhaps even on the loopback interface) and use a proxy rule in
mod_rewrite on the mod_spdy server to send all requests for the app back to
the app server. This is a pretty common split web server/app server setup
in my experience. This is easier if all app requests are restricted to one
easily identifiable path.

Steve


 
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.
Eric Naujock  
View profile  
 More options May 8 2012, 1:35 pm
From: Eric Naujock <naujo...@gmail.com>
Date: Tue, 8 May 2012 10:35:47 -0700 (PDT)
Local: Tues, May 8 2012 1:35 pm
Subject: Re: Selectively enabling mod spdy on certain media types or folders.
Thanks for the suggestion. I will have to take a further look into
this and see if it can work well. Or wait for the next version to come
out and hope that google has an official solution.

Eric

On May 2, 1:07 pm, Steve Wills <steve.wi...@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.
End of messages
« Back to Discussions « Newer topic     Older topic »