Re: Error getting REMOTE_USER Environment Variable

2014-02-21 Thread MRAB
On 2014-02-21 22:48, Hobie Audet wrote: How many other environment variables are doubled? All of them? The only other environment variable I have tried is REMOTE_ADDR, and that does not appear to be doubled. Does the problem exist when the Python script is run directly, outside Abyss, or in

Re: Error getting REMOTE_USER Environment Variable

2014-02-21 Thread Hobie Audet
How many other environment variables are doubled? All of them? The only other environment variable I have tried is REMOTE_ADDR, and that does not appear to be doubled. Does the problem exist when the Python script is run directly, outside Abyss, or in IDLE, for example? The problem is

Re: Error getting REMOTE_USER Environment Variable

2014-02-20 Thread John Gordon
In Hobie Audet writes: > 7. What it echoes back is "userxyzuserxyz". In other words, the > REMOTE_USER value is repeated. What username is recorded in the access_log file? > executed correctly. By why the "REMOTE_USER" value is doubled is > beyond my understanding. Is this a bug in the

Re: Error getting REMOTE_USER Environment Variable

2014-02-20 Thread MRAB
On 2014-02-20 14:53, Hobie Audet wrote: I'm running the Abyss Web Server X1 (v 2.9.0.1) on a Windows XP Home (SP3) system and am using Python 3.3 for a scripting language. I'm having a problem getting the environment variable "REMOTE_USER". Here's the situation: 1. I have created a user under

Error getting REMOTE_USER Environment Variable

2014-02-20 Thread Hobie Audet
I'm running the Abyss Web Server X1 (v 2.9.0.1) on a Windows XP Home (SP3) system and am using Python 3.3 for a scripting language. I'm having a problem getting the environment variable "REMOTE_USER". Here's the situation: 1. I have created a user under Abyss. The userid is "userxyz".. 2.