delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/07/14/07:42:17

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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" <gerrit AT familiehaase DOT de>
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" <Dr DOT Volker DOT Zell AT oracle DOT com>
CC: Cygwin List <cygwin AT cygwin DOT com>
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>
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019