Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-20 Thread Mike Rumph
On 4/20/2017 4:58 AM, Velmurugan Dhakshnamoorthy wrote: Thanks Luca for pointing out, the weblogic module is needed to forward request from Apache to weblogic successfully. Is there any other way to achieve my requirement? Regards, Vel On Apr 20, 2017 17:20, "Luca Toscano"

Re: Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-20 Thread Velmurugan Dhakshnamoorthy
500 error by Apache Proxy 2.4.25 >> >> Regards, >> Vel >> -- Forwarded message -- >> From: "Velmurugan Dhakshnamoorthy" >> Date: Apr 18, 2017 16:03 >> Subject: Re: [users@httpd] Reg: Custom error message at Apache 2.4.25 >> To

Re: Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-20 Thread Luca Toscano
the 500 error by Apache Proxy 2.4.25 > > Regards, > Vel > -- Forwarded message -- > From: "Velmurugan Dhakshnamoorthy" > Date: Apr 18, 2017 16:03 > Subject: Re: [users@httpd] Reg: Custom error message at Apache 2.4.25 > To: > Cc: > >

Fwd: Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-19 Thread Velmurugan Dhakshnamoorthy
Hi, Any help to identify and correct what is the issue in my setting to re-write the 500 error by Apache Proxy 2.4.25 Regards, Vel -- Forwarded message -- From: "Velmurugan Dhakshnamoorthy" Date: Apr 18, 2017 16:03 Subject: Re: [users@httpd] Reg: Custom error message

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-18 Thread Velmurugan Dhakshnamoorthy
Hi Luca, Is it possible to pinpoint what is the wrong in my setting. I am still unable to display the custom error message. *The actual message from weblogic 12c in browser* Error 500--Internal Server Error >From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.5.1 500 Internal Server Error T

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-17 Thread Velmurugan Dhakshnamoorthy
Thanks again for your valuable inputs, I am actually restricting number of HTTP sessions at weblogic layer, beyond the specified limit, weblogic throws 500 error message, which is not very useful to users, I want only the 500 error page to be re-written by Apache proxy with simple message (ex:

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-17 Thread Luca Toscano
Hi! As Nick mentioned there are a couple of options: 1) https://httpd.apache.org/docs/2.4/mod/mod_substitute.html or https://httpd.apache.org/docs/current/mod/mod_proxy_html.html in case you want to replace some parts of the response coming from the backend with your content. 2) Write your own c

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-17 Thread Velmurugan Dhakshnamoorthy
Hi Nick, yes exactly, I want the error message produced by back-end weblogic server to be re-written by Apache proxy and then display custom message to user. Regards, Vel On Apr 17, 2017 15:34, "Nick Kew" wrote: On Mon, 2017-04-17 at 09:04 +0800, Velmurugan Dhakshnamoorthy wrote: > >

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-17 Thread Nick Kew
On Mon, 2017-04-17 at 09:04 +0800, Velmurugan Dhakshnamoorthy wrote: > > Thanks Luca, I tried setting proxyerroroverride and error > document in virtual host, however, the 500 error produced by > content server is displayed as it is via Apache proxy. Any > furth

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-16 Thread Velmurugan Dhakshnamoorthy
Dear, Any help in my query? Regards, Vel On Apr 13, 2017 09:03, "Velmurugan Dhakshnamoorthy" wrote: > Thanks Luca, I tried setting proxyerroroverride and error document in > virtual host, however, the 500 error produced by content server is > displayed as it is via Apache proxy. Any further

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-12 Thread Velmurugan Dhakshnamoorthy
Thanks Luca, I tried setting proxyerroroverride and error document in virtual host, however, the 500 error produced by content server is displayed as it is via Apache proxy. Any further help? Any specific place to set these parameters, I also hope I don't need to use .htacess. Regards, Vel O

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-03-15 Thread Luca Toscano
Hi! 2017-03-15 4:00 GMT+01:00 Velmurugan Dhakshnamoorthy : > Hi Everyone, > > I have installed Apache 2.4.25 HTTP server as a reverse proxy server and > my back-end content server is Weblogic 12c(12.1.3). > > The error message(500,50*.. ) produced from content server Weblogic 12c > to be display

[users@httpd] Reg: Custom error message at Apache 2.4.25

2017-03-14 Thread Velmurugan Dhakshnamoorthy
Hi Everyone, I have installed Apache 2.4.25 HTTP server as a reverse proxy server and my back-end content server is Weblogic 12c(12.1.3). The error message(500,50*.. ) produced from content server Weblogic 12c to be displayed with custom error message through Apache 2.4.25. I tired few options b