On Thu, Sep 4, 2008 at 4:25 PM, Franklin PIAT <[EMAIL PROTECTED]> wrote: > Hello lucasz, > > > On Thu, 2008-09-04 at 15:15 -0500, Lukasz Szybalski wrote: >> I am trying to proxy one internal wiki page to the outside world. I >> have setup proxy and reverse proxy but I run into one problem. >> >> I cannot map edit gui button. >> I am using >> ProxyHTMLURLMap /mywiki/myspecialpage /myspecialpage >> >> Above works for all other links but edit gui is some var filed that >> proxyhtmlurlmap doesn convert to proper link. >> >> Any ideas how to proxy java script links using apache2 mod proxy? > > The problem is that, on your wiki server, you have two namespace : > /mywiki/* -> for actual wiki page. > /wiki (or /moin_static) -> for static contents. > But your proxy configuration [seems] to only handle the first ones.
I have proxied the the wiki static content as well. I think that edit text is an html url which gets proxied edit gui seem to be javascript variable which doesn't get proxied for some reason. Unless what you are telling me is that the link is somewhere in a /wiki/ part of it? Lucas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
