RE: [users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
Frank Gingras wrote: > What does the error log say, exactly? Frank, Thanks for replying. I discovered the problem while gathering the log info to answer your question. I happened to notice the full URL of the referrer in the log entry, and that prompted me to wonder if HotLink Protection was t

Re: [users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread Frank Gingras
What does the error log say, exactly? On Tue, Feb 20, 2018 at 5:08 PM, John Cardinal wrote: > Environment: > WHM v68.0.29 > Apache/2.4.29 > CENTOS 7.4 > > I am trying to configure Apache to follow a symbolic link from one > account's > public_html folder to another account's public_html folder.

[users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
Environment: WHM v68.0.29 Apache/2.4.29 CENTOS 7.4 I am trying to configure Apache to follow a symbolic link from one account's public_html folder to another account's public_html folder. So, if Account1 has a soft link "slink": ~account1/public_html/slink -> ~account2/public_html Given the abov