Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Can anyone help?
PostPosted: Sat Dec 18, 2010 6:47 am 
Offline

Joined: Sat Dec 18, 2010 6:34 am
Posts: 1
I've oppened a support ticket because from nowhere my site went off, the only thing i did was download an automatic backup file through ftp.

The guy that takes care of our linode stuff isn't reachable, so if anyone can help...

Linode support told me that the problem is:

Hello,

I'm sorry to hear of the issues you're experiencing. It looks like, from your console, that your web server is not starting properly due to a missing directory:

---
Starting web server: lighttpd.
2010-12-18 06:56:12: (mod_compress.c.139) can't stat compress.cache-dir /var/tmp/lighttpd/cache/comp
ress/ No such file or directory
2010-12-18 06:56:12: (server.c.862) Configuration of plugins failed. Going down.
---

You can see this from the AJAX Console or LISH using the "Remote Acess" tab of the Linode Manager. I would recommend that you determine why this directory is missing or if there are any issues with the module referenced. You may also want to view your web server's log files to check for any errors.

linode support recommended me to come here and ask you guys from the boards for any help since i can't reach the friend who takes care of this for us!

can anyone help, any info on how can i solve this will be great!


Top
   
 Post subject:
PostPosted: Sun Dec 19, 2010 12:33 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ă…lesund, Norway
Skype: neonnero
Twitter: neonnero
I'm not an expert at lighthttpd, but it would seem that your configuration files has a setting like this:
Code:
compress.cache-dir = "/var/tmp/lighttpd/cache/comp"

Now, the directory referred to in this configuration statement doesn't exist, which is why lighthttpd is complaining and refusing to start.

The solution may be as simple as just creating this path, like this:
Code:
mkdir -p /var/tmp/lighttpd/cache/comp

And then attempt to start it again. Otherwise, you might have to find a different/correct path for compress.cache-dir.


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


Who is online

Users browsing this forum: No registered users and 7 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