Topic awaiting preservation: linux permissions (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 10-06-2010 07:44
I need to setup the correct permissions to allow a php script to create files and write to them in a separate directory on the server for logging. Can someone recommend the best way to do this? |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-06-2010 10:07
Depends on the webserver setup, |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 10-07-2010 00:25
the script writes the file with ownership of nobody:nobody and I chmod'd the files with 0755 and everything works now |