website output error

After upgraded our linode plan, one of our websites' output seems to direct to mysqltuner.pl output. You can see the errors by checking the website. http://broadfeet.com/

I checked the .conf file and the DocumentRoot field seems correct to me. So does anyone know what's wrong and how to possible fix it? Thanks.

# Admin email, Server Name (domain name), and any aliases

ServerAdmin info@broadfeet.com

ServerName broadfeet.com

ServerAlias http://www.broadfeet.com

Index file and Document Root (where the public files are located)

DirectoryIndex index.html index.php

DocumentRoot /var/www

Log file locations

LogLevel warn

ErrorLog /var/www/log/error.log

CustomLog /var/www/log/access.log combined

# Options Indexes FollowSymLinks

AllowOverride AuthConfig FileInfo

Order allow,deny

Allow from all

SetHandler server-status

Order Deny,Allow

Deny from all

Allow from localhost

2 Replies

My guess is you ran "wget mysqltuner.pl". Deleting or renaming your index.html should fix that.

Hi Nibbler,

Thanks for the guess!

After I ran "wget mysqltuner.pl" and renamed the index.html, the website just came back. :)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct