This is a discussion on SquirrelMail + Writable Directories within the PHP General forums, part of the PHP Programming Forums category; My question is simple - I want to install Squirrelmail on my webserver, but I can't chmod or chown the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
My question is simple - I want to install Squirrelmail on my webserver,
but I can't chmod or chown the data directory. Is there any way to stop Squirrelmail from trying to write to the directory without limiting functionality too much, or is there a way to allow it to write without using chmod, chgrp or chown? I can't SSH into the box, only set up cron jobs. :S Can anyone help!? |
|
|||
|
Most ftp programs allow you to chmod. If using windows, check out wsftp
www.ipswitch.com. I don't think there is another way to change directory/file privileges other than chmod. -----Original Message----- From: Jasper Bryant-Greene [mailto:jasp@fatalnetwork.com] Sent: Monday, July 14, 2003 12:14 AM To: php-general@lists.php.net Subject: [php] SquirrelMail + Writable Directories My question is simple - I want to install Squirrelmail on my webserver, but I can't chmod or chown the data directory. Is there any way to stop Squirrelmail from trying to write to the directory without limiting functionality too much, or is there a way to allow it to write without using chmod, chgrp or chown? I can't SSH into the box, only set up cron jobs. :S Can anyone help!? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |