1

Topic: Unable to access iredadmin-pro after installing iRedMail OSE and pro

Hi,

I installed iRedMail on Cent OS(64bit) with the help of http://code.google.com/p/iredmail/wiki/Installation, which also installed iRedAdmin-OSE.

After that, I installed iRedAdmin-pro-1.3.0 without uninstalling iRedAdmin-OSE.
Then I tried to access iredadmin-pro (https://127.0.0.1/iredadmin/) which gives me nothing.


The ssl logs are fine, but the httpd error_log is as follows:

PHP Warning:  PHP Startup: fileinfo: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP    compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0
[Tue Oct 19 21:00:48 2010] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Tue Oct 19 21:00:48 2010] [alert] (2)No such file or directory: mod_wsgi (pid=5219): Unable to change working directory to '/home/iredadadmin'.
[Tue Oct 19 21:00:48 2010] [notice] Apache configured -- resuming normal operations

Please help me in this regard.

Thank You.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Unable to access iredadmin-pro after installing iRedMail OSE and pro

Try to fix it by creating HOME directory:

# mkdir /home/iredadmin/
# chown iredadmin:iredadmin /home/iredadmin/
# chmod 0700 /home/iredadmin

3

Re: Unable to access iredadmin-pro after installing iRedMail OSE and pro

that didn't help.....

Is there a way to install iRedAdmin pro without installing iRedAdmin-OSE ?

4

Re: Unable to access iredadmin-pro after installing iRedMail OSE and pro

What do you mean that didn't help? Any error log in apache?

Try follow the installation guide to install iRedAdmin-Pro:
http://www.iredmail.org/doc.html#iredadmin

5

Re: Unable to access iredadmin-pro after installing iRedMail OSE and pro

Thanks for your support.

But, I am still struck at the same point.

I re-installed freshly Cent OS-5.5(64bit) and iRedMail(with iredadmin-OSE), and I still face the same issue.

After the iRedmail installation is complete, when I try to access iredadmin(https://ipaddrs/iredadmin/), it is neither erroring out nor is it logging any thing into the logs, it just goes on running(never done with loading the page).

Please help me in this case. Do I need to install it on only Cent OS 5.4(32bit) only otherwise....?

Thank You.
--