Hi,
I have recently configured my new WHM 'VPS optimised 3' and am trying to figure out how to specify which directory an accounts ftp connection defaults to.
Currently when an account user ftp's into their root they are automatically taken to the 'public_html' directory and are unable to go a level up to their home directory.
When creating an addon domain, cpanel defaults to /public_html/addon.com for the root directory for the addon domain. This results in the root directory being /home/acct/public_html/addon.com.
What are the pros and cons of using /addon.com as the root directory instead of /public_html/addon.com?
Hi! When I log on to my cpanel account, the stats menu on the left shows disk space usage as 1480.39/∞. But when I click on the link of "disk space usage" it shows me as though the disk space usage is limited. For example my public_html shows that it is almost full making me worried of uploading more files.
I have an account on a hosted webserver, where I have SSH access.
Files put in /home/sandra/public_html are online.
DokuWiki recommends that the data and conf directory is not in Document Root, so I have moved them to /home/sandra/data/ and /home/sandra/conf.
The problem is, that apache can't write to these directories.
Ownership of /home/sandra/ is sandra.sandra.
Question
Are there other so
I transfered some user from another server to mine...
I maked backup in cPanel and transfered it to my server, then I restored it via WHM.
Everything is ok.
But when I tried to restart httpd I get this
Code:
Warning: DocumentRoot [/home/monte24/public_html/montenegrobet.me] does not exist
Warning: DocumentRoot [/home/monte24/public_html/posao] does not exist
Warning: DocumentRoot [/ho
Right now when I create a new account the system generates a /home/{accountName}/public_html and associated folders.
Is there a way I can have the system create /home/{accountName}/{initialDomain}/www/public_html instead?
And as a followup any new domains created under that account, have it create /home/{accountName}/{newdomain}/www/public_html.
What got me started on all this is that I'd
Hi guys I have set up a small shared hosting set up for friends.
I have set the file chmod permissions to
chmod 711 /home
chmod 711 /home/testuser
chmod 755 /home/testuser/public_html
chmod o+r /home/testuser/public_html/index.htm
How do I stop the user connected to their own ftp from deleting the html.htm file and also with the public dir set to chmod 755 I find they can't do anything in the di
this is my first experience using CentOS 5.7 / Linux as my web server OS and I have just finished installing Apache. Then I created a new account using WHM. The account is now created and the domain name can be accessed.
I'm currently setting up my own Linux server running CentOs 6. To test the security on my server I wrote a PHP script that acts like a sort of "navigator". I can go one directory up, open the files, etc. etc.
The problem is, my tools allows me to go up till "/" and I am not very happy with this.