public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Paul Stodghill" <stodghil@cs.cornell.edu>
To: "Cygwin Mailing List (E-mail)" <cygwin@cygwin.com>
Subject: Rebasing apache 1.3.24-5
Date: Thu, 11 Jul 2002 07:09:00 -0000	[thread overview]
Message-ID: <E4B8DE6B1848DD4D9248EFCCF9A59F4B05D966@opus.cs.cornell.edu> (raw)

This message is intended for the archives. Please don't feel that you have to respond to it.

Out of the box, apache 1.3.24-5 does not run successfully. /var/log/apache/error_log may contain something like the following,

[Thu Jul 11 07:58:43 2002] [notice] Apache/1.3.24 (Cygwin) configured -- resuming normal operations
[Thu Jul 11 07:58:43 2002] [notice] Accept mutex: pthread (Default: pthread)
C:\Progra~1\cygwin\usr\sbin\httpd.exe: *** unable to remap C:\Progra~1\cygwin\lib\apache\mod_vhost_alias.dll to same address as parent -- 0x470000
11139251 [main] httpd 2296 sync_with_child: child 2032(0x6C8) died before initialization with status code 0x1
11193363 [main] httpd 2296 sync_with_child: *** child state child loading dlls
[Thu Jul 11 07:58:44 2002] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process

Here is how to fix the problem,

1. Download and compile rebase. Search the archives for the URL. [I used 1.5-1, I have not tried 1.18]
2. Rebase the Apache module DLL's,

	% rebase -d -b 0x68000000 -o 0x10000 /lib/apache/*.dll

Apache should successfully start now.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2002-07-11 13:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-11  7:09 Paul Stodghill [this message]
2002-07-11  7:53 ` Nicholas Wourms
2002-07-11  8:00 Paul Stodghill
2002-07-11  9:26 Richard Campbell
2002-07-11 13:02 ` Nicholas Wourms
2002-07-11 13:18 Richard Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E4B8DE6B1848DD4D9248EFCCF9A59F4B05D966@opus.cs.cornell.edu \
    --to=stodghil@cs.cornell.edu \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).