| View previous topic :: View next topic |
| Author |
Message |
ansa123
Joined: 21 May 2003 Posts: 1
|
Posted: Wed May 21, 2003 10:18 pm Post subject: file permissions |
|
|
i am having a problem with the installation script., getting error message "please make sure you have right file permissions for file thelibs/thelib.py. how to solve this?
ansa |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Wed May 21, 2003 10:40 pm Post subject: |
|
|
Hi,
Please make sure all files in the Maios distribution have the same permissions as the cgi processes on your system. If for example a cgi process has user www-user and group ugroup you would have to make sure the file you are mentioning has the same permissions. To do this type:
chown www-user.ugroup thelibs/thelib.py
The same should hold for most files that need to be modified during runtime.
Haris |
|
| Back to top |
|
 |
|