Please guide me i m novice with apache

Started by [email protected], March 01, 2014, 01:17:25 PM

Previous topic - Next topic

[email protected]

hi all,

i have a query please guide me.

i have installed Apache http server infront of weblogic server and
implemented https on Apache server i can access the Application which is deployed on weblogic server
with help of mo_wl_24.so i have integrated both servers. but i m getting few erros in log and when i click the back button in the application i m getting a error page with message "This content can not be displayed in a frame" in IE browser .but in other browsers the back button is disabled and i m getting this following erros in error.log file please guide me pleaseeee.
Quote
[Sat Mar 01 17:08:03.144757 2014] [ssl:warn] [pid 3400:tid 412] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Sat Mar 01 17:08:03.144757 2014] [ssl:warn] [pid 3400:tid 412] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sat Mar 01 17:08:03.144757 2014] [weblogic:notice] [pid 3400:tid 412] WebLogic Server Plugin version 12.1.2 <WLSPLUGINS_12.1.2.0.0_WINDOWS.X64_RELEASE>
[Sat Mar 01 17:08:03.144757 2014] [mpm_winnt:notice] [pid 3400:tid 412] AH00354: Child: Starting 64 worker threads.
[Sat Mar 01 17:08:31.556580 2014] [mpm_winnt:warn] [pid 3400:tid 1336] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 01 17:10:12.096072 2014] [mpm_winnt:warn] [pid 3400:tid 1336] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 01 17:10:12.096072 2014] [mpm_winnt:warn] [pid 3400:tid 1336] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 01 17:10:12.096072 2014] [mpm_winnt:warn] [pid 3400:tid 1336] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.
[Sat Mar 01 17:10:56.483131 2014] [mpm_winnt:warn] [pid 3400:tid 1336] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.
and i have done some R&D for the AcceptEX failed error on a blog i got some help but that is not working they said to put the value of 
QuoteAcceptFilter http data,AcceptFilter https data

Thanks & Regards
Shadab

Gregg

Those are not correct, and put them each on a spearate line and do not have a , in there.
"data" is the default and uses AcceptEx which is failing, the proper way to handle this is

AcceptFilter http none
AcceptFilter https none