HTTP_HOST clarification

2001-09-09 Thread Justin Rains
I forgot to mention I am trying to access the http_host variable through an authentication script.. Thanks! Justin == Justin C. Rains, President WSI.com Consulting _ Get your own FREE branded portal! Visit www.wsicnslt.com to

Getting to the $ENV{HTTP_HOST} variable

2001-09-08 Thread Justin Rains
Hi all. I am relatively new to mod perl. I have a script that works using the following: my $dm = $s-server_hostname; But in my normal perl scripts I am now using the HTTP_HOST value.. I tried this: my $env = $r-subprocess_env; %ENV = %$env; my $dm = $ENV{'HTTP_HOST'}; without any luck.

Errors when trying to use AuthAny.pm

2001-07-11 Thread Justin Rains
-142-76.fuse.net, reason: User not known to the underlying authentication module Am I missing something here? I am using the standard apache that came with the raq. Thanks for any help! Justin == Justin Rains WSI.com Consulting http://www.wsicnslt.com