2 posts tagged with apache by emptybowl.
Displaying 1 through 2 of 2.

Related tags:
+ (29)
+ (22)
+ (22)
+ (20)
+ (20)
+ (15)
+ (12)
+ (11)
+ (10)
+ (8)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
SpecialK (5)
xmutex (4)
jpoulos (3)
rokusan (3)
Scramblejam (2)
brent_h (2)
your mildly obsess... (2)
dance (2)
PuGZ (2)
caution live frogs (2)
jdroth (2)
Mwongozi (2)
emptybowl (2)
yerfatma (2)
jasondigitized (2)
tweebiscuit (2)
frenetic (2)
holgate (2)

I asked an earlier question about using Apache to redirect a request to a Tomcat server running Jython. With your help I've gotten that running, but now I have a new problem. I need the hostname of the computer making the request to be available to the Jython scripts that are running, but the mod_rewrite changes REMOTE_ADDR to be name of the Apache server, not the hostname of the user. Is there some other way I can get this information?
posted by emptybowl on Mar 29, 2007 - 1 answer

I'm not too well versed in Apache, and I'm having problems finding out if I can do what I want to do: Is there a way to use mod_rewrite to redirect a certain URL to a different port on the same sever without changing the URL displayed to the user? Example: Say I want http://myserver/tomcat to redirect to http://myserver:8080, but still keep the URL as http://myserver/tomcat. I've figured out how to do it so it changes the URL, and that seems to be touted as a "feature" of mod_rewrite in the documentation, but I can't find a way to turn it off. Is it possible? If not though mod_rewrite, then maybe some other module?
posted by emptybowl on Aug 16, 2006 - 10 answers