Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Apache & Permissions
Name: mgichoga Date: March 20, 2005 at 00:19:35 Pacific OS: FC# CPU/Ram: 256
Comment:
what are the default permissions for the /var/www/html folder:
I have this problem, If I want to put a directory in there for example I want to establish phpmyadmin and put the folder in there...I don't want people to read the config files as well...which might contain the passwords. I noticed this when I created a normal user and it seems this user can browse the /var/www/html with ease...only that he cant write, but the damage is done...if he reads the config files which house the passwords...thats not too much security huh??
Name: anonproxy Date: March 20, 2005 at 20:50:31 Pacific
Reply:
Set the file permissions to 770 or 750. You can do this for just the password file. Alternatively (and a good idea anyway), deny access to that directory to everyone except a select group of users (yourself and whatever apache runs under).
Summary: Hi, I have Apache running as user nobody:nbody. My users upload to the web directory using ftp. The files however get created as their defined user and group (ie, username:users), with very restrictiv...
Summary: hey i'm trying to get apache to get apache to work with users public_html directories. Example: http://www.domain.com/~scrappy I set the setting in the httpd.conf file, but i get an error saying the ...
Summary: I set up a box to be a server and now I'm creating all the files I need for the website. I'm using remote access to go in do the designing. My problem right now is that everytime I make a file using r...