1 (edited by Lewy 2014-11-08 04:48:16)

Topic: Problem with iredadmin - page not found

======== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian 7.7
- Related log if you're reporting an issue:
====

When I try open a https://domain.com/iredadmin, I have "Page not found". On /var/log/apache2/error.log I see:

[Fri Nov 07 21:16:34 2014] [error] [client X.X.X.X] File does not exist: /var/www/iredadmin

All permision are ok, on default-ssl file, I have :

...
Alias /cluebringer "/usr/share/postfix-cluebringer-webui/webui/"
Alias /iredadmin/static "/usr/share/apache2/iredadmin/static/"
WSGIScriptAlias /iredadmin "/usr/share/apache2/iredadmin/iredadmin.py/"
Alias /awstats/icon "/usr/share/awstats/icon/"
Alias /awstatsicon "/usr/share/awstats/icon/"
ScriptAlias /awstats "/usr/lib/cgi-bin/"
Alias /mail "/usr/share/apache2/roundcubemail/"
Alias /phpmyadmin "/usr/share/phpmyadmin/"

I don`t know, how resolve this issue.

Best Regards

----

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

2

Re: Problem with iredadmin - page not found

Do you have any other Apache config file contains iredadmin settings?

3

Re: Problem with iredadmin - page not found

No, I only have the one that was created during installation.
When I start iredadmin.py manually ( python iredadmin.py ), then I can login on domain.com:8080 and everything is fine.

4

Re: Problem with iredadmin - page not found

Did you modify any Apache config files?

5

Re: Problem with iredadmin - page not found

Hi, I had the same problem not with iredadmin.py but with iredapd.py. I had to manually run it. Then I set it to run on boot by turning it on chkconfig iredapd on. Try running chkconfig iredadmin on (if you have the chkconfig command installed in your server)

OR if it works manually starting it. Can you just set iredadmin.py to run on boot like including python iredadmin.py in /etc/rc.local? if it is something urgent (I know, not the cleanest of workaround)

Lewy wrote:

No, I only have the one that was created during installation.
When I start iredadmin.py manually ( python iredadmin.py ), then I can login on domain.com:8080 and everything is fine.