proplem with public_html

th3 lost

New member
Joined
Jan 8, 2009
Messages
1
Welcome all

I have a problem with the Direct Adinm

When do I create user

I see the following message :

Could not include user's httpd file to the main httpd.conf

After that, I enter to ftp ..

And click on the folder public_html

But I can not enter

I went to ssh to

/home/user/

and try this

ls -la

lrwxrwxrwx 1 user user 29 Jan 9 07:07 public_html -> ./domains/user.com/public_html

and try this

cd public_html

But I can not enter

what is going on ?

anyone help me plzzz
 
What is the feature you are requesting? You started this thread in Feedback and Feature Requests. I see a problem but I don't see the feature you are requesting.
 
It appears your permissions may be set wrong.

Run the set_permissions.sh script.

Jeff
 
Floyd: Perhaps it leaves /home alone (no pun intended).

th3 lost: what user are you when you attempt to enter the directory? You can only do it as root.

Jeff
 
I had a situation where a user complained about not being able to upload to public_html. public_html was owned by root. Probably my fault. I could have easily just did a chown on it but I thought I should do it for all the users just in case. So I ran "./set_permissions.sh user_homes" It did not change public_html. I don't know why. I just took 5 minutes and wrote my own script to do it instead.
 
Back
Top