Re: [VOTE] httpd 2.2.12 tarballs

2009-07-21 Thread Ruediger Pluem


On 07/20/2009 10:32 PM, Jim Jagielski wrote:
> Available from the usual location (http://httpd.apache.org/dev/dist/)
> [not for distribution] are the release tarballs for httpd 2.2.12.
> Vote starts now and runs for ~48hrs.
> 
> (it may take some time for the site to sync).
> 
> 

+1 on release.

- checksums and signatures ok.
- Tested on the following platforms

Solaris 8 - 9 (SPARC): worker and prefork MPM build and start up.
   No testsuite due to lack of complete perl kit on my 
machines.
Solaris 10(SPARC): worker, event and prefork MPM build and start up.
   Only limited test results from the framework due to 
incomplete
   perl framework on my machine, but no regressions noted.
   Note: On Solaris _default_ in a virtual host
   causes httpd to try resolving 255.255.255.255 which 
still fails.
   But maybe this is just a configuration bug on my box.
RHEL4 & 5 32 / 64 Bit: All tests pass (worker, event, prefork).
SuSE 10.2 32 Bit : All tests pass (worker, event, prefork).

Regards

RĂ¼diger



Re: [VOTE] httpd 2.2.12 tarballs

2009-07-21 Thread Rainer Jung
On 21.07.2009 20:44, Ruediger Pluem wrote:
> Solaris 10(SPARC): worker, event and prefork MPM build and start up.
>Only limited test results from the framework due to 
> incomplete
>perl framework on my machine, but no regressions noted.
>Note: On Solaris _default_ in a virtual host
>causes httpd to try resolving 255.255.255.255 which 
> still fails.
>But maybe this is just a configuration bug on my box.

I think this lookup is expected behaviour, e.g. see

https://issues.apache.org/bugzilla/show_bug.cgi?id=20063

Regards,

Rainer


Re: [VOTE] httpd 2.2.12 tarballs

2009-07-21 Thread Peter Sylvester

Are there any plans to make mod_ssl compilable against openssl-1.0.0betaX,
as far as I see, just some STACK things and casts need to be cleaned.

/PS


Apache SSI Help Needed

2009-07-21 Thread Sameer Ravindra
Hi,

 

I am using Server Side Includes in apache it is working fine in "http".
But when I switch from http to https it's not coming.

 

I am including header.jsp and footer.jsp using 

 

Its loading fine when protocol is http. But when I switch from http
https it's not showing header, footer and no error message.

 

I configured the mod include according to instructions provided in
http://httpd.apache.org/docs/1.3/howto/ssi.html .

I configured in httpd-ssl.conf ( virtualhost ) also. Is there anything I
am missing. Please help me out.

 

I am using Apache2.2 connected to jboss 4.2 using mod jk

 

 

Thanks,

Sameer