Guys,

I got a strange issue. I have an app that I reach via proxy pass using a url 
like this.

http://appbox.mydomain.com/portal/site/mediakit

When I log out it should go to

http://appbox.mydomain.com/portal/site/mediakit/template.logout

But what I am getting is the following


http://appbox.mydomain.com/portal/site/mediakittemplate.logout

The page comes but no graphics the log in box is there

  My proxy setting are has follows

   ProxyRequests Off
   ProxyPreserveHost On

   ProxyPass /static_file !
   ProxyPass /static_files !


   ProxyPass /portal/images/ balancer://appbox/portal/images/
   ProxyPass /portal/site/ balancer://appbox/portal/site/
   ProxyPass /portal/templates/ balancer://appbox/portal/templates/
   ProxyPass /mediakit/ balancer://appbox/mediakit/

Is there something I need to do so that it doesn't do that? Can one see 
something wrong?


======================
Charles "Chuck" Payne
System Administrator
Travel Channel
3700 Mansell Rd, Suite 500
Alpharetta, GA 30022
www.travelchannel.com
-----------------------
Email:  chuck.pa...@travelchannel.com
Desk Phone:  404-269-5533 (x65533)
Fax Number: 404-269-5461
Blackberry Number:  770-940-7765
Personal Cell: 404-451-3579
aim: terrorp
gtalk: terror...@gmail.com
-----------------------


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to