Question

Is there a sane way of accessing vhost (PerlSetVar) information from a CGI script?

Can't find anything when I do a search.

Was it helpful?

Solution

You could try duplicating all the PerlSetVar settings as PerlSetEnv settings and then just pull them out of %ENV in the CGI scripts. Yes, this would be an ugly hack but an ugly hack that works is better than no solution at all (just be sure to have a shower after you do it).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top