Re: Missing env variable using cgi-fcgi standalone
"Simon" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
Is your script behind a wrapper? If so, make sure the wrapper isn't filtering the ENV out. Apache's default suexec does this, although REMOTE_USER should not be filtered by default. Also check your log to make sure when you are accessing the script the user is logged, otherwise your authentication is misconfigured. -Simon On Mon, 12 Jan 2009 17:45:50 -0500, Danny Kimsey wrote: >I am testing the my application using cgi-fcgi as a standalone, and >although the application runs some enviromental variables are missing >in the context of the application. >Specifically, REMOTE_USER, which comes from Apache's Auth* >configuration. Any ideas what might be causing this? (The application >itself is perl) >-- >Danny. >The mind of the believer stagnates. It fails to grow outward into an >unlimited, infinite universe. > -Frank Herbert >_______________________________________________ >FastCGI-developers mailing list >FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers