- Timestamp:
- 10/21/08 14:11:26 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ServerSimple.pm
r18980 r21772 48 48 }, 49 49 handler => sub { 50 my $base = "http://$setup{localname}:$setup{localport}"; 50 my $host = $headers->header('Host') || $setup{localname}; 51 my $base = "http://${host}:$setup{localport}"; 51 52 my $request_uri = $setup{request_uri}; 52 53 $request_uri = '/' if $request_uri =~ m!^https?://!i;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)