Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: website output error
PostPosted: Fri Sep 04, 2015 3:54 pm 
Offline
Newbie

Joined: Fri Sep 04, 2015 3:29 pm
Posts: 2
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.

<VirtualHost broadfeet.com:80>
# 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

<Directory /var/www>
# Options Indexes FollowSymLinks
# AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>

<Directory />
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from localhost
</Directory>

</VirtualHost>


Top
   
 Post subject: Re: website output error
PostPosted: Fri Sep 04, 2015 4:44 pm 
Offline
Senior Member

Joined: Sat Nov 27, 2010 8:21 pm
Posts: 63
My guess is you ran "wget mysqltuner.pl". Deleting or renaming your index.html should fix that.


Top
   
 Post subject: Re: website output error
PostPosted: Fri Sep 04, 2015 5:23 pm 
Offline
Newbie

Joined: Fri Sep 04, 2015 3:29 pm
Posts: 2
Hi Nibbler,

Thanks for the guess!

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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group