• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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