Hi,I may be getting a bit rusty but I can't figure out which method to use to get at the current url from the Apache request object. $r-uri () gives me the path but not the schema, host and port.
Looking through perldoc Apache doesn't really give me a clue. Anyone?