cPanel has the following in httpd.conf to prevent direct access to error_log (which is a good thing!)
<Files ~ "^error_log$">
Order allow,deny
Deny from all
Satisfy All
</Files>
However, I noticed on my Litespeed boxes, that doesn't seem to work, while it works fine on my Apache boxes. Can someone confirm that same behavior happens on boxes other than my own? You can test by finding a error_log in a customer directory, and try to go to it via your web browser.
<Files ~ "^error_log$">
Order allow,deny
Deny from all
Satisfy All
</Files>
However, I noticed on my Litespeed boxes, that doesn't seem to work, while it works fine on my Apache boxes. Can someone confirm that same behavior happens on boxes other than my own? You can test by finding a error_log in a customer directory, and try to go to it via your web browser.