1 (edited by bookee 2014-05-04 15:55:34)

Topic: 500 error iRedAdmin

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====
Just installed iRedmail on ubuntu. Everything is working expect the Web Admin portion (/iredadmin). It is throwing a 500 error message. Please help.
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

----

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

2

Re: 500 error iRedAdmin

try https://<your.server.name/iredadmin

bookee wrote:

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====
Just installed iRedmail on ubuntu. Everything is working expect the Web Admin portion (/iredadmin). It is throwing a 500 error message. Please help.
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

3

Re: 500 error iRedAdmin

Execute below commands and try again:

# a2enconf iredadmin
# /etc/init.d/apache2 restart