This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin - Apache https' fork problems!


> When I try to run apache command with ssl configure in the httpd.conf file, I
> received the following error:
> --------------------------------------------------------------------------------------------------------------------------------
> [Mon Dec  2 16:26:26 2002] [notice] Apache/1.3.24 (Cygwin) configured --
> resuming normal operations
> [Mon Dec  2 16:26:26 2002] [notice] Accept mutex: pthread (Default: pthread)
> [Mon Dec  2 16:50:25 2002] [notice] caught SIGTERM, shutting down
> fork: Resource temporarily unavailable
> httpd: unable to fork new process
> --------------------------------------------------------------------------------------------------------------------------------
> As you can see above, httpd server was running and I shut it down and then I
> restarted it with ssl info in the httpd.conf file! After experimenting with
> for a while, I discovered that when I just add the following line to the
> httpd.conf file, "LoadModule ssl_module lib/apache/new/libssl.dll", I would
> still get this forking error. I initially installed apache & apache_mod_ssl
> together and then I went back to re-install apache_mod_ssl using the following
> command: "tar xjvf apache-mod_ssl-2.8.8-1.3.24-1.tar.bz2" from the
> instructions in file /usr/doc/Cygwin/mod_ssl-2.8.8-1.3.24-1.README. I was not
> able to perform the following commands in this document because I was not able
> to find the configure command? Maybe I am blind or screwed up here?:
> ---------------------------------------------------------------------------------------------------------------------------------
> cd  mod_auth_ssl-X-Y
> ./configure --with-apxs=/usr/sbin/apxs
>   make
>   cd pkg.sslmod
>   mv libssl.so libssl.dll
>   /usr/sbin/apxs -i -a -n ssl libssl.dll


that configure is from mod_ssl's source tree.

I'm not sure what the fork()ing problem may be causing. Can you
instruct me how the problem can be reproduced?!

Stipe

tolj@wapme-systems.de
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: info@wapme-systems.de
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]