Re: running cygwin bash scripts from apache

2006-08-06 Thread Robert Mark Bram
Thank you Rene and Max for your replies. Rene's response did the trick: > Did you put the script in Apache's cgi-bin directory? Once I put it there, the script works ok. Much to my relief. Thanks for the tip that I can configure Apache to run scripts from other places to - that might come in h

Re: running cygwin bash scripts from apache

2006-08-05 Thread René Berber
Robert Mark Bram wrote: > I have Apache and Cygwin. I would like to run bash scripts from Apache, but am > unsure as to how to do it. Do I need to configure Apache for this at all? > > I have seen some posts on the newsgroups that suggest I just need to have a > script that references bash throug

Re: running cygwin bash scripts from apache

2006-08-05 Thread Max Bowsher
Robert Mark Bram wrote: > Hi All, > > I have Apache and Cygwin. I would like to run bash scripts from Apache, but am > unsure as to how to do it. Do I need to configure Apache for this at all? > > I have seen some posts on the newsgroups that suggest I just need to have a > script that references

running cygwin bash scripts from apache

2006-08-05 Thread Robert Mark Bram
Hi All, I have Apache and Cygwin. I would like to run bash scripts from Apache, but am unsure as to how to do it. Do I need to configure Apache for this at all? I have seen some posts on the newsgroups that suggest I just need to have a script that references bash through the shebang line. This i