- Newest
- Most votes
- Most comments
Hello.
It's difficult to judge based on the content alone, but can you confirm that there are no errors in the Apache access log or error log?
Also, make sure Apache is started within EC2.
I think you can start it with the following command.
sudo systemctl start httpd
Also, is the IP address you are connecting to correct?
Hi,
After you re-did the entire process, what is the error when u launch the apache test page? Hope you have confirmed that the apache server is running.
Hi,
The error is now "err_connection_timed_out" I ran ""sudo service httpd status", and it said that apache was active and running. Not too sure what is wrong with my settings. The VPC has an IGW and SGs are set to allow SSH from my IP, HTTP from anywhere, MySQL from same SG. Outbounds are towards all out.
Thank you, the issue has been resolved, updated the question
Hi,
Did you start and stop the instance in between? If so refer changing the site URL.
Your WordPress database credentials are stored in the wp-config.php file. It is the WordPress configuration file that contains important WordPress settings including database information. You need to make sure that the information for the database name, username, password, and database host is correct as per the details retrieved in Module 3 of the tutorial you were following.
Hi,
I did not stop and start the instance, it was left running.
I re-did the whole process, the first set of credentials i used were the master set followed by one I created for the wordpress app. The database name was directly lifted (case-sensitive) from the RDS page. The host name as well was copied direct from the RDS page, under endpoint.
As of now, I re-did the entire process, I am no longer able to see the apache test page anymore.
Relevant content
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 19 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Hi,
I did a "sudo service httpd status" It showed that the apache server is active and running.
The IP address and DNS I used was the one that I grabbed from the instance page that I created the EC2 instance on.
As of now, I re-did the entire process, I am no longer able to see the apache test page anymore.
Thank you, the issue has been resolved, updated the question