You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by cs...@fx.ro on 2003/06/18 10:52:46 UTC

[users@httpd] Small but annoying problem

Hi List,

hope I'm in the right place for this question.

Platform FreeBSD 4.7.
I started to replace all the software I need with the latest versions.
Therefore I built Openssl-0.9.7.b, Apache 2.0.46, latest perl, mod_perl,
php.

I config'd Apache with static modules
./configure --enable-ssl --enable-example --enable-rewrite
then make, make install.

Apache starts OK but in logs I have:

[Tue Jun 17 18:16:16 2003] [notice] Apache/2.0.46 (Unix) mod_perl/1.99_09
Perl/v
5.8.0 PHP/4.3.2 mod_ssl/2.0.46 OpenSSL/0.9.7b configured -- resuming normal
oper
ations
[Tue Jun 17 18:16:16 2003] [warn] (14)Bad address: Cannot reinit SSLMutex
[Tue Jun 17 18:16:16 2003] [warn] (14)Bad address: Cannot reinit SSLMutex
[Tue Jun 17 18:16:16 2003] [warn] (14)Bad address: Cannot reinit SSLMutex
[Tue Jun 17 18:16:16 2003] [warn] (14)Bad address: Cannot reinit SSLMutex
[Tue Jun 17 18:16:16 2003] [warn] (14)Bad address: Cannot reinit SSLMutex

I suspected permission to create SSLMutex file (which is SSLMutex
file:logs/sslmutex ) therefore I change user/group for apache to www/www
(which exists already), and chown /usr/local/apache2/logs to the www:www
The same warnings appear in logs.

I re-config apache with dynamic loaded modules
./configure --enable-ssl=shared --enable-example=shared --enable-rewrite=sha
red
Rebuild but the problem is the same.

I comment out the LoadModule for mod_perl and php. The same.

Any ideas?

TIA,
Lian


---------------------------------------------------------------------
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