Hi Maypole experts,

I set my base uri with the following method in the MyApp.pm file.
Verification->config->uri_base("http://some.domain/cgi-bin/verification.cgi";);

However, my app runs on more than one host, so I would like to have the uri_base set at run time. If I try to pick up the host name from $ENV{HOST}, it comes out
as empty. I assume the %ENV hash contents are not available to my module.
Is there a way around this?

Thanks,

Kim


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to