Mysql counted towards user quota?

propcgamer

Verified User
Joined
Dec 27, 2005
Messages
99
Hello,

I am currently an Ensim server host :mad: and am considering switching to direct admin.

Does direct admin count mysql databases towards each users disk space quota?
 
oh yea another question

currently ensim's structure is like:
/home/virtual/site##/fst/var/www/html/

is there a way to mimmick this with directadmin and still have everything work properly?

some customers have a bunch of scripts that would be a pain to change.
 
You'd be responsible for creating the directory links.

Automating it would be tough because there's no site number in DA.

Jeff
 
jlasman said:
You'd be responsible for creating the directory links.

Automating it would be tough because there's no site number in DA.

Jeff

so i would have to do something like the following:

1) create the site normally in DA
so now there will be /home/username/public_html

2) then create the /home/virtual/site#/fst/var/www/html/

3) create a symlink from /home/username/public_html to /home/virtual/site#/fst/var/www/html/

4) set the user on the /home/virtual/site#/fst/var/www/html/ to the same user taht /home/username/public_html is

5) done?
 
I'd have the user always work in the path set up by DA, and also have httpd.conf use the path set up by DA, but only put in the link so the users' old scripts would work.

Jeff
 
jlasman said:
I'd have the user always work in the path set up by DA, and also have httpd.conf use the path set up by DA, but only put in the link so the users' old scripts would work.

Jeff

oh so just have /home/virtual/site##/fst/var/www/html/ point to /home/username/public_html/ ?
 
That's how I'd do it. Must less to change, and no worries about everything working.

Where does Ensim put the cgi-bin directory? Inside the html directory, or at the same level as the html directory, inside the www directory?

If the latter you'll have to link that as well, as DA puts cgi-bin inside the public_html directory.

Jeff
 
Ensim puts cgi-bin in:
/home/virtual/site##/fst/var/www/cgi-bin/
Html is in:
/home/virtual/site##/fst/var/www/html/

Two completely seperate directorys using www as a root
 
Then you'll have to link cgi-bin to the right place in DA as well.

Jeff
 
Back
Top