THanks.
All suggestions works well.
Stas Bekman wrote:
Ruslan U. Zakirov wrote:
Hello.
1) I can't find how to get string that represent initial request
location. I mean 'http://www.example.com/foo...'. Is it possible? Now,
I use next code as workaround:
my $location = $r->dir_config
Ruslan U. Zakirov wrote:
Hello.
1) I can't find how to get string that represent initial request
location. I mean 'http://www.example.com/foo...'. Is it possible? Now, I
use next code as workaround:
my $location = $r->dir_config( 'ServerName' );
unless( $location ) {
Hello.
1) I can't find how to get string that represent initial request
location. I mean 'http://www.example.com/foo...'. Is it possible? Now, I
use next code as workaround:
my $location = $r->dir_config( 'ServerName' );
unless( $location ) {
$location = 'http://'. join ':'