Web Hosting Talk







View Full Version : WebExplorer on RaQ 3


adad
02-26-2001, 07:56 AM
I'm trying to run WebExplorer 2.0 (http://suneworld.com/programs/) on my cobalt RaQ 3. The web directory where it resides has perms 775 (cobalt's default).

I get it to parse and display the directories, but when trying to change anything, I get a permission denied error. The program runs on other non cobalt servers without a glitch.

I tried with owner "nobody" and siteadmin's name. Same error.

Any suggestion?

Jason_Berresford
02-26-2001, 09:05 AM
Have you tried the user httpd yet?

adad
02-26-2001, 09:10 AM
Do you mean owner httpd for directory web?

Jason_Berresford
02-26-2001, 09:23 AM
Yes... or even the files for that matter.

adad
02-26-2001, 12:34 PM
I've made this from root:

chown httpd web

Is this what you mean? Still doesn't work :(

Maybe some owner/group problem?

adad
03-01-2001, 09:57 PM
Got it! It was simply to chown both user.group to httpd.

Now it's working fine.

Thank you