Domain names and sub-domain names work intermittently.
Domain names and sub-domain names work intermittently.
I noticed that domain names and sub-domain names work intermittently, how can this be fixed? I can access name.tld and come back six minuets later and name.tld gives me this error "Server not found", same exact thing with sub-domain names or access name.tld or sub-domain names and see this error "Server not found" and come back six minuets later and access the site.
Re: Domain names and sub-domain names work intermittently.
Hello, what operating system are you using ?
what templates for apache and nginx a you using ?
show me the apache and nginx error logs
what templates for apache and nginx a you using ?
show me the apache and nginx error logs
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Re: Domain names and sub-domain names work intermittently.
I'd like to know how to setup subdomains, it isn't listed in the documentation.
Re: Domain names and sub-domain names work intermittently.
In the control page under services it says the following:imperio wrote:Hello, what operating system are you using ?
what templates for apache and nginx a you using ?
show me the apache and nginx error logs
* nginx
* centos-6-x86_64
* I don't know how to access the error longs.
Re: Domain names and sub-domain names work intermittently.
If you are logged in as an admin:nightstryke wrote:I'd like to know how to setup subdomains, it isn't listed in the documentation.
Login > click on "Web" > click on "add web domain" > in that box that says "domain" enter the domain name like demo.afn1.com > press "Add".
If you are logged in as a user >
Login > click on "add web domain" > in that box that says "domain" enter the domain name like demo.afn1.com > press "Add".
Re: Domain names and sub-domain names work intermittently.
AFN,
apache error logs
nginx error logs
apache error logs
Code: Select all
/var/log/httpd/error_log
/var/log/httpd/domains/$domain.error.log
Code: Select all
/var/log/nginx/error.log
/var/log/httpd/domains/$domain.error.log
Re: Domain names and sub-domain names work intermittently.
I do not know how to find them. I think I use PuTTY,l but when I use PuTTY by entering the codes in above I get this error "Permission denied", so I don't know how to access them.imperio wrote:AFN,
apache error logsnginx error logsCode: Select all
/var/log/httpd/error_log /var/log/httpd/domains/$domain.error.log
Code: Select all
/var/log/nginx/error.log /var/log/httpd/domains/$domain.error.log
Re: Domain names and sub-domain names work intermittently.
You can use ftp client with sftpI do not know how to find them
for example : filezilla, winscp
host: server_ip
login: root
password: root password
port: 22 (you need to specify)
Re: Domain names and sub-domain names work intermittently.
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.
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:You can use ftp client with sftpI do not know how to find them
for example : filezilla, winscp
host: server_ip
login: root
password: root password
port: 22 (you need to specify)
Re: Domain names and sub-domain names work intermittently.
Check your server hostname it should be resolved in DNS and have PTR record550 Access denied - Invalid HELO name