I am sorry to hear that, I will suggest to check the following: - - Make sure that the EC2 instance is running and accessible. You can check the instance status in the AWS Management Console or by using AWS CLI commands. - Ensure that the security group associated with your EC2 instance allows inbound traffic on port 80 (HTTP) from the necessary IP addresses or ranges. - Double-check that the security group settings are correctly applied to the EC2 instance. - Double-check that the security group and network ACL associated with your EC2 instance allow inbound traffic on port 80. - Check the web server status using the command "sudo systemctl status httpd" is active (running). If its not running start it using "sudo systemctl start httpd" - Login to EC2 using ssh and try it locally using - curl localhost - Review the httpd logs, The main configuration file is usually located at /etc/httpd/conf/httpd.conf, and additional configurations may be in files under /etc/httpd/conf.d/. Check these files for any errors or misconfigurations. - Ensure that the firewall (iptables) on your EC2 instance allows inbound traffic on port 80. You can check and modify firewall rules using the iptables command or by using a firewall management tool. - Check Apache's access log (/var/log/httpd/access_log) for any requests coming to your server. If requests are reaching your server, it indicates that the issue might be with Apache's configuration or the website files. - Inspect Apache's error log (/var/log/httpd/error_log) for any error messages. These messages can provide valuable insights into what might be causing the issue. Hopefully you should be able to resolve the issue.
The PDF has to be served by the web server? if so then you will either build a library to write PDF and render from the web browser or source it through a content delivery location if its a static resource. Please let me know if this gives some insight else please write in detail what exactly are you trying to build.
Reduce the volume of the background music
Thank you for your feedback, I will do that for the future videos.
Thanks sir, it really hepled. Please make more such videos on AWS Services !
Thank you for your appreciation. I will post more soon.
Wow the video did helped me👏🏿
thank you for you input, glad it was helpful.
Web page is not opening for me even after adding the security group and HTTP
I am sorry to hear that, I will suggest to check the following: -
- Make sure that the EC2 instance is running and accessible. You can check the instance status in the AWS Management Console or by using AWS CLI commands.
- Ensure that the security group associated with your EC2 instance allows inbound traffic on port 80 (HTTP) from the necessary IP addresses or ranges.
- Double-check that the security group settings are correctly applied to the EC2 instance.
- Double-check that the security group and network ACL associated with your EC2 instance allow inbound traffic on port 80.
- Check the web server status using the command "sudo systemctl status httpd" is active (running). If its not running start it using "sudo systemctl start httpd"
- Login to EC2 using ssh and try it locally using - curl localhost
- Review the httpd logs, The main configuration file is usually located at /etc/httpd/conf/httpd.conf, and additional configurations may be in files under /etc/httpd/conf.d/. Check these files for any errors or misconfigurations.
- Ensure that the firewall (iptables) on your EC2 instance allows inbound traffic on port 80. You can check and modify firewall rules using the iptables command or by using a firewall management tool.
- Check Apache's access log (/var/log/httpd/access_log) for any requests coming to your server. If requests are reaching your server, it indicates that the issue might be with Apache's configuration or the website files.
- Inspect Apache's error log (/var/log/httpd/error_log) for any error messages. These messages can provide valuable insights into what might be causing the issue.
Hopefully you should be able to resolve the issue.
I believe you are using http to access the public IP and not https as we haven't used https in this example
Everything is good, but unnecessary background music
Thank you for your feedback. We have removed background music from all recent video's
Sir how to convert pdf
I didn't got your question Venky. Can you please elaborate, I will try to answer it. Thank you!
@@AWSCloudBytes sir after completed web server application how to convert pdf file
The PDF has to be served by the web server? if so then you will either build a library to write PDF and render from the web browser or source it through a content delivery location if its a static resource. Please let me know if this gives some insight else please write in detail what exactly are you trying to build.
@@AWSCloudBytes kk sir
That music is really annoying!
Apologies for that, I have removed any kind of background music from recent videos.