LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > Search Forums > Search Results

Showing results 1 to 25 of 28 - Search took 0.00 seconds. Search: Posts Made By: ideaoforder
Forum: Ruby/Rails 02-24-2011, 11:09 AM
Replies: 3
Views: 2,546
Posted By ideaoforder
Actually, I've come up with a really elegant...

Actually, I've come up with a really elegant solution to this: switch to Nginx/Passenger.

Now that the Passenger gem support nginx out of the box, along with Ruby Enterprise Edition, the...
Forum: Ruby/Rails 02-22-2011, 01:50 PM
Replies: 3
Views: 2,546
Posted By ideaoforder
I'm running a mixed environment--with multiple...

I'm running a mixed environment--with multiple sites:

* One running 2.1.2
* One running 2.3.2
* One running 3.0.3

The standard RailsRunner works fine for both the 2.x version, but not the 3.x...
Forum: Ruby/Rails 09-15-2010, 08:57 AM
Replies: 4
Views: 3,777
Posted By ideaoforder
Would upgrading to 4.1 RC3 help? Also, I had to...

Would upgrading to 4.1 RC3 help? Also, I had to patch Rack to work with RC2, will that patch cause a problem now?
Forum: Ruby/Rails 09-02-2010, 03:00 PM
Replies: 4
Views: 3,777
Posted By ideaoforder
The error log is empty and I don't see anything...

The error log is empty and I don't see anything in the general server log either. As far as I know there aren't any mod_security rules. Again, this works for every but one single action, which is...
Forum: Ruby/Rails 09-02-2010, 12:52 PM
Replies: 4
Views: 3,777
Posted By ideaoforder
403 Error on _some_ file uploads in 4.1RC2

Hello,

On one specific page, I'm getting a 403 Access Denied error when uploading files in a Rails app--the request doesn't even seem to hit the Rails app (i.e. nothing shows up in the log), so...
Forum: LSWS 4.1 Release 09-02-2010, 12:44 PM
Replies: 71
Views: 14,891
Posted By ideaoforder
Moov Atom

Depending on how your video was encoded, you may also have to check that the moov_atom was moved to the beginning of the file. I think Quicktime puts it at the end by default. I think ffmpeg for...
Forum: Install/Configuration 04-05-2010, 01:19 PM
Replies: 2
Views: 940
Posted By ideaoforder
Hotlink Protection & External Scripts

Hello,

I've enabled "hotlink protection", disabled "allow direct access", and enabled "only self reference". For the most part, this works great. But I'm having issues with Flash files that...
Forum: Ruby/Rails 04-03-2010, 01:24 PM
Replies: 1
Views: 2,188
Posted By ideaoforder
Nvm

Actually, there's a setting in RVideo that allows you to manually point to the binary location, so I got it working.
Forum: Ruby/Rails 04-03-2010, 12:54 PM
Replies: 1
Views: 2,188
Posted By ideaoforder
[Resolved] ffmpeg path

Hello,

I have a Rails app in which I'm using ffmpeg to transcode videos. Everything works fine locally. Also, the transcoding works if run in the console, but not when run from the webapp. The...
Forum: Install/Configuration 03-03-2010, 07:54 AM
Replies: 7
Views: 2,292
Posted By ideaoforder
You were right

Excellent call! The images in question were being served by Rails dynamically--in this case because of an overzealous rewrite rule. Thanks so much! I don't know that I would have caught that.
Forum: Install/Configuration 03-01-2010, 01:40 PM
Replies: 7
Views: 2,292
Posted By ideaoforder
Last-Modified Mon, 01 Mar 2010 17:51:42 GMT ...

Last-Modified Mon, 01 Mar 2010 17:51:42 GMT
Content-Type image/png
Content-Length 7350
Date Mon, 01 Mar 2010 21:39:01 GMT
Server LiteSpeed
Forum: Install/Configuration 03-01-2010, 01:34 PM
Replies: 7
Views: 2,292
Posted By ideaoforder
Just Stylesheets

I currently have:

image/*=A604800, text/css=A604800, application/x-javascript=A604800

which should cover pngs. All images embedded in the html have proper expires headers--it's just the ones in...
Forum: Install/Configuration 03-01-2010, 12:31 PM
Replies: 7
Views: 2,292
Posted By ideaoforder
[RESOLVED] Expires Headers for images in stylesheets

Hello, I have expires headers enabled with the default settings in a Rails app. Everything is working as expected, except for images loaded from stylesheets (i.e. style.css > background:...
Forum: Ruby/Rails 02-16-2010, 02:32 PM
Replies: 7
Views: 5,162
Posted By ideaoforder
Caching hierarchy

So I've gotten this working perfectly--so far. Is there a way to specify a cache hierarchy? I would like the system to check the subdomain folder first, then the root folder if the asset isn't in the...
Forum: Install/Configuration 01-05-2010, 09:28 AM
Replies: 1
Views: 1,687
Posted By ideaoforder
Multiple SSL Certs

Hello, I've been using a self-signed SSL cert for all of my domains for a while now, but recently purchased a legit cert for one domain. I have created a listener using this cert on port 443 and...
Forum: Install/Configuration 12-18-2009, 08:44 AM
Replies: 1
Views: 1,410
Posted By ideaoforder
This seems to have mysteriously corrected itself.

This seems to have mysteriously corrected itself.
Forum: General 12-18-2009, 08:27 AM
Replies: 5
Views: 1,796
Posted By ideaoforder
I'm having the same problem

I'm having this problem too. I have the same setup on a different server using LSWS 4.0.3, and I have no issues (once I turned "restrain" off). But I upgraded a different server to 4.0.12 and I only...
Forum: Install/Configuration 12-17-2009, 11:11 PM
Replies: 1
Views: 1,410
Posted By ideaoforder
403 Error With symlinked image directory

Hello,

I just upgraded to Litespeed 4.0.12 and I get a 403 error when trying to view images in a symlinked directory. I'm running a very typical Rails setup using Capistrano--i.e. images are in...
Forum: Ruby/Rails 05-27-2009, 08:21 AM
Replies: 7
Views: 5,162
Posted By ideaoforder
Cache Stylesheets and Images

Okay--it looks like this is working fine for pages. I'd also like to cache stylesheets, js, and images on a per subdomain basis. Each element is processed by the Rails app right now, but I'd like it...
Forum: Ruby/Rails 05-26-2009, 08:22 AM
Replies: 7
Views: 5,162
Posted By ideaoforder
Apologies

Sorry--I don't entirely follow (my fault, not yours)--can you be more explicit here? What settings do I need to adjust in Litespeed to make this work? Can you give me an example of a rewrite rule?
...
Forum: Ruby/Rails 05-21-2009, 02:05 PM
Replies: 7
Views: 5,162
Posted By ideaoforder
Rails Subdomain Caching

Hello,

I'm running a Rails app that uses subdomains for accounts--so each subdomain needs its own cache. I have Rails setup to cache like so:

http://subdomain.myapp.com/ ->...
Forum: Ruby/Rails 05-15-2009, 01:24 PM
Replies: 4
Views: 2,575
Posted By ideaoforder
Perfect

yup--the function is srand() in Ruby too. Worked like a charm. Thanks!
Forum: Ruby/Rails 05-14-2009, 01:54 PM
Replies: 4
Views: 2,575
Posted By ideaoforder
Problem with sort_by{rand}

I'm running a RoR survey application that randomized question/answer order on a page using something like: answers.sort_by{rand}

This happens on several pages, each generating its own random...
Forum: Install/Configuration 11-04-2008, 07:47 AM
Replies: 7
Views: 2,581
Posted By ideaoforder
Almost There

Yep--all of the subdomains are pointing to the same domain and I have them pointed at the site. I can successfully do a 301 redirect, but my client would like the redirect to be silent. Just...
Forum: Install/Configuration 11-04-2008, 07:07 AM
Replies: 7
Views: 2,581
Posted By ideaoforder
Still Unsure

Thank you for your speedy reply! However, I'm still not sure how I would redirect a subdomain to a controller/action/namespace. I understand URL rewriting in general, but am not sure what I need to...
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -7. The time now is 06:24 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.