[users@httpd] Apache server returned a lots Continuation or non-HTTP traffic packages instead of full package

2012-07-26 Thread shuoshi chen
Hi, all I recently use apache server to provide mp3 stream for playing. The content type is specified as audio/mpeg, and everything is ok when I use a test server( Apache/2.2.22 (Unix)), it returned an HTTP/1.1 200 (audio/mpeg) package. But when I put my code to a VPS server, I can't get a full pa

Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 10:58 AM, Nick Kew wrote: > > On 27 Jul 2012, at 01:31, Igor Cicimov wrote: > > > Try this untested: > > > > SetEnvIf Set-Cookie mycookie=abc123-happy HAVE_happy > > How is that going to work? There are no response headers > at the point where setenvif runs! The same app

Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Nick Kew
On 27 Jul 2012, at 01:31, Igor Cicimov wrote: > Try this untested: > > SetEnvIf Set-Cookie mycookie=abc123-happy HAVE_happy How is that going to work? There are no response headers at the point where setenvif runs! The same applies to similar pseudo-programmatic approaches such as mod_rewrit

Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 7:13 AM, wrote: > > Hello all, > > I've been researching mod_headers all day trying to figure out how to do > this... time to ask the group. > > I would like to be able to use the information in a Set-Cookie header to > determine if I should set an additional cookie. For

[users@httpd] My message to this list is being blocked as "SPAM"

2012-07-26 Thread Ben Johnson
The returned message: --- The mail system : host mx1.us.apache.org[140.211.11.136] said: 552 spam score (6.6) exceeded threshold (FROM_12LTRDOM,SPF_HELO_PASS,SPF_PASS,URI_OBFU_WWW (in reply to end of DATA command) --- There's nothing "spammy" about the message

[users@httpd] Using info in response headers to create new header

2012-07-26 Thread kharper2
Hello all, I've been researching mod_headers all day trying to figure out how to do this... time to ask the group. I would like to be able to use the information in a Set-Cookie header to determine if I should set an additional cookie. For example, if Set-Cookie "mycookie=abc123-happy" comes th

Re: [users@httpd] Error compiling httpd 2.2.11 with openssl 0.9.8 on rhel 6

2012-07-26 Thread Pete Houston
On Wed, Jul 25, 2012 at 04:56:48PM -0700, Fleishman.Mark wrote: > I compiled openssl 0.9.8x using these options, and it compiled and installed > ok: > ./config --prefix=/apps/openssl/0.9.8x > --openssldir=/apps/openssl/0.9.8x/openssl shared > > Here are the compile options I am using with httpd