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
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
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
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
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
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
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