ubuntu@ip-172-31-27-184:/var/log$ sudo netstat -lpnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1129/sshd
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 5817/aped
tcp6 0 0 :::80 :::* LISTEN 5717/apache2
tcp6 0 0 :::22 :::* LISTEN 1129/sshd
beyondadze.com correctly returns the apache home page on the AWS instance but ape.beyondadze.com:443 is not reachable giving DNS error ERR_NAME_NOT_RESOLVED.
The test script confirms this. A snippet from the end is shown here...
APE JSF Version 1.1
Running test : Contacting APE Server
Can't contact APE Server. Please check the your APE Server is running and the folowing url is pointing to your APE server : http://ape.beyondadze.com:443
Something went wrong. If you can't fix it by yourself post a message on the newsgroups with the output below or join our IRC channel
Servername beyondadze.com
ServerAlias ape.beyondadze.co.uk
ServerAlias *.ape.beyondadze.com
Hello,
Two things: the domain(s) for APE should not be in your apache config (http://1.ape.beyondadze.com) and i don't encourage you to use a project that has reached its end of life.
--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
ape-project...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sincerely,
Pablo Tejada
From Mobile
--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project+unsubscribe@googlegroups.com.
I am currently using APE on production and it works fine. To use SSL (port 443) you must use stunnel. Also don't forget to hookup ape settings through AWS Route 53 and making sure to have a wildcard cert for your ape domain.