• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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