Back to the month index |
Back to the list index
|
David Hamm (dhamm@itserve.com)
Mon, 23 Sep 1996 16:48:42 -0400
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: Shalini Rao: "[mSQL] HTML related question..."
- Previous message: Tom Metzger: "Re: [mSQL] problem with SELECT involving join"
- Next in thread: Steve Rogers: "Re: [mSQL] Apatche html serve adn bash shell scripts"
- Reply: Steve Rogers: "Re: [mSQL] Apatche html serve adn bash shell scripts"
- Maybe reply: Ross Carlson: "Re: [mSQL] Apatche html serve adn bash shell scripts"
Message-Id: <01BBA96F.14675180@dhamm.itserve.com> From: David Hamm <dhamm@itserve.com> Subject: [mSQL] Apatche html serve adn bash shell scripts Date: Mon, 23 Sep 1996 16:48:42 -0400It seems that no mater what I do I can't make msql run from a "bash" cgi-bin script.
I've created a form that calls a shell scrip when the "submit" button is clicked and
msql never seems to run. Even if I just have msql on a line by it self I don't get any
errors. The shell scipt is below.
#!/bin/sh
echo "Content-type text/plain"
echo
echo Begin
msql
echo End
I'm using Linux 2.x kernel and Apatche html server. Any Ideas?
Thanks
David
--------------------------------------------------------------------------
To remove yourself from the Mini SQL mailing list send a message containing
"unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing
"info msql-list" to majordomo@bunyip.com for info on monthly archives of
the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!
- Next message: Shalini Rao: "[mSQL] HTML related question..."
- Previous message: Tom Metzger: "Re: [mSQL] problem with SELECT involving join"
- Next in thread: Steve Rogers: "Re: [mSQL] Apatche html serve adn bash shell scripts"
- Reply: Steve Rogers: "Re: [mSQL] Apatche html serve adn bash shell scripts"
- Maybe reply: Ross Carlson: "Re: [mSQL] Apatche html serve adn bash shell scripts"