• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Webmail Horde CSS Files not loaded with Nginx

igraf

Regular Pleskian
Hi
I have problems with horde webmail
the display is not correct. CSS files are not loaded.
if i disable nginx, the display is working properly.

404 Not Found nginx
<link href="/themes/graphics/favicon.ico" rel="SHORTCUT ICON" />
<link href="/themes/screen.css" rel="stylesheet" type="text/css" />
<link href="/themes/wps_sober/screen.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/horde-prototype.js"></script>
<script type="text/javascript" src="/js/accesskeys.js"></script>

File okay
<link href="/themes/safari.css" rel="stylesheet" type="text/css" />

CentOS 5.8 (Final)
Panel-Version 11.0.9 Update #19, Build110120608.16
Linux version 2.6.18-308.16.1.el5

what can you do?
 

Attachments

  • 2012-10-12_192315.png
    2012-10-12_192315.png
    11.6 KB · Views: 23
  • 2012-10-12_192354.png
    2012-10-12_192354.png
    4.1 KB · Views: 21
Last edited:
Thanks for your feedback!
I hope Paralles finds the Bug ...

With which operating system and plesk version do you work?
 
Last edited:
It is known issue. We have already corresponding request to developers (#117773 for your reference)
Developers are working on it.
 
Quick fix

The problem seems to be related to the default website on the primary IP address. Switch off the nginx service, then set the default site for the primary IP to None, then switch nginx back on. Worked for me.
 
We have noticed this problem as well, with a default site both Horde and Atmail are broken (showing no images, no CSS). The quick fix above worked for us but we would like to be able to set a default site :)

Steps we took:

- In Plesk Panel go to Tools & Settings, go to IP Adresses.
- Click on primary IP and set default site to None
- On the command line, rebuilt all the Apache/Nginx configuration files: /usr/local/psa/admin/sbin/httpdmng --reconfigure-all

(server running CentOS 6)
 
Still happening to me with the latest Plesk (11.0.9 Update #41)

To reproduce:
* Web hosting type: no hosting
* mydomain.com and www.mydomain.com point to a 3rd party IP address
* mail.mydomain.com and webmail.mydomain.com point to Plesk.

OS: CloudLinux 6.4
 
Last edited:
Back
Top