Re: SkunkWeb + Apache + "Sub" Root?
Frank Tegtmeyer <[email protected]>
| Newsgroups | gmane.comp.web.skunkweb |
|---|---|
| Message-ID | <[email protected]> |
Dan Chow <[email protected]> writes: > My guess is that this would have to involve telling SkunkWeb what its > new root was (so it might have the chance to accurately construct any > URLs it might have to). Like Jacob wrote, it is possible in skunkweb or in Apache. For completeness here my solution in Apache (beware that I use mod_proxy, not mod_skunkweb, that means Apache talks HTTP to skunkweb): RewriteEngine on RewriteRule ^/kiel-cib-kart(.*)$ http://127.1.0.10:8080/fte/kiel-cib-kart$1 [P,L] ProxyPassReverse /kiel-cib-kart/ http://127.1.0.10:8080/fte/kiel-cib-kart/ Regards, Frank ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html