Topic: iredadmin does not show
Hi,
i have an issue here with iredadmin, when i run it it doesnt show and there is nothing in apache logs that could tell me what is wrong
----
Urgent issue? Pay iRedMail developer to solve it remotely at $29.Works on Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, openSUSE, Gentoo, FreeBSD, OpenBSD
You are not logged in. Please login or register.
Hi,
i have an issue here with iredadmin, when i run it it doesnt show and there is nothing in apache logs that could tell me what is wrong
----
Urgent issue? Pay iRedMail developer to solve it remotely at $29.- How do you run it?
- Which OS are you using?
- Please set "debug = True" in config file "settings.ini" of iRedAdmin, restart Apache.
- Monitor apache error_log and post them to our forum.
I am using CEntos 5.5
debug is enabled
i try to run it there is nothing coming in the apache logs, i did stop all the firewall but stillnothing is coming.
Well it doesn’t show because I don’t see anything in apache logs... when accessing it runs in the browser indefinitely
- How did you access iRedAdmin? Did you access it with httpS://?
- If you access https://, what's the log in apache access_log and error_log?
i am accessing with https and as i said earlier nothing is coming in apache logs
It should be https://your_server.com/iredadmin/, if you access apache, there should be some log in /var/log/httpd/error_log or /var/log/httpd/ssl_error_log. Did you check both files?
i dont see anything in apache logs...
Do you have any router, gateway devices between your workstation and server?
am now connected directly on the server but the same result...
when i run the phthon iredadmin.py i can access it though port 8080 but when i dont run it, it doesnt work
Does other web applications work? e.g. phpLDAPadmin, phpMyAdmin, webmail?
yes all others work
i have no idea yet, if no apache log, i don't know how to troulbeshoot it. but it works with "python iredadmin.py".
Can you please post /etc/httpd/conf.d/iredadmin.conf and last lines of /etc/httpd/conf.d/ssl.conf (Only lines which starts with "Alias" or "ScriptAlias", "WSGIScriptAlias").
#
# Note: Uncomment below two lines if you want to make iRedAdmin accessable via HTTP.
#
#WSGIScriptAlias /iredadmin /var/www/iredadmin/iredadmin.py/
#Alias /iredadmin/static /var/www/iredadmin/static/
WSGISocketPrefix /var/run/wsgi
WSGIDaemonProcess iredadmin user=iredadmin threads=15
WSGIProcessGroup iredadmin
AddType text/html .py
<Directory /var/www/iredadmin/>
Order deny,allow
Allow from all
</Directory>
# Used to enable compress web contents during transfer.
DeflateCompressionLevel 3
AddOutputFilter DEFLATE html xml php js css
<Location />
SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .(?:pdf|mov|avi|mp3|mp4|rm)$ no-gzip dont-vary
#Header append Vary User-Agent env=!dont-vary
</Location>
Alias /mail "/var/www/roundcubemail/"
Alias /webmail "/var/www/roundcubemail/"
Alias /roundcube "/var/www/roundcubemail/"
Alias /phpldapadmin "/var/www/phpldapadmin/"
Alias /ldap "/var/www/phpldapadmin/"
Alias /phpmyadmin "/var/www/phpmyadmin/"
Alias /mysql "/var/www/phpmyadmin/"
Alias /awstats/icon "/var/www/awstats/icon/"
ScriptAlias /awstats "/var/www/awstats/"
WSGIScriptAlias /iredadmin "/var/www/iredadmin/iredadmin.py/"
Alias /iredadmin/static "/var/www/iredadmin/static/"
Apache config files are correct.
No idea yet.
Do you have SELinux enabled?
selinux is disabled.
Solved.
There's a conflict with package mod_python (/etc/httpd/conf.d/python.conf). You can either remove this package or rename "python.conf" to "python.conf.bak".
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.061 seconds (86% PHP - 14% DB) with 9 queries