Re: Cgi shell script in httpd

2018-01-02 Thread Stuart Henderson
On 2018-01-01, Jordon wrote: > Over the last few days I have been learning the BCHS approach at web design. > I am not a web designer (i had to learn CSS as part of this!) but have > enjoyed this little adventure. My goal was to make an web interface to view > data that i provide in a c++ lib

Re: Cgi shell script in httpd

2018-01-01 Thread Jordon
> > You are providing no information whatsoever, so let me try a shot in > the utter dark and hope i don't hit any of the cats on your couch: I am very new to this field so sorry for the vagueness! > > Maybe you are running httpd(8) chroot(2)ed but don't have any sh(1) > binary in the chroot?

Re: Cgi shell script in httpd

2017-12-31 Thread Ingo Schwarze
Hi Jordon, Jordon wrote on Sun, Dec 31, 2017 at 09:29:05PM -0600: > I thought it would be nice to create a shell script with the old name > that would spit out a simple page saying the name changed and providing > a link to the new cgi app. I made the shell script but for the life of > me cannot

Cgi shell script in httpd

2017-12-31 Thread Jordon
Over the last few days I have been learning the BCHS approach at web design. I am not a web designer (i had to learn CSS as part of this!) but have enjoyed this little adventure. My goal was to make an web interface to view data that i provide in a c++ library and so far i have been pretty suc

Re: CGI : Shell Script

2010-08-10 Thread russell
Mayuresh Kathe wrote: Has anyone experimented with using a set of shell scripts as CGI under the stock Apache delivered with OpenBSD? I did. I wanted to learn more involved shell programing. and perhaps a little about some of the old unix languages. so I built this mini wikipedia ish thing ou

Re: CGI : Shell Script

2010-07-24 Thread Chris Bennett
On 07/24/10 09:21, Mayuresh Kathe wrote: On Sat 24/07/10 19:41, "Gilles Chehade" gil...@poolp.org wrote: On Sat, Jul 24, 2010 at 03:53:36PM +0200, Gilles Chehade wrote: You dont want to do that... Mayuresh Kathe the.in> a C)critB : Has anyone experimented with using a set of shell scripts

Re: CGI : Shell Script

2010-07-24 Thread Mayuresh Kathe
On Sat 24/07/10 19:41, "Gilles Chehade" gil...@poolp.org wrote: > On Sat, Jul 24, 2010 at 03:53:36PM +0200, Gilles Chehade wrote: > > You dont want to do that... > > > > Mayuresh Kathe the.in> a C)critB : > > > >Has anyone experimented with using a set of > shell scripts as CGI under the > >stock

Re: CGI : Shell Script

2010-07-24 Thread Gilles Chehade
On Sat, Jul 24, 2010 at 03:53:36PM +0200, Gilles Chehade wrote: > You dont want to do that... > > Mayuresh Kathe a C)critB : > > >Has anyone experimented with using a set of shell scripts as CGI under the > >stock Apache delivered with > >OpenBSD? > longer answer now that i reached home: 1- t

Re: CGI : Shell Script

2010-07-24 Thread Gilles Chehade
You dont want to do that... Mayuresh Kathe a C)critB : >Has anyone experimented with using a set of shell scripts as CGI under the >stock Apache delivered with >OpenBSD?

CGI : Shell Script

2010-07-24 Thread Mayuresh Kathe
Has anyone experimented with using a set of shell scripts as CGI under the stock Apache delivered with OpenBSD?