PDA

View Full Version : owned app is assigned to /var/www/html



digi
09-20-2010, 05:37 AM
Hello,

After restoring a back, the owned IP of a user is assinged to /var/www/html.
The data under domain.tld is vissable under the owned ip in the public_html, but the private_html can not be reached.

The owned IP is visable in the user_ip_list, what's happening that I don't see??

Thank you.

DirectAdmin Support
09-20-2010, 11:08 PM
Hello,

That means ssl is not turned on for the domain, thus no VirtualHost exists for ssl.
Any connections to the box on the server IP or owned IP when there are no VH's present with the "Host" being passed will end up being sent to /var/www/html.

Go to:
User Level -> Domain Setup -> domain.com

and turn on SSL. Wait a few minutes for apache to restart, and you should be in business.

John

digi
09-21-2010, 12:42 PM
Hello,

That means ssl is not turned on for the domain, thus no VirtualHost exists for ssl.
Any connections to the box on the server IP or owned IP when there are no VH's present with the "Host" being passed will end up being sent to /var/www/html.

Go to:
User Level -> Domain Setup -> domain.com

and turn on SSL. Wait a few minutes for apache to restart, and you should be in business.

John

John,

If it was so easy, I didn't ask here..... I also check that before posting / asking here....

I think I go back and check / fix the VH by hand....

DirectAdmin Support
09-21-2010, 01:31 PM
Hello,

What exactly are you changing in your VH to fix it?

This may be related:
http://help.directadmin.com/item.php?id=242

John

daveyw
09-21-2010, 03:07 PM
Did you also go to 'Domain Setup' and set a symlink for private_html to public_html ? :)