How to set up simple cgi web

2008-01-26 Thread hce
Hi, I thought if I create /www or /etc/www in my debian PC, and add an index.htm and cgi file to cgi-bin directory, I should be able to access http://my_ip_address/index.html. But, it did not work. how can I make that work? Thank you. Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: How to set up simple cgi web

2008-01-26 Thread Micaela Gallerini
2008/1/26, hce [EMAIL PROTECTED]: Hi, I thought if I create /www or /etc/www in my debian PC, and add an index.htm and cgi file to cgi-bin directory, I should be able to access http://my_ip_address/index.html. But, it did not work. how can I make that work? Thank you. hi, apache work

Re: How to set up simple cgi web

2008-01-26 Thread Tzafrir Cohen
On Sat, Jan 26, 2008 at 09:33:00PM +1100, hce wrote: Hi, I thought if I create /www or /etc/www in my debian PC, and add an index.htm and cgi file to cgi-bin directory, I should be able to access http://my_ip_address/index.html. But, it did not work. how can I make that work? By default

Re: How to set up simple cgi web

2008-01-26 Thread Chris Henry
On Jan 26, 2008 6:33 PM, hce [EMAIL PROTECTED] wrote: I thought if I create /www or /etc/www in my debian PC, and add an index.htm and cgi file to cgi-bin directory, I should be able to access http://my_ip_address/index.html. But, it did not work. how can I make that work? Hmm. Shall start

Re: How to set up simple cgi web

2008-01-26 Thread hce
On 1/26/08, Micaela Gallerini [EMAIL PROTECTED] wrote: 2008/1/26, hce [EMAIL PROTECTED]: Hi, I thought if I create /www or /etc/www in my debian PC, and add an index.htm and cgi file to cgi-bin directory, I should be able to access http://my_ip_address/index.html. But, it did not work.

Re: How to set up simple cgi web

2008-01-26 Thread Dave Sherohman
On Sun, Jan 27, 2008 at 10:22:58AM +1100, hce wrote: Sorry for not being clear. I actually did not want to install apache, I am just doing my program to use freecgi library and want to test the cgi binary file on my local machine. I was told I could set up a simple web server to use a browser