On 11 Jul 01, at 14:49, Ian Bicking mused:
> rbash implies its a restricted shell, which means you can only run
> what has been explicitly been allowed.  Since they allow python, this
> isn't really that restricted.
> 
turns out rbash is just the default, I can use bash..

> As for your other problem, have you set up an adapter?  The AppServer
> only serves to the adapters, which in turn serve to the webserver.  So
> you could put WebKit.cgi into your cgi-bin directory, then try to
> access http://www.blennylips.com/cgi-bin/WebKit.cgi/Examples/.  You'll
> have to edit a couple lines at the top of WebKit.cgi too.
> 
I'd done that...
It now works, had to change the first line of WebKit.cgi from 

#!/usr/bin/env python

to

#!/usr/python

The tech help at missoulaweb said:

> Also, I'm pretty sure there's not supposed to be a space between the
> hash-bang and the path-to-interpreter

In any event, I've no env in /usr/bin.

Now, how do I turn 

http://www.blennylips.com/cgi-bin/WebKit.cgi/Examples/

into something like

http://www.blennylips.com/Examples/

Thanks,

Roger Burnham
[EMAIL PROTECTED]
Cambridge Research & Instrumentation
www.cri-inc.com

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to