[imp] nothing after the login page

Rodney Simioni rodneys@lodging.com
Tue, 10 Sep 2002 10:57:31 -0400


If I type in the url: https://localhost/horde/imp/login.php I am able to see
the certificate and then the login page. I enter my user name and password,
it hangs for a second and I get a blank page. In the horde.log it indicates
that it was successful. Is there something wrong with ssl or horde? Can
someone lead me to the right direction. When I don't use ssl with apache in
a different directory, it works great. One thing to note, I am NOT able to
to add the LoadModule php4_module        libexec/libphp4.so in the
httpd.conf because when I start apache_ssl, it errors. But when I remove
LoadModule php4_module        libexec/libphp4.so from the httpd.conf in the
/usr/local/apache_ssl, I am to start apache with apachectl startssl. I'll be
more than happy to send the link to my <phpinfo>.

Sep 10 06:41:46 HORDE [notice] [imp] Login success for rodneys@lodging.com
[172.134.79.254] to {localhost:143} [on line 64 of
"/usr/local/apache_ssl/htdocs/horde/imp/redirect.php"]

In the apache ssl_engine_log it indicates:
10/Sep/2002 09:47:21 12817] [info]  Seeding PRNG with 26763 bytes of entropy
[10/Sep/2002 09:47:22 12817] [info]  Connection: Client IP: 63.83.19.2,
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[10/Sep/2002 09:47:22 12817] [info]  Connection to child 4 closed with
standard shutdown (server mx.ipcc.com:443, client 63.83.19.2)
[10/Sep/2002 09:47:23 12795] [info]  Connection to child 5 established
(server mx.ipcc.com:443, client 63.83.19.2)
[10/Sep/2002 09:47:23 12795] [info]  Seeding PRNG with 26763 bytes of
entropy
[10/Sep/2002 09:47:23 12795] [info]  Connection: Client IP: 63.83.19.2,
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[10/Sep/2002 09:47:23 12795] [info]  Initial (No.1) HTTPS request received
for child 5 (server mx.ipcc.com:443)
[10/Sep/2002 09:47:24 12795] [info]  Connection to child 5 closed with
unclean shutdown (server mx.ipcc.com:443, client 63.83.19.2)

I have compiled php with the following:
./configure --with-apache=../apache \
--enable-track-vars \
--with-imap=../imap \
--with-imap-ssl \
--with-config-file-path=/usr/local/apache_ssl \
--with-gettext \
--with-xml \
--with-mysql \
--with-pgsql=/usr/local/pgsql

I have installed imap with ssl enabled.

I have installed the horde directory in the /htdocs and the imp directory in
the /horde/imp.

I have installed apache with:
./configure --prefix=/usr/local/apache_ssl --enable-module=all \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=ssl

Thanks in advance for the help.

Rodney