You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Manoj Kithany <ma...@hotmail.com> on 2002/09/14 21:30:14 UTC

[users@httpd] Apache Error (Ref: error_log)- Address already in use?

Hi friends,

I finally builded mod_jk.so for IBM AIX 5.1 System - do not know if it 
works. I have apache 1.3.26 and Tomcat 4.0.4 and JBoss 3.0.3

I have added following lines to my httpd.conf:
-----------------------------------------------
LoadModule jk_module  libexec/mod_jk.so
AddModule mod_jk.c
-----------------------------------------------

And, when I start my Apache, I get followig error/warning:
---------------------------------------------------------------
# ./httpd start
[Sat Sep 14 13:28:14 2002] [warn] module mod_jk.c is already added, skipping
#
---------------------------------------------------------------

Later, on checking /logs/error_log file I check this information:
----------------------------------------------------------
[Sat Sep 14 13:30:11 2002] [error] (2)No such file or directory: Error while 
opening the workers, jk will not work
[Sat Sep 14 13:30:11 2002] [warn] module mod_jk.c is already added, skipping
[Sat Sep 14 13:30:11 2002] [crit] (67)Address already in use: make_sock: 
could not bind to address 100.200.100.101 port 80
---------------------------------------------------------------

DO any of you experts know what this error about? can you share the 
information with me...?

THANKS!

Manoj G. Kithany

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Apache Error (Ref: error_log)- Address already in use?

Posted by Dibyendu Majumdar <di...@mazumdar.demon.co.uk>.
Manoj,

Just comment out the line:

> AddModule mod_jk.c

As it is not required.

Regards
----- Original Message -----
From: "Manoj Kithany" <ma...@hotmail.com>
To: <ma...@hotmail.com>
Sent: Saturday, September 14, 2002 8:30 PM
Subject: Apache Error (Ref: error_log)- Address already in use?


> Hi friends,
>
> I finally builded mod_jk.so for IBM AIX 5.1 System - do not know if it
> works. I have apache 1.3.26 and Tomcat 4.0.4 and JBoss 3.0.3
>
> I have added following lines to my httpd.conf:
> -----------------------------------------------
> LoadModule jk_module  libexec/mod_jk.so
> AddModule mod_jk.c
> -----------------------------------------------
>
> And, when I start my Apache, I get followig error/warning:
> ---------------------------------------------------------------
> # ./httpd start
> [Sat Sep 14 13:28:14 2002] [warn] module mod_jk.c is already added,
skipping
> #
> ---------------------------------------------------------------
>
> Later, on checking /logs/error_log file I check this information:
> ----------------------------------------------------------
> [Sat Sep 14 13:30:11 2002] [error] (2)No such file or directory: Error
while
> opening the workers, jk will not work
> [Sat Sep 14 13:30:11 2002] [warn] module mod_jk.c is already added,
skipping
> [Sat Sep 14 13:30:11 2002] [crit] (67)Address already in use: make_sock:
> could not bind to address 100.200.100.101 port 80
> ---------------------------------------------------------------
>
> DO any of you experts know what this error about? can you share the
> information with me...?
>
> THANKS!
>
> Manoj G. Kithany
>
> _________________________________________________________________
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>