Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42D64F21.90704@familiehaase.de> Date: Thu, 14 Jul 2005 13:40:17 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: "Dr. Volker Zell" CC: Cygwin List Subject: Re: CGI problems whith latest apache2 References: <87pstlpslc DOT fsf AT vzell-de DOT de DOT oracle DOT com> <42D64762 DOT 7070607 AT familiehaase DOT de> <42D64B54 DOT 6000001 AT familiehaase DOT de> In-Reply-To: <42D64B54.6000001@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Volker, >>> I get Internal Server Error's when trying to run any CGI script with >>> latest apache2. Can anybody confirm this ? >> Basic cgi (test-cgi) scripts are working for me try this t.pl: [1]. >> I have not tried to activate my mailing list adminstration interface, >> but I think it should work when setting up my alias domains >> correctly, at least the login page of the ml interface is displayed. >> [...] >> [1]: CGI.pm works for me too: #!/usr/bin/perl -w use CGI; # load CGI routines $q = new CGI; # create new CGI object print $q->header, # create the HTTP header $q->start_html('hello world'), # start the HTML $q->h1('hello world'), # level 1 header $q->end_html; # end the HTML # Gerrit P.S.: Have you checked file / directory permissions? Under which user account is httpd running, this user has access too? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/