Pergunta

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

Can't find anything when I do a search.

Foi útil?

Solução

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).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top