Tagged Questions
1
vote
3answers
528 views
I need folder permissions set to drwxrwxrwt instead of drwsrwsrwx
I just need permissions set to drwxrwxrwt instead of the current drwsrwsrwx .
When I transfer files from filezilla to my Ubuntu server in the www folder, it doesn't give them the 755 permission. How ...
1
vote
1answer
948 views
Why apache throws 403 on index file after install?
I've just installed apache and php from sources using next commands:
./configure --prefix="/mnt/workspace/servers/web/apache-2.2.17" \
--enable-info --enable-rewrite --enable-usertrack ...