hi,

I am getting a segmentation fault when I use mod_proxy_html so I wonder if this 
is due to a compilation error, a bug, a mis-configuration….

RewriteEngine On
RewriteRule ^/(.*XYZ.*) http://backend:8080/abc/$1 [P,L]

Or

ProxyPass /XYZ:0000001 http://backend:8080/abc/XYZ:0000001
ProxyPassReverse /XYZ:0000001 http://backend:8080/abc/XYZ:0000001

I get:
Not Found
The requested URL /abc/tree.jsp was not found on this server.
Not Found
The requested URL /abc/content.jsp was not found on this server.

So If I add 
SetOutputFilter proxy-html
ProxyHTMLURLMap http://backend:8080/abc/XYZ:0000001 /XYZ:0000001

I get a blank page.

The error_log file:

[Thu Apr 17 13:29:41 2008] [debug] mod_proxy_http.c(54): proxy: HTTP: 
canonicalising URL //backend:8080/abc/XYZ:0000001
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1397): [client 172.21.194.71] 
proxy: *: found reverse proxy worker for http://backend:8080/abc/XYZ:0000001
[Thu Apr 17 13:29:41 2008] [debug] mod_proxy.c(777): Running scheme http 
handler (attempt 0)
[Thu Apr 17 13:29:41 2008] [debug] mod_proxy_http.c(1662): proxy: HTTP: serving 
URL http://backend:8080/abc/XYZ:0000001
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1798): proxy: HTTP: has 
acquired connection for (*)
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1859): proxy: connecting 
http://backend:8080/abc/XYZ:0000001 to backend:8080
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1955): proxy: connected 
/abc/XYZ:0000001 to backend:8080
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(2050): proxy: HTTP: fam 2 
socket created to connect to *
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(2146): proxy: HTTP: connection 
complete to 172.21.26.218:8080 (backend)
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1625): proxy: grabbed 
scoreboard slot 0 in child 26171 for worker proxy:reverse
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1644): proxy: worker 
proxy:reverse already initialized
[Thu Apr 17 13:29:41 2008] [debug] proxy_util.c(1724): proxy: initialized 
single connection worker 0 in child 26171 for (*)
[Thu Apr 17 13:29:42 2008] [debug] mod_proxy_http.c(1448): proxy: start body 
send
[Thu Apr 17 13:29:42 2008] [notice] child pid 26027 exit signal Segmentation 
fault (11)


Many thanks for your support.


      ___________________________________________________________ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to