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
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
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
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. :)
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
--- 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
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