| delorie.com/archives/browse.cgi | search |
| 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: | <42D64762.7070607@familiehaase.de> |
| Date: | Thu, 14 Jul 2005 13:07:14 +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> |
| In-Reply-To: | <87pstlpslc.fsf@vzell-de.de.oracle.com> |
| X-IsSubscribed: | yes |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id j6EB94DT025706 |
Servus Volker,
> Hi list
>
> 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.
However I have the annoying problem that transmission stops after
every 8k when running Apache2 on my NT4 server and connecting from
remote, anyway running on W2K works fine.
[1]:
#!/usr/bin/perl
print <<EndeMarke
Content-type: text/html
<HTML>
<HEAD><TITLE>hello world</TITLE>
</HEAD>
<BODY bgcolor="lightblue">
<H1>hello world</H1>
</BODY>
</HTML>
EndeMarke
> http://vzell-de.de.oracle.com:81/cgi-bin/test-cgi
Cannot access this.
> /var/log/apache2/error_log:
>
> [Wed Jul 13 14:29:46 2005] [info] mod_unique_id: using ip addr 169.254.25.129
> [Wed Jul 13 14:29:47 2005] [notice] Digest: generating secret for digest authentication ...
> [Wed Jul 13 14:29:47 2005] [notice] Digest: done
> [Wed Jul 13 14:29:47 2005] [info] mod_unique_id: using ip addr 169.254.25.129
> [Wed Jul 13 14:29:48 2005] [notice] Apache/2.0.54 (Unix) DAV/2 configured -- resuming normal operations
> [Wed Jul 13 14:29:48 2005] [info] Server built: Jun 22 2005 18:26:34
> [Wed Jul 13 14:29:48 2005] [debug] /home/max/devel/cygpkg/.mk-apache2/httpd-2.0.54/server/mpm/prefork/prefork.c(956): AcceptMutex: sysvsem (default: sysvsem)
> [Thu Jul 14 12:50:35 2005] [error] [client 169.254.25.129] Premature end of script headers: test-cgi
>
> Ciao
> Volker
Tschüssi,
Gerrit
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |