Re: [users@httpd] Calling a page when not using the port 80

2011-11-29 Thread Geoff Froud
http://localhost:/cgi-bin/test.cgi On 29/11/2011 13:48, luciano de souza wrote: Hello listers, Two programs have been used the port 80. So I decide to move Apache to . When I do: http://localhost:, I am sucessful. In other words, the expected page is shown. However, I got an err

Re: [users@httpd] mod_proxy changes content type from text/xml to text/plain

2011-05-19 Thread Geoff Froud
On 19/05/2011 16:12, Nick Kew wrote: On 19 May 2011, at 15:33, Geoff Froud wrote: I am fronting my tomcat with apache2 using mod_proxy. This is causing the content type of soap responses to be changed from text/xml to text/plain. Is it? I'd expect your backend is in fact returni

[users@httpd] mod_proxy changes content type from text/xml to text/plain

2011-05-19 Thread Geoff Froud
I am fronting my tomcat with apache2 using mod_proxy. This is causing the content type of soap responses to be changed from text/xml to text/plain. If my client application talks to tomcat directly then everthing works ok, i.e. soap responses are returned as text/xml, but if the request/resp