• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde Redirect.php not found.

F

fangionet

Guest
Hi All!.

Whenever I try to login to webmail I get a page cannot be displayed (redirect.php). Anyone know what the problem could be?

(i copied the ask of other trhead but my english is bad :( )
http://forum.plesk.com/showthread.php?threadid=24402&highlight=horde+redirect.php

Now, i check all from http://forum.plesk.com/showthread.p...=15&highlight=horde redirect.php&pagenumber=1 but not can get work.

a example domain to check is:
http://webmail.cadepyme.com.ar

user: prueba
password: 123456

If i put bad user or a god user the same result. Not found.

Any ideas ?

Thanks a lot.
 
I solve the problem.

Just recompile all :s

First. download this src rpms:

openssl-0.9.7a-33.12.src.rpm
httpd-2.0.46-46.ent.centos.1.src.rpm
imap-2002d-11.src.rpm
php-4.3.2-23.ent.src.rpm

First Made some changes:

Add (or edit the value if the line exist) the following lines to /etc/sysctl.conf:

fs.file-max = 131072

Run the following shell command:

/sbin/sysctl -w fs.file-max=131072

Edit __FD_SETSIZE value in /usr/include/bits/types.h for RedHat 7.x or /usr/include/bits/typesizes.h for RedHat 7.x, 9, Fedora Core, RHEL 2.1, 3, 4 (glibc-devel package has to have been installed before):
#define __FD_SETSIZE 32768


Now, recompile and install on this order.


rpmbuild --rebuild openssl-0.9.7a-33.12.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/openssl-*
rpmbuild --rebuild httpd-2.0.46-46.ent.centos.1.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/httpd*
rpmbuild --rebuild imap-2002d-11.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/imap*
rpmbuild --rebuild php-4.3.2-23.ent.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/php-*


Just now restart apache and enjoy. No more problems.

Also it´s solve a httpd error, that make necesary use ulimit to start.


PD: on centos you need make te user/group centos (adduser centos) to compile imap.
 
Any updates on this?

I did the recompilation AS WELL as trying other techniques on the forums.

Still no go.
 
Back
Top