Problem with subdomain as a separate account

mehra71

New member
Joined
Aug 14, 2021
Messages
3
Hello,

I want to have a subdomain as a separate account on the same machine as the main account and the domain. For example:

user: example, domain: example.com
user: examplesub, domain subdomain.example.com

I created both accounts and edited the directadmin.conf to "check_subdomain_owner=0", but still the server shows "Apache is functioning normally" for the subdomain.

Any advice is really appreciated.
 
Did you also restart directadmin after you changed the subdomain owner setting?

If yes, try this via SSH:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
and see if that fixes things.
 
Did you also restart directadmin after you changed the subdomain owner setting?

If yes, try this via SSH:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
and see if that fixes things.
Yes I did a restart. I made the changes you mentioned, restarted again, but I still get "Apache is functioning normally".
 
Back
Top