Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 73952 invoked by uid 500); 9 Nov 2002 23:36:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 73941 invoked from network); 9 Nov 2002 23:36:41 -0000 Received: from f57.law10.hotmail.com (HELO hotmail.com) (64.4.15.57) by daedalus.apache.org with SMTP; 9 Nov 2002 23:36:41 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Nov 2002 15:36:45 -0800 Received: from 156.99.90.177 by lw10fd.law10.hotmail.msn.com with HTTP; Sat, 09 Nov 2002 23:36:44 GMT X-Originating-IP: [156.99.90.177] From: "Ryan Panning" To: users@httpd.apache.org Bcc: Date: Sat, 09 Nov 2002 17:36:44 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Nov 2002 23:36:45.0301 (UTC) FILETIME=[DD621250:01C28848] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] cgi_script is downloaded, not displayed in browser I forgot to ask if you have a perl interpriter installed aswell? If not you can get a free one from http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl I would download the MSI file and don't get the beta. Then just install it and see if your cgi files work. You might also need to set the pl extension to point to the perl program. Also, make sure you have this in your pl files, FIRST THING. #!C:/Perl/bin/perl.exe After #! set the absolute path to perl.exe where ever you installed it. Let me know if it works. ----Original Message Follows---- From: Szeyger@aol.com Reply-To: users@httpd.apache.org To: users@httpd.apache.org CC: Szeyger@aol.com Subject: Re: [users@httpd] cgi_script is downloaded, not displayed in browser Date: Sat, 9 Nov 2002 15:13:45 EST Thanks a lot for reply, Ryan Unfortunately, the changes did not help. I had all the entries about cgi-bin alias and enabling its directory configured initially. I did not modify them, that is why I did not quote them in original email. I added .cgi to AddHandler directive where I previously had only .pl. It looks like Apache does not serve my scripts at all. Apache's error log does not have any entries related to the error "Connot find server" - the page cannot be displayed. On the other hand, I see old errors in Apache log that it could not find some files that do not seem related to my requests. I am quoting some of them below - may be they will give some clue about what apache expects. What could have happened? Does apache look at 'install' log - I gave initially different names while prompted during installation? Please, help Thanks a lot Sophia Zeyger ==================================== here is a couple of entries from the error log: Tue Nov 05 04:39:17 2002] [error] [client 212.217.46.1] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/_mem_bin [Fri Nov 08 21:47:51 2002] [error] [client 172.153.192.233] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/scripts [Fri Nov 08 21:47:41 2002] [error] [client 172.153.192.233] File does not exist: C:/Program Files/Apache Group/Apache2/htdocs/MSADC _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org