503 Service Unavailable Apache/2.4.29 (Ubuntu) error on one directory that was working. all other directories work. error only on browser, can transfer files from filezilla no problem,

0

I get a 503 Apache/2.4.29 (Ubuntu) service unavailable error after i deleted some php files out of the folder. all other directories on my ec2 are working just fine

I can access the folder from filezilla no problem but from a browser i get the 503 error

Im not running much my cpu is at 4% and there are no processes running,

I deleted the folder and created it again but still same problem. if i add a folder within this folder they too have the same problem, yet any other folder outside of this directory is working just fine

I checked the permissions and it is 755 just like all my other folders

From terminal I have tried the following all to no success sudo chown -R ubuntu:ubuntu /var/www/html sudo chmod -R 755 /var/www/html sudo chown -R ubuntu:ubuntu /var/www/html/xyz sudo chmod -R 755 /var/www/html/xyz sudo chown -R ubuntu /var/www/html/xyz/ sudo chmod -R 755 /var/www/html/xyz/ grep ELB-HealthChecker /var/log/httpd/*

I have logged into the ec2 dashboard and checked >Load Balancing > Target Groups and i dont have any target groups or anything. what i dont understand is why just this one folder is having the problem but nothing else in my account or the pages are having any problem.

Im very green so I know almost zero about how to do any of this so if there is a solution step by step would help alot.

drprez
asked 5 months ago53 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions