I have a webapplication that runs fine on a CentOS 6.5
Now I installed a CentOS 6.6 64bit and a CentOS 6.6 32bit, both virtuals on a esxi vmware installation.
On those two installations I get the error:
The permissions are the same as on the first server
I changed the permissions of config.cfg in all ways
I changed owners to apache
I tried everything
I googled like crazy
SO: Is there something missing on the CentOS installation?
The only difference is /var/www/cgi-bin/webestimate
which is 777.
I changed it in 755 but no difference.
I still think this has something to do with linux.
There must be a difference/missing in installation.
Some conf file couldn’t be, because they where never touched.
[quote=169492:@Norman Palardy] /var
/var/www
/var/www/cgi-bin
/var/www/cgi-bin/webestimate/[/quote]
If these are the same as the other installation then check the group and make sure apache is a member of the group that can write to them.
One is standard for 6.5, two are standard for 6.6.
Just because you have not touched anything doesn’t mean the standard configuration has not changed. I run RHEL here and every point release breaks something. Our certification process between versions is quite painful at times.