"Roger Burnham" <[EMAIL PROTECTED]> wrote:
> On my newly acquired host (www.blennylips.com) servered by missoulaweb.com
> (linux, Apache 1.3.17, python 2.1, Webware 0.5) I can do all the install steps okay, 
>but 
> invoking AppServer from within the WebKit dir gets:
> rbash: AppServer: command not found
> 
> (I think this is because the sandbox missoulaweb provides does not allow '/' in any 
>shell 
> command)

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.

I think you'll have to start the AppServer manually just like you
did.  You might ask to have your shell changed to just plain bash.
You can explain to them that they aren't gaining any advantage with
rbash, since you can run python, and python has a system command that
can run anything it cares to.  rbash just makes it difficult for you.

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.

There's more on adapters in the documentation.

  Ian

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

Reply via email to