1

Topic: iredadmin / dashboard is not complete loading

Hi,

i installed yesterday on a Debian Squeezy the iredmail 0.7.4. (MySQL)

All running fine and i also can convert from courier to dovecot.
But the Adminconsole is not complete loading.

here are information of my ssl_access.log

93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/default/css/reset.css HTTP/1.1" 404 164 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT 6$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/default/css/screen.css HTTP/1.1" 404 164 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT $
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/js/jquery.tablesorter.js HTTP/1.1" 404 164 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows N$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/js/jquery.idtabs.js HTTP/1.1" 404 164 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT 6.1$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/js/jquery-1.4.2.min.js HTTP/1.1" 404 164 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT $
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/js/jquery.fancybox.js HTTP/1.1" 404 565 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT 6$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/js/jquery.tooltip.js HTTP/1.1" 404 565 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows NT 6.$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/default/images/ico_add_12.png HTTP/1.1" 404 565 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Wind$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/default/css/fancybox.css HTTP/1.1" 404 565 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windows N$
93.206.233.159 - - [14/Apr/2012:11:27:32 +0200] "GET /iredadmin/static/default/images/feed-icon.png HTTP/1.1" 404 565 "[url]https://airfixdogfighter.de/iredadmin/dashboard/checknew[/url]" "Mozilla/5.0 (Windo$

I can login in, and administrate, but i think it is really more easy with a good looking backend? smile

My sites-enabled:

Alias /mail "/usr/share/apache2/roundcubemail/"
Alias /webmail "/usr/share/apache2/roundcubemail/"
Alias /roundcube "/usr/share/apache2/roundcubemail/"
Alias /phpmyadmin "/usr/share/phpmyadmin/"
Alias /awstats/icon "/usr/share/awstats/icon/"
WSGIScriptAlias /awstats "/usr/lib/cgi-bin/"
WSGIScriptAlias /iredadmin "/usr/share/apache2/iredadmin/iredadmin.py/"
WSGIScriptAlias /iredadmin/static "/usr/share/apache2/iredadmin/static/"

and my conf.d/iredadmin.conf:

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

AddType text/html .py

<Directory /usr/share/apache2/iredadmin/>
    Order allow,deny
    Allow from all
</Directory>

anybody got an idea?

----

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

2

Re: iredadmin / dashboard is not complete loading

landixus wrote:

WSGIScriptAlias /iredadmin/static "/usr/share/apache2/iredadmin/static/"

It MUST be 'Alias' here, not 'WSGIScriptAlias'.

3

Re: iredadmin / dashboard is not complete loading

Thx! It works perfect.

Thank you