You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Garzon Maldonado, Jesus Javier" <jg...@indra.es> on 2002/12/05 16:52:50 UTC

[users@httpd] Problem with --enable-threads (before: Problem starting Apache 2.0.43)

Hello all:

I'm trying to configure Apache 2.0.43+mod_ssl+mod_rewrite+php4.2.3+mod_python.
mod_python needs apache configured with --enable-threads so this is what I type to configure the source code.
./configure --prefix=/usr/local/apache2 --enable-so --enable-ssl --enable-rewrite --enable-threads

This works and I can compile and install apache, but I cannot start it. When I type ./apachectl startssl (or just start) only one process is launched:
root   23785  0.0  0.9  7064 4836  ??  Is    3:19PM   0:00.01 /usr/local/apache2/bin/httpd -k start -DSSL
an this process cannot be killed with ./apachectl stop

However if I do:
./configure --prefix=/usr/local/apache2 --enable-so --enable-ssl --enable-rewrite

all works fine (though I cannot use mod_python).

What am I doing wrong?

Thanks.

Javi Garzon

-----Mensaje original-----
De: Garzon Maldonado, Jesus Javier 
Enviado el: jueves, 05 de diciembre de 2002 15:40
Para: users@httpd.apache.org
Asunto: RE: [users@httpd] Problem starting Apache 2.0.43


When I type ps -waux |grep httpd the following process appear:
root   23785  0.0  0.9  7064 4836  ??  Is    3:19PM   0:00.01 /usr/local/apache2/bin/httpd -k start -DSSL

but I cannot connect with the server, and if I try to stop the server (apachctl stop) it tells me that httpd is not running.

Moreover if I configure apache to launch 3 processes (StartsServers 3), wy only one is started?

-----Mensaje original-----
De: Fenlason, Josh [mailto:jfenlason@ptc.com]
Enviado el: jueves, 05 de diciembre de 2002 15:26
Para: users@httpd.apache.org
Asunto: RE: [users@httpd] Problem starting Apache 2.0.43


Something else is using port 80.

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


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


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