Results 1 to 4 of 4
Well I ran apache on my ubuntu desktop for quite some time and seemed to have no issues with file permissions after i moved the files into the www directory ...
- 10-13-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 7
apache / file permission issues?
Well I ran apache on my ubuntu desktop for quite some time and seemed to have no issues with file permissions after i moved the files into the www directory anyway now I have recently rebuilt a 1ghz p3 machine to run as my server.... as you can see by clicking http://68.118.0.113/images/artwork/heatwave.jpg that, the permissions are not set correctly. I tried by changing the files to allow others read access before moving them to the server but it didnt help. any suggestions?[/url]
- 10-13-2005 #2
Have you tried setting the user to apache and group apache?
Registered GNU/Linux User #399198
'Experience is something you don't get until just after you need it.' -Steven Wright
- 10-13-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 7
cli knowledge at the moment is failing me how would i do that exactly (the server is headless, ssh is the only way to work on it).
- 10-13-2005 #4
You need to use a combination of the commands:
chown (changes ownership and optionally group)
chgrp (changes file group)
chmod (changes file permissions)
Take a look through the man page for each.Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
