• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Setting up a node server

ChristianTF

New Pleskian
I have my files on there. I have the end point but when using Postman just to check the end points all I get is an html document saying
```
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at api.example.com
</ADDRESS>
</BODY>
```
I have a the entry file configured with apache/nginx config, I followed the advise [here](Webmail/domain is unavailable: Server not found).

when using the command
`$ nslookup <IP_ADDRESS>`
> I get the error: ** server can't find <NUMBERS>.in-addr.arpa: NXDOMAIN

the docs give a solution for one of the problems but not the other (which is the error I am having)
when typing in `$ nslookup example.com` I get all the information but then when typing in the one above I get the error. The docs say that if I don't get information on the first one but get information on the second one then DNS isn't set up. However no help is offered for my issue. Anyone know what I would need to do?

I've been searching throughout here and StackOverflow but nothing seems to help
 
Back
Top