| Apache Pass through issue with DevExpress code
|
tired

msg:4545311 | 1:29 pm on Feb 13, 2013 (gmt 0) | I am trying to setup a pass through on our apache proxy server, typically this is not any trouble but our developers have started using a product call DEV EXPRESS and I cannot figure out how to get my pass through to work. Here's what my pass through looks like ProxyPass /tmsdev [tmsdev.dot.missouri...] ProxyPassReverse /tmsdev [tmsdev.dot.missouri...] The initial url is [tmsdev.dot.missouri...] I am getting 404 errors on everything that has /RealEstate/DXR.axd......... The DXR.axd is something from DEVEXPRESS here's the error I'm getting. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /RealEstate/DXR.axd was not found on this server.</p> <hr /> <address>IBM_HTTP_Server/6.0.2.35 Apache/2.0.47 (Win32) Server at ghweb04 Port 80</address> </body></html>
|
|