Re: Re: Running CGI's locally

2001-06-21 Thread Mel Matsuoka
At 12:10 PM 06/20/2001 +0200, Aaron Craig wrote: >At the office, I'm running Apache 1.3 locally on Win2000, and I don't have >to use the shebang line, as I have Perl in my path. However, I just >installed Apache on my Win2000 machine at home, using the current Apache >installation for Windows

Re: Re: Running CGI's locally

2001-06-21 Thread Aaron Craig
At 09:12 19.06.2001 -0700, Curtis Poe wrote: >If you are running Apache on a Windows box, then yes, you will need the >shebang line. Here's a >quick intro in setting up Apache on >Windows: http://www.perlmonks.org/index.pl?node_id=44536 >(umm... you did say Windows, right?). This brings up a

Re: Re: Running CGI's locally

2001-06-19 Thread Michael D . Risser
On Tuesday 19 June 2001 09:38 am, you wrote: > On Tuesday 19 June 2001 09:06 am, you wrote: > > You also have to make sure that Apache is set up > > to serve local host. It doesn't come that way > > as a default. > > Tell me how to do that. I'm a real newbie and have been wanting to do > this for

Re: Re: Running CGI's locally

2001-06-19 Thread Bob Rea
On Tuesday 19 June 2001 09:06 am, you wrote: > You also have to make sure that Apache is set up > to serve local host. It doesn't come that way > as a default. Tell me how to do that. I'm a real newbie and have been wanting to do this for a while, but i need some handholding occasionally. :)

RE: Re: Running CGI's locally

2001-06-19 Thread kotto
You also have to make sure that Apache is set up to serve local host. It doesn't come that way as a default. -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 11:12 AM To: CGI Beginners Subject: Re: Re: Running CGI's locally --- A

Re: Re: Running CGI's locally

2001-06-19 Thread Curtis Poe
--- Adam Carson <[EMAIL PROTECTED]> wrote: > OK. I have Apache installled and running. I put my test page in the htdocs folder. > I put the > perl files in the cgi-bin. I made sure the HTML was pointing to the cgi-bin in the >ACTION > setting. I made sure Apache was set to run files in the c

Re: Re: Running CGI's locally

2001-06-19 Thread Adam Carson
OK. I have Apache installled and running. I put my test page in the htdocs folder. I put the perl files in the cgi-bin. I made sure the HTML was pointing to the cgi-bin in the ACTION setting. I made sure Apache was set to run files in the cgi-bin. It still doesn't work. Do I need the she

RE: Running CGI's locally

2001-06-19 Thread Kris Cook
?). > -Original Message- > From: Adam Carson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 9:24 AM > To: [EMAIL PROTECTED] > Subject: Running CGI's locally > > > I am trying to create a simple form in HTML for tech support > requests for the county

RE: Running CGI's locally

2001-06-19 Thread Tillema, Glenn
: Tuesday, June 19, 2001 9:24 AM > To: [EMAIL PROTECTED] > Subject: Running CGI's locally > > > I am trying to create a simple form in HTML for tech support > requests for the county I work for. I just started even > looking at Perl a few days ago, so a lot of thi

RE: Running CGI's locally

2001-06-19 Thread Adam Carson
am Carson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 9:24 AM To: [EMAIL PROTECTED] Subject: Running CGI's locally I am trying to create a simple form in HTML for tech support requests for the county I work for. I just started even looking at Perl a few days ago, so a lot of this i

RE: Running CGI's locally

2001-06-19 Thread kotto
What web server program are you using? -Original Message- From: Adam Carson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 9:24 AM To: [EMAIL PROTECTED] Subject: Running CGI's locally I am trying to create a simple form in HTML for tech support requests for the county I

Running CGI's locally

2001-06-19 Thread Adam Carson
I am trying to create a simple form in HTML for tech support requests for the county I work for. I just started even looking at Perl a few days ago, so a lot of this is confusing. In HTML, I have problems sending forms because my office uses Groupwise, which is not receiving data from the mai