Re: CGI in Apache not work

2002-10-31 Thread Manuel Tejada
Thank John, but it didn't work. My fault was in the sintax as Anthony help me to see. - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 12:49 AM Subject: Re: CGI in Apache not work > In

Re: CGI in Apache not work

2002-10-31 Thread Manuel Tejada
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 8:35 AM Subject: Re: CGI in Apache not work > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 30-Oct-2002/22:11 -0500, Manuel Tejada <[EMAIL PROTECTED]> wrote: > >I use RedHat 7.2 in a PC

Re: CGI in Apache not work

2002-10-31 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30-Oct-2002/22:11 -0500, Manuel Tejada <[EMAIL PROTECTED]> wrote: >I use RedHat 7.2 in a PC workstation not for production, just for homework. >This is the first time working with Apache. It is working fine with html >pages, but not with cgi program

Re: CGI in Apache not work

2002-10-30 Thread John Nichel
In your httpd.conf file, look for these lines # To use CGI scripts: # AddHandler cgi-script .cgi Add ".pl" to the AddHandler line and restart apache AddHandler cgi-script .cgi .pl Manuel Tejada wrote: Hi I use RedHat 7.2 in a PC workstation not for production, just for homework. This i

CGI in Apache not work

2002-10-30 Thread Manuel Tejada
Hi I use RedHat 7.2 in a PC workstation not for production, just for homework. This is the first time working with Apache. It is working fine with html pages, but not with cgi programs. I buil the following text cgi program called "mi_cgi.pl" in my home directory /home/manuel/ and then copy it to /