[Resolved] Litespeed not loading images

Status
Not open for further replies.
#1
Hello,

We have a problem with litespeed loading images for example from a worpdress "upload" directory.

The current settings that I use in litespeed admin -> Security -> File Access are:

Code:
Follow Symbolic Link: Yes
Check Symbolic Link: No
Force Strict Ownership: Yes
Required Permission Mask: 000
Restricted Permission Mask: 000
Script Restricted Permission Mask: 002
Script Restricted Directory Permission Mask: 002
The public_html and the directories inside it have 750 permissions and user:nobody as owner.

The test link is:
Code:
http://palariaverde.com/despre-mine-2/
Please let me know what other info do you need to get litespeed to load the images properly.

Thank you.
 
Last edited by a moderator:
#5
Hello,

Thank you for your input. We found out that the problem was from the Apache post_virtualhost_global.conf configuration, in which we had custom cache settings for folders like "images", "uploads", "img" etc. Somehow, these settings were in conflict with litespeed and it couldn't properly show static files within those folders.

As a recap, these are the settings that worked in this situation:

Code:
Follow Symbolic Link: If Owner Match
Check Symbolic Link: Yes
Force Strict Ownership: Yes
Required Permission Mask: 0000
Restricted Permission Mask: 0000
Script Restricted Permission Mask: 002
Script Restricted Directory Permission Mask: 002
The public_html for the user and the folders within it have 755 as permissions and user:nobody as owner.

Let me know if there are any suggestions.

Hope this helps somebody.
 
Last edited by a moderator:
Status
Not open for further replies.
Top