Domain Pointers Not Resolving - OLS

darb

Verified User
Joined
Apr 26, 2020
Messages
9
My domain pointers aren't resolving to my base domain and I am not sure how or where to troubleshoot the problem (running openlitespeed).

The pointer domains (multiples) all resolve to the generic "OpenLiteSpeed is functioning normally" output, as they were already doing before I added them as a pointer.

Any suggestions as to where to troubleshoot?
 
Thanks, that fixed it.

Not sure where DA would be without community support.
 
So I have added more pointers that resolve to the generic "OpenLiteSpeed is functioning normally" output and added domains that are resolving to my first added/main domain.

So for every new pointer or new domain added in DA you have to do the process below, or is there just is a misconfig somewhere?

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build clean
./build set webserver openlitespeed
./build set mod_ruid2 no
./build set php1_mode lsphp
./build openlitespeed
./build php
./build r
 
Back
Top