What are the gcache processes doing there?

They are from apache-ssl, not apache-mod_ssl

Maybe you have ended up with files from both apache variants?

/magnus

Steve Frampton wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi again:
> 
> I discovered more up-to-date RPM's were available on ftp.modssl.org in
> /pub/contrib.  Therefore, I installed:
> 
> apache-mod_ssl-1.3.9.2.4.9-0.6.0
> apache-mod_ssl-devel-1.3.9.2.4.9-0.6.0
> 
> and it worked!  But on to other problems.  ;-)
> 
> I am trying to get things working with PHP3.  I have downloaded the
> tarball for php-3.0.14, did a:
> 
>   ./configure --with-apxs=/usr/sbin/apxs --with-mysql \
>               --with-apache=/usr/include
>   make
>   make install
> 
> I then made sure that the following lines were present in my httpd.conf
> file:
> 
>   LoadModule php3_module        lib/apache/libphp3.so
>   AddModule mod_php3.c
> 
>   AddType application/x-httpd-php3 .php3AddType
>   application/x-httpd-php3-source .phps
> 
> (PHP's "make install" procedure actually put the LoadModule and AddModule
> lines within <IfDefine SSL> blocks, I assumed this was incorrect so I
> moved them outside the blocks).
> 
> After starting the server, connections on both ports 80 and 443 are
> refused, and there are no "httpd" processes in memory.  There *are*,
> however, a couple of gcache processes.  There are no error messages in any
> of the httpd logs, the only thing that appears after starting the server
> is the following in ssl_engine_log:
> 
> [info]  Server: Apache/1.3.9, Interface: mod_ssl/2.4.9, Library: OpenSSL/0.9.4
> [info]  Init: 1st startup round (still not detached)
> [info]  Init: Initializing OpenSSL library
> [info]  Init: Loading certificate & private key of SSL-aware server localhost:443
> [info]  Init: Generating temporary RSA private keys (512/1024 bits)
> [info]  Init: Configuring temporary DH parameters (512/1024 bits)
> 
> Those look normal enough.  But I can *not* interact with the server unless
> I comment out the LoadModule and AddModule lines.  :-(
> 
> Any ideas?
> 
> - --------------< LINUX: The choice of a GNU generation. >--------------
> Steve Frampton    <[EMAIL PROTECTED]>    Japan Communications, Inc.
> Software Developer/Systems Administrator    http://www.j-com.co.jp/
> GNU Privacy Guard ID: D055EBC5  (see http://www.gnupg.org for details)
> GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73  EF6A 9A72 F1F5 D055 EBC5
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.0 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE4n73amnLx9dBV68URApc3AJ93moBzZ8XykgMru4G0TpHAT2UeCwCdGrR9
> /eZS5OeyIKyDWHjOgMF2KsM=
> =kLqO
> -----END PGP SIGNATURE-----
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to