Access Problems With Services
Iīm not sure how to explain this, because itīs such a generalized issue.
Services like Apache, ProFTPd, PureFTPd do not seem to have access to anything outside their own folders.
For example, Apache will not load any documents (virtual server, or default) from any folder other than /var/www/html. If i set it to /home/username/htdocs it doesnīt matter if that folder is CHMODed to 777, it wont read any files in it (Denotes 403). And it doesnīt matter how apache is configured.
PureFTPd and ProFTPd will not login with any username other than anonymous. Obviously root isnīt going to work because of ftpaccess, but a normal user i created cannot login through FTP.
Iīm not sure where the problem is.
Can anyone help me with this?