1

Topic: Problems with web admin

I install iRedMail-0.9.7 on ubuntu 16, I can not enter the admin web, and I can go to roundcubemail and the other administration webs, but at iredadmin I can not, it shows me the apache main page.
The iredadmin.conf is like this:

WSGISocketPrefix / var / run / wsgi
WSGIDaemonProcess iredadmin user = iredadmin threads = 15
WSGIProcessGroup iredadmin

AddType text / html .py

<Directory / opt / www / iredadmin />
    <IfVersion <2.4>
        Order deny, allow
        Allow from all
    </ IfVersion>
    <IfVersion> = 2.4>
        Requires all granted
    </ IfVersion>
</ Directory>

#Alias / iredadmin / static "/ opt / www / iredadmin / static /"
#WSGIScriptAlias / iredadmin "/opt/www/iredadmin/iredadmin.py/"

regards

----

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

2

Re: Problems with web admin

Do you have these 2 lines enabled in default Apache virtual web host for https site?

#Alias / iredadmin / static "/ opt / www / iredadmin / static /"
#WSGIScriptAlias / iredadmin "/opt/www/iredadmin/iredadmin.py/"

P.S. why the paths in your post have space around '/'?