Tagged Questions
1
vote
1answer
289 views
Permisions overwritten when files are transfered via FTP. What to do?
Got my web server up and running using apache2 with the ability to ftp to /var/www folder. However, if I make an update to .html and copied over the file via ftp, the file's permisions become more ...
0
votes
1answer
226 views
SSH, FTP, HTTP stopped working
I'm facing a problem with a Linux webserver of mine. It's a VM Ubuntu 10.4 LTS which runs a Wordpress network site. Out of the blue with no changes being made on the back end, ftp has stopped as has ...
2
votes
0answers
483 views
Permissions for Apache and FTPd users
I'd like advice about permissions on directories and files on a web/ftp server.
Here is my situation:
Debian Server with those user:group
userme:userme for SSH
www-data:www-data for apache/php
...
0
votes
2answers
345 views
How to set up file permissions/ownership for FTP/Apache/PHP on CentOS
I have basic understanding of chmod and CentOS file permissions. 777 stands for 111111111 and rwx for each root, group, user, etc. What I can't get my head around is setting up Apache, FTP and PHP to ...