I installed Nginx on my server and this has happened.....
Permission denied in/home/pizzang/public_html/inc/classes/BxDolCacheFile.php on line 55
any ideas?!?
I installed Nginx on my server and this has happened..... Permission denied in/home/pizzang/public_html/inc/classes/BxDolCacheFile.php on line 55 any ideas?!? All for one and one for all....ah sod it who am i kidding! |
It appears you may have a problem with permission of the cache folders. https://www.deanbassett.com |
I installed nginx with a on the server to replace apache and im wishing i hadnt now, there seems to be a few different issues :( All for one and one for all....ah sod it who am i kidding! |
Great stuff, that worked - i did change the permissions of the cache folders when i first seen the access denied messages it was the tmp folder i forgot to do...just got to figure out why cometchat and my mibew messenger is acting up now, probably the same things... All for one and one for all....ah sod it who am i kidding! |
I am running Nginx on my sever with Dolphin and I am very happy with it. If you have questions concerning Nginx I may be of some help. One thing you need to do if you haven't is to make sure you set up php-fpm as it needs to be. For example, the proper number of child processes; I think it defaults to five and that is way too low. Geeks, making the world a better place |
Nginx does not use .htaccess files. However, you can still set it up in the Nginx configuration to deny access to any directory with a .htaccess file located within. It does nothing with the contents of the file, it just takes action based on the file existing in the directory. Geeks, making the world a better place |
Actually geek_girl i WOULD like your help with it , im not overly familiar with it all and wouldnt know where to start All for one and one for all....ah sod it who am i kidding! |
If I can, I will be happy to help. Are you using the sites-available and sites-enabled or did you just include everything in the config file; either or both ways are OK. Just let me know what you may need help with and if I can, I will help. I just started using Nginx when I set up the dedicated back last summer or so. Geeks, making the world a better place |
I have no idea lol i followed this: cd /usr/local/src wget http://nginxcp.com/latest/nginxadmin.tar tar xf nginxadmin.tar cd publicnginx ./nginxinstaller install
so im presuming i have not configured anything.
All for one and one for all....ah sod it who am i kidding! |