well, I'm running this CGIserver on windows...

Glenn T Norton escreveu:
> Paulino wrote:
>
>> How can I redirect the output of an CGIHTTPServer from the console to 
>> a logfile?
>> _______________________________________________
>> Tutor maillist  -  Tutor@python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>
>>  
>>
> You can start it from a shell script
> #!/bin/sh
> ./MyWebServer.py 2>>/path/to/output.log
>
> Good Luck,
> Glenn
>

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to