LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-23-2011, 12:57 PM   #1
Frohike
LQ Newbie
 
Registered: May 2011
Posts: 7

Rep: Reputation: 0
[SOLVED] ruTorrent won't display properly


See attached image for example. It looks like no css is applied, but the accesslog for lighttpd say they are downloaded. However, no files from the images dir are fetched.

Anyone have an idea what the problem might be?

Solution:
I added a few mime types to my lighttpd.conf file:
Code:
mimetype.assign = (
  ".gif"          =>      "image/gif",
  ".jpg"          =>      "image/jpeg",
  ".jpeg"         =>      "image/jpeg",
  ".png"          =>      "image/png",
  ".css"          =>      "text/css",
  ".html"         =>      "text/html",
  ".htm"          =>      "text/html",
  ".js"           =>      "text/javascript",
  ".txt"          =>      "text/plain",
  ".xml"          =>      "text/xml",
  
# make the default mime type application/octet-stream.
  ""              =>      "application/octet-stream"
)
Not sure which one did the trick, but now it's working
Attached Thumbnails
Click image for larger version

Name:	Picture 6.png
Views:	21
Size:	52.3 KB
ID:	7087  

Last edited by Frohike; 05-23-2011 at 04:55 PM. Reason: Solved :)
 
Old 05-24-2011, 12:57 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

Glad you've got it solved and thank you for sharing the solution that worked for you. I'm sure others in similar situation will appreciate it. Have fun with Linux. Off the Zero Reply List.

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] using ruTorrent on slackware 13.1 lpallard Slackware 29 01-02-2011 08:00 PM
Java / JSF problem - label won't display properly nbcohen Programming 3 11-19-2007 02:46 PM
X will not display properly!!! sg_Kbot Ubuntu 2 03-27-2006 08:24 PM
X does not display properly? mrs shabby Linux - Newbie 5 05-30-2005 03:23 PM
System won't boot properly knoppix doesn't initialize properly rodewan Linux - Software 0 01-23-2005 03:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration