Centos 7, Apache starts to bring *.gz file instead of html page

Issues related to applications and software problems
Post Reply
superyegorius
Posts: 1
Joined: 2020/01/25 12:46:58

Centos 7, Apache starts to bring *.gz file instead of html page

Post by superyegorius » 2020/01/25 12:52:16

My website stoped working suddenly. When I enter the homepage browser starts to download a *.gz file. If I try to enter any other page then it loads slowly and then says that timeout error. However today homepage stoped to give me a gz file and just says that timeout error.

index.php in the root folder has only:

Code: Select all

<?php echo 111;exit;
I havent change any server setiings or websited code for the last month. I have no clue what has happed and where I should start to search this problem solution. Google doesnt have anything to help me with this.

Any help appriciated! Thanks!

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Centos 7, Apache starts to bring *.gz file instead of html page

Post by hunter86_bg » 2020/01/27 04:44:03

Check the logs.
Maybe you have been hacked.

Let me guess, SELINUX was disabled ?

Post Reply