Not sure what's going on the last 24 hours but I work for WHM Xtra and I programmed something for the cpanel frontend to rechown the public_html to user.user (replace user with real account username). This was to fix the odd problem of files that get left uploaded owned by root or nobody.
This worked fine across 150 servers that it was tested on. But the last day I've had ppl complaining that this is giving them 403 forbidden errors. I don't get that, my script does nothing but chown -R user.user public_html which is the correct ownership (it doesn't touch the www symlink which of course should be chowned user.nobody) and it doesn't chmod anything.
But in the last 24 hours it seems to be somehow causing the 403 errors, and those that have tested it say it only happens on first use, and my script works fine after that.
Haven't checked who's running what versions but either this is an error with cpanel non stable versions (as most of them are running) or cpanel has changed the required ownership for public_html.
I'd just like to know which it is so I can compensate for it, as I hate ppl telling me my coding doesn't work when it not only should but it's been tested on over 100 servers before being released.
It's only the last 24 hours this has been happening so hopefully someone at cpanel can shed some light on this for me please. Thanks in advance.
This worked fine across 150 servers that it was tested on. But the last day I've had ppl complaining that this is giving them 403 forbidden errors. I don't get that, my script does nothing but chown -R user.user public_html which is the correct ownership (it doesn't touch the www symlink which of course should be chowned user.nobody) and it doesn't chmod anything.
But in the last 24 hours it seems to be somehow causing the 403 errors, and those that have tested it say it only happens on first use, and my script works fine after that.
Haven't checked who's running what versions but either this is an error with cpanel non stable versions (as most of them are running) or cpanel has changed the required ownership for public_html.
I'd just like to know which it is so I can compensate for it, as I hate ppl telling me my coding doesn't work when it not only should but it's been tested on over 100 servers before being released.
It's only the last 24 hours this has been happening so hopefully someone at cpanel can shed some light on this for me please. Thanks in advance.