Download
Blog
Wiki
Forum
Store
Contact
Home
Products
Web Server
Load Balancer
LiteSpeed SAPI
Solutions
Web Hosting
Online Gaming
PHP Application
Rails Hosting
Case Studies
Resources
Documentation
White Papers
Benchmarks
Testimonials
FAQ
HOW-TOs
Support
Services
Wiki
Forum
Company
About
News
Blog
Management
Partners
Careers
Support
Services
Wiki
Forum
User Name
Password
Remember Me?
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
LiteSpeed Support Forums
>
Search Forums
>
Search Results
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 57 - Search took
0.00
seconds.
Search:
Posts Made By:
aemadrid
Forum:
Bug Reports
03-21-2009, 11:55 PM
Replies:
0
LSWS 4.0 admin bug with libjpeg (again?)
Views:
1,089
Posted By
aemadrid
LSWS 4.0 admin bug with libjpeg (again?)
It seems an old bug is rearing its ugly head again. I just tried installing 4.0 (free) in a new centos machine and the admin kept timing out and barking about not being able to link to libjpeg.so.62...
Forum:
Feedback/Feature Requests
05-27-2008, 02:35 PM
Replies:
15
Ruby Rack adapter request
Views:
7,427
Posted By
aemadrid
What you need is static contexts for your static...
What you need is static contexts for your static assets (/images, /stylesheets, etc).
Forum:
Feedback/Feature Requests
05-27-2008, 09:19 AM
Replies:
15
Ruby Rack adapter request
Views:
7,427
Posted By
aemadrid
I can attest that it works because I have a small...
I can attest that it works because I have a small test app running but it surely isn't as easy to deploy like a normal rails app. You basically have to adapt this...
Forum:
Bug Reports
04-30-2008, 08:10 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
Any chance of getting the Content-Disposition...
Any chance of getting the Content-Disposition header bug considered?
Forum:
Bug Reports
04-30-2008, 02:14 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
I'm running Litespeed Web Server Standard v3.3.11...
I'm running Litespeed Web Server Standard v3.3.11 on Linux.
Linux xyz.com 2.6.9-42.0.10.EL #1 Fri Feb 16 17:06:10 EST 2007 i686 i686 i386 GNU/Linux
In my second example I am only sending...
Forum:
Bug Reports
04-30-2008, 01:38 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
Investigation Results
This Rails code:
response.headers['Pragma'] = 'cache'
response.headers['Cache-Control'] = 'public, must-revalidate, max-age=0'
response.headers['Status'] = '200 OK'...
Forum:
Bug Reports
04-29-2008, 04:22 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
Should have thought of that too. The thin servers...
Should have thought of that too. The thin servers are bahind the firewall though but it might be easier to open temporarily a port.
AEM
Forum:
Bug Reports
04-29-2008, 04:19 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
I was hoping for a log file because I use...
I was hoping for a log file because I use send_file since I need authentication/sessions and all that. I'll add a temporary unrestricted action and report back.
AEM
Forum:
Bug Reports
04-29-2008, 04:12 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
This is a log I added to see which headers where...
This is a log I added to see which headers where in the response _after_ rendering nothing.
Apr 29 16:53:04 server2 rails[28807]: XyzController : download :: LS : headers : {"Status"=>"200 OK",...
Forum:
Bug Reports
04-29-2008, 03:01 PM
Replies:
11
Sendfile does not forward extra headers
Views:
2,864
Posted By
aemadrid
Sendfile does not forward extra headers
I changed my Rails app from using send_file (from Rails) to using the headers as it says in the wiki http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect but...
Forum:
Feedback/Feature Requests
01-11-2008, 07:34 AM
Replies:
15
Ruby Rack adapter request
Views:
7,427
Posted By
aemadrid
Glad to help. Let me know if you find something...
Glad to help. Let me know if you find something to improve.
AEM
Forum:
Feedback/Feature Requests
01-10-2008, 08:37 PM
Replies:
15
Ruby Rack adapter request
Views:
7,427
Posted By
aemadrid
There is already a rack handler in the repo. I...
There is already a rack handler in the repo. I should know because I submitted it. I'm including my code that I know it works. I only changed one line in rack.rb and created lsws.rb myself. I changed...
Forum:
Bug Reports
07-10-2007, 01:44 PM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
I'm sorry but I think I didn't make myself clear....
I'm sorry but I think I didn't make myself clear. I'm trying to use the LSAPI to run my own framework directly. Basically I'm sidestepping Rails and running a small framework that would be lighter...
Forum:
Bug Reports
07-10-2007, 01:11 PM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
Thanks so much for the information. Wouldn't it...
Thanks so much for the information. Wouldn't it be good to add another flag like LSWS_FIX_URLS = 1 to the LSAPI? For people like me that are trying to use the LSAPI directly using RAILS_ROOT or...
Forum:
Bug Reports
07-10-2007, 12:11 PM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
Another failing server
I have tested the same code in another server and it has the same problem. PATH_INFO is missing and query string is empty:
Hello World!<br>
SERVER_NAME is ls.timeworxs.com<br>
HTTP_USER_AGENT is...
Forum:
Bug Reports
07-10-2007, 11:11 AM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
Confirmed bug on another server
I have tried to test the same problem on another server and I can confirm the same problem:
http://208.78.98.76/asd/ref?test=123
It is also a Ubuntu Dapper server hosted at SliceHost. Same LS...
Forum:
Bug Reports
07-09-2007, 05:57 PM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
There never was a manual install of the lsapi...
There never was a manual install of the lsapi gem. This was a fresh, recent install.
# updatedb && locate lsapi.so
/usr/lib/ruby/gems/1.8/gems/ruby-lsapi-2.5/ext/lsapi/lsapi.so...
Forum:
Bug Reports
07-09-2007, 04:04 PM
Replies:
9
LSAPI Bug
Views:
2,614
Posted By
aemadrid
LSAPI Bug
Seems like the latest Ruby LSAPI is not parsing the QUERY_STRING (incorrectly) and PATH_INFO (missing) environment variables. Can this be a bug?
Here is a test URL that shows the output of the...
Forum:
Install/Configuration
04-17-2007, 11:38 AM
Replies:
9
Solaris SMF?
Views:
4,213
Posted By
aemadrid
Thanks!
jmarino: Thanks for sharing your scripts. You lost me on the LSAPI PHP processes (don't do much PHP these days) but the LS manifest looks better than mine. I'll add your stuff to mine.
mistwang:...
Forum:
Install/Configuration
04-17-2007, 09:03 AM
Replies:
12
Setting Litespeed up on port 80
Views:
3,881
Posted By
aemadrid
I don't think I can give you authoritative...
I don't think I can give you authoritative answers to your questions but I'll tell you that the admin interface is a fancy GUI to a few XML files sitting in /opt/lsws/conf/ (for all the forward...
Forum:
Install/Configuration
04-17-2007, 08:56 AM
Replies:
9
Solaris SMF?
Views:
4,213
Posted By
aemadrid
Mind posting it?
I would love to see how you do that. I'm barely learning Solaris and I must say I love how the SMF works. It surely beats init scripts.
AEM
Forum:
Install/Configuration
04-16-2007, 03:55 PM
Replies:
9
Solaris SMF?
Views:
4,213
Posted By
aemadrid
Solution
Forget it. I figured out I needed to remove the nfs client requirement. For anybody that is interested or knows more about Solaris SMF here is the final working version:
<?xml version='1.0'?>...
Forum:
Install/Configuration
04-16-2007, 03:45 PM
Replies:
9
Solaris SMF?
Views:
4,213
Posted By
aemadrid
Solaris SMF?
For some reason I could not get LS to restart on OpenSolaris so I was trying to get it going under the SMF. I tried this SMF recipe but it doesn't work either:
<?xml version='1.0'?>
<!DOCTYPE...
Forum:
Bug Reports
04-10-2007, 09:12 AM
Replies:
6
[WARN] Can't find ruby interpreter
Views:
3,256
Posted By
aemadrid
Thanks!
That fixed the warning.
Sincerely,
Adrian Madrid
Forum:
Bug Reports
04-10-2007, 08:33 AM
Replies:
6
[WARN] Can't find ruby interpreter
Views:
3,256
Posted By
aemadrid
Thaks for replying. It is under...
Thaks for replying. It is under /opt/csw/bin/ruby.
$ which ruby
ruby is /opt/csw/bin/ruby
How do I tell LSWS where it is? Some ENV variable? Sorry but I'm new to Solaris and I'm finding my...
Showing results 1 to 25 of 57
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
News
Use Cases
LiteSpeed Web Server
General
Install/Configuration
LiteSpeed Cache
Feedback/Feature Requests
Bug Reports
LSWS 4.1 Release
LiteSpeed Load Balancer
General
LiteSpeed Anti-DDoS
Proxy Service
Popular web applications
Word Press
vBulletin Forum
Joomla
Magento
External Applications
Apache Migration/Compatibility
Ruby/Rails
PHP
CGI/Perl/Python
Java JSP/Servlet
All times are GMT -7. The time now is
01:20 PM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.