Skip to main content

All Questions

0 votes
0 answers
30 views

Having issue with Route53, ec2, Apache Virtual host and wordpress working

I am having wordpress blog - https://blog.pepagora.com, hosted on Amazon aWS EC2 instance and DNS is managed in Route53. Suddenly blog site stopped responding and couldn't figure out why? For testing ...
Devops Cloud's user avatar
0 votes
0 answers
343 views

How to forward https traffic from Port 80 to Port 8501 on Ubuntu Apache2?

So I used iptables to redirect traffic from 80 to 8501 as follows: sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8501 However this doesn't work with https. I was ...
Mansidak's user avatar
0 votes
0 answers
642 views

AmazonLinux 2022 Fails to Run PHP Scripts - Error AH02454

I am attempting to run basic PHP scripts on an Amazon Linux 2022 or Amazon Linux 2023 server instance. I followed the directions here and when I request index.html it serves a static page fine. ...
Steve's user avatar
  • 125
0 votes
0 answers
284 views

AWS poor performance compared to DigitalOcean's

Why is my Apache2 server with PHP-FPM experiencing significantly lower performance on AWS EC2 instances compared to DigitalOcean Droplets? Despite similar hardware specifications and configurations, ...
robertpartfy's user avatar
0 votes
1 answer
537 views

Application slows down (SOMETIMES) at peak times, running on tomcat with a reverse proxy from apache server, deployed on AWS

Just for preface: I'm a software developer and at first no one knew what's going on, so I did some testing and reading, and would like to help my colleagues fix this problem. The issue: The issue is ...
Stefan Horvath's user avatar
0 votes
1 answer
217 views

Host multiple websites on AWS Auto-Scaling Group with EFS

I hope this is a simple question. Currently I have an Apache2 webserver on Ubuntu with multiple websites. The basic structure of the Apache is /etc /apache2 /sites-available --> the .conf ...
igalsc's user avatar
  • 11
0 votes
0 answers
210 views

Apache logs AWS EC2

I'm new to AWS and just created an AWS EC2 instance using Ubuntu to host a website. The website is up and running but whenever I got in /var/log/apache2 to view the access.log file, it shows the ...
itsTed's user avatar
  • 1
1 vote
1 answer
73 views

Reduce amount of network traffic by filtering attackers in AWS

just installed a simple django web application in an AWS EC2 instance. The instance is always on, but currently not used by anyone (it is still in development). Recently AWS is accounting lots of ...
Wishper's user avatar
  • 113
0 votes
1 answer
916 views

Apache server is very slow for high traffic

I am using Apache 2 on AWS ec2 instance. I have application load balancer with 2 instances/servers attached to it. Each instance type is m5.8XLarge. My application is developed in Laravel, I am using ...
Muhammad Shafiq's user avatar
0 votes
0 answers
413 views

How can I let apache server work always on my ec2 instance?

I am learning aws's EC2 server. I configured apache and php. I started the apache server with the command Sudo service httpd start But every time I stop my pc, or the next day, when I want to continue ...
fathi93's user avatar
  • 101
0 votes
0 answers
3k views

AWS EC2 - 1/2 checks passed Error. Instance reachability check failed

I have a Ubuntu-20.4 ec2 instance. In that, I'm running a Django Application connected with Apache Server. I created this instance 20 days back and have never stopped the instance until yesterday. ...
Kaushik Ganesan's user avatar
0 votes
0 answers
2k views

How to host two websites on one AWS lightsail instance

I'm quite new to this whole website thing and I'm looking for some guidance on how to configure bitnami apache so I can have two websites on the same server. I have a domain (which i'll call example....
dangee1705's user avatar
0 votes
2 answers
1k views

port redirect not working for https apache2

I am trying to configure apache2 on aws lightsail instance. the instance was default setup for aws wordpress + aws linux. I have a node.js server running on port 5000 on this instance. the apache ...
Imtiaz Chowdhury's user avatar
0 votes
2 answers
238 views

Can apache servers from two different server locations share the same ssl/http certificate?

I have two Apache servers on two different locations as illustrated in the following situation: Server 1 On GoDaddy or other affordable-solution provider IP 172.56.98.19 www.yum.com Server 2 On ...
RonPringadi's user avatar
0 votes
1 answer
252 views

My RDS instance is getting flooded by my EC2 instance, but my EC2 instance is running smoothly

I have a rather complicated setup in my AWS console. I have an EC2 instance in region A with LAMP installed for what I will call my CRM. I have an RDS in the same region A for my CRM that contains ...
Jonathan's user avatar
  • 111

15 30 50 per page