Monday 26 November 2007 1:42:08 am
Update:
As you wrote that there might be problem with file permissions I managed to run modfix.sh to check for permission and i got :
[~/www]# ./bin/modfix.sh chmod: failed to get attributes of `var/webdav': No such file or directory
*** WARNING WARNING WARNING WARNING ***
This script sets 777 as permissions in var/
THIS IS NOT SECURE!
Find the user and group for your web server and make them owner of all files in var/ You should be able to find this information in the configuration file for your w eb server.
For example:
If your web server user is apache and the group is apache, then run the followin g commands:
# chown -R apache.apache var/ # chmod -R 770 var/ Please help, Phillip
|