Re: [webmin-devel] Module or Script URL in PERL ?
"Jamie Cameron" <[email protected]> Wed, 19 Jan 2011 17:47:13 -0800 (PST)
| Newsgroups | gmane.comp.web.webmin.devel |
|---|---|
| Message-ID | <[email protected]> |
On 19/Jan/2011 14:01 Jeffrey Kesselman <[email protected]> wrote .. > My project is coming along very well but I've run into something else I cant > seem to find in the docs. > > How do I get the URL of my current script (really what I want is the Url of > its containing directory, but I can chop it off the end to get that) ? > > I've tried the CGI parameters $DOCUMENT_ROOT and $SCRIPT_NAME, but they both > appear to be empty. You can use $ENV{'HTTP_HOST'} to get the hostname in the URL, $ENV{'HTTPS'} to get the protcol (it will be "on" for https: , "off" or empty for http:) , and $ENV{'SCRIPT_NAME'} to get the /module/script.cgi path. - Jamie ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl - Forwarded by the Webmin development list at [email protected] To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-devel