My major problem is that $uri->scheme is returning nothing. Has anyone seen this problem or have a better solution?sub handler { my $r = shift; my $uri = $r->parsed_uri; my $scheme = lc($uri->scheme); if ($scheme eq 'https') { ... } ... }
In reply to Apache::URI conundrum by suburbanantihero
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |