Ron,
OK, I got into work this morning and tried it on a RedHat
6.1 machine running stock Python 1.5.2. I also got the
403 error, it seems that in this version it doesn't like
listing the directory to find the implicit document name
"index.html". Thus, in step 7 below, I tried:
lynx http://localhost:8083/index.html
and then it worked, as did the test CGI script, which
also does not use an implicit document name.
--Bob
On Thu, Jul 19, 2001 at 06:07:16AM -0400, Bob Drzyzgula wrote:
> Ron,
>
> No problem with you adding it to cvs. Once you do, however,
> please let me know exactly how you want me to send you
> updates -- if you want me to simply generate new tarballs
> of the webconfig subtree or if you want me to generate
> recursive diffs, and if so with what options...
>
> Sorry it's not working for you, I should have given a
> test script. Here's a procedure that worked on my machine
> to get it running, perhaps you can try this and see if
> it works for you:
>
> 1. mkdir -p /tmp/freebios/util
> 2. cd /tmp/freebios/util
> 3. wget http://www.snappity.com/linuxbios/webconfig-0.1.tar.gz
> 4. zcat webconfig-0.1.tar.gz | tar xf -
> 5. cd webconfig/server
> 6. ./pyserv.py -d -f /tmp/freebios &
> 7. lynx http://localhost:8083 (or netscape or whatever)
> 8. in the browser, go to http://localhost:8083/cgi-bin/test.cgi
>
> If this doesn't work (or even if it does :), please let
> me know. Especially, let me know what shows up on stderr/stdout
> from line 6, the full message you see in the browser, and
> what you see in /tmp/freebios/util/webconfig/var/pyservlog
>
> Also, what was it that caused the traceback when you tried
> to run pyserv.py --help the first time?
>
> Thanks,
> --Bob
>
> On Wed, Jul 18, 2001 at 09:53:46PM -0600, Ronald G Minnich wrote:
> >
> > forget it, got the help. But now i'm getting 403 when I try to connect.
> >
> > Bob, any objection if I go ahead and add this thing to the freebios tree.
> >
> > ron