>> You can start it from a shell script
>> #!/bin/sh
>> ./MyWebServer.py 2>>/path/to/output.log
>>
"Paulino" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> well, I'm running this CGIserver on windows...
You can still use redirection although its not as powerful as unix.
Just try
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/mai
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
./MyWebServ
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