Page 2 of 3

Re: Domain names and sub-domain names work intermittently.

Posted: Sat Mar 29, 2014 6:37 pm
by AFN
I do not know what my host name is, I am assuming is what I named the server or VPS and what is a PTR and if I create a PTR record what do I put in there?
imperio wrote:
550 Access denied - Invalid HELO name
Check your server hostname it should be resolved in DNS and have PTR record

Re: Domain names and sub-domain names work intermittently.

Posted: Mon Mar 31, 2014 5:42 pm
by imperio
I do not know what my host name
try to use this command

Code: Select all

hostname

Re: Domain names and sub-domain names work intermittently.

Posted: Mon Mar 31, 2014 9:30 pm
by AFN
After I find what my host name is than what do I do then? Edit a file, if so where?

Re: Domain names and sub-domain names work intermittently.

Posted: Mon Mar 31, 2014 9:52 pm
by imperio
you can edit your hostname in the hosts file

Code: Select all

/etc/hosts

Re: Domain names and sub-domain names work intermittently.

Posted: Tue Apr 01, 2014 8:35 am
by ASNight
AFN wrote:YEA!! I found the error logs and I have uploaded them to http://my.afn.me/afn1/httpd

I also discovered another issues is that I cannot send e-mails, I get this error "Mail delivery failed: returning message to sender" and it says host afn.me [198.91.81.4]: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)" so I don't know what that means or how to fix that ether.
imperio wrote:
I do not know how to find them
You can use ftp client with sftp
for example : filezilla, winscp

host: server_ip
login: root
password: root password
port: 22 (you need to specify)
Also check /etc/hosts file.

Re: Domain names and sub-domain names work intermittently.

Posted: Thu May 08, 2014 9:31 pm
by AFN
Thank you,

Okay, I found the file so now what do I put there?

When I open the file up this is what is says "127.0.0.1 localhost.localdomain localhost localhost4.localdomain4 localhost4
# Auto-generated hostname. Please do not remove this comment.
5.231.49.185 AFN1
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"

Re: Domain names and sub-domain names work intermittently.

Posted: Wed May 21, 2014 10:19 am
by ASNight
AFN wrote:Thank you,

Okay, I found the file so now what do I put there?

When I open the file up this is what is says "127.0.0.1 localhost.localdomain localhost localhost4.localdomain4 localhost4
# Auto-generated hostname. Please do not remove this comment.
5.231.49.185 AFN1
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"

Your problem is solved?

Re: Domain names and sub-domain names work intermittently.

Posted: Sun Jun 22, 2014 4:45 pm
by AFN
I am still having the same issue with domain names and sub-domain names work intermittently, how can I fix this?

Re: Domain names and sub-domain names work intermittently.

Posted: Sun Jun 22, 2014 5:03 pm
by imperio
Hi, AFN
Show me apache and nginx error logs

Code: Select all

/var/log/httpd/error_log
/var/log/nginx/error.log

Re: Domain names and sub-domain names work intermittently.

Posted: Sun Sep 21, 2014 1:15 am
by AFN
imperio wrote:Hi, AFN
Show me apache and nginx error logs

Code: Select all

/var/log/httpd/error_log
/var/log/nginx/error.log
I posted them on http://my.afn.me/afn1. If I need to recopy the logs they will be uploaded their. I am still having the same issues.