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 33 - Search took 0.00 seconds. Search: Posts Made By: nicksnels
Forum: Ruby/Rails 07-27-2012, 10:38 AM
Replies: 1
Views: 1,039
Posted By nicksnels
Rails 3 site not working

Hi,

I'm trying to get a Rails 3 (latest version) site running on Litespeed (also latest version). I have installed ruby-lsapi 4.0 and ruby 1.9.3p194. When I start Litespeed I get the following...
Forum: Ruby/Rails 11-13-2008, 12:46 PM
Replies: 7
Views: 2,846
Posted By nicksnels
Ok I got it. Only problem left is when I request...

Ok I got it. Only problem left is when I request www.domain.com/ . Right before I get to the rewrite rules of the rails context, I get:

[REWRITE] strip base: '/' from URI: '/' in the logs

so...
Forum: Ruby/Rails 11-13-2008, 10:19 AM
Replies: 7
Views: 2,846
Posted By nicksnels
Ok, I found the correct rewrite rule. But I have...

Ok, I found the correct rewrite rule. But I have encountered two problems:

1. when there is no cached file Litespeed returns file not found. It should however instantiate Rails so that a cached...
Forum: Ruby/Rails 11-13-2008, 09:36 AM
Replies: 7
Views: 2,846
Posted By nicksnels
Found the rewrite rule under the rails context, I...

Found the rewrite rule under the rails context, I tried the following rule:

RewriteRule ^/public/index.html ^/public/%{HTTP_HOST}/index.html [L,R]

But that didn't do it. Are there...
Forum: Ruby/Rails 11-13-2008, 06:31 AM
Replies: 7
Views: 2,846
Posted By nicksnels
Rails page caching with multiple domains same vhost

Hi,

I have multiple domains running from the same vhost. I have enable page caching in Rails to speed things up, but Litespeed isn't serving these caches. Below is an example to explain the...
Forum: PHP 08-26-2008, 11:47 AM
Replies: 17
Views: 4,061
Posted By nicksnels
I've got a strace log file. Can I send it to you?...

I've got a strace log file. Can I send it to you? Thanks.

Nick
Forum: PHP 08-26-2008, 11:11 AM
Replies: 17
Views: 4,061
Posted By nicksnels
Good news and bad news. I have changed...

Good news and bad news. I have changed extension_dir from ./ to /php5/lib/php/extensions/no-debug-non-zts-20060613/ and now mailparse shows up in phpinfo.

But I still get the 503 error page. And...
Forum: PHP 08-26-2008, 10:36 AM
Replies: 17
Views: 4,061
Posted By nicksnels
It doesn't show up in the phpinfo page. If you...

It doesn't show up in the phpinfo page. If you like I can mail you an URL to my phpinfo page. How do I load it as a zend_extension? Thanks.

Kind regards,

Nick
Forum: PHP 08-26-2008, 10:25 AM
Replies: 17
Views: 4,061
Posted By nicksnels
Mailparse.so was already in the directory. And I...

Mailparse.so was already in the directory. And I put extension=mailparse.so in my php.ini file. But I'm still getting the same error.

Kind regards,

Nick
Forum: PHP 08-26-2008, 09:01 AM
Replies: 17
Views: 4,061
Posted By nicksnels
Hi, the phpize works and I can also do the...

Hi,

the phpize works and I can also do the make and the make install, but it still doesn't work. I get the following output if I run make install:

/bin/sh /home/user/tmp/mailparse-2.1.1/libtool...
Forum: PHP 08-26-2008, 07:38 AM
Replies: 17
Views: 4,061
Posted By nicksnels
You are right, I find the following error in...

You are right, I find the following error in stderr.log:

2008-08-26 14:52:58.661 PHP Warning: PHP Startup: Unable to load dynamic library './mailparse.so' - ./mailparse.so: cannot open shared...
Forum: PHP 08-26-2008, 07:02 AM
Replies: 17
Views: 4,061
Posted By nicksnels
Problems installing OpenX 2.6

Hi,

I'm trying to install OpenX 2.6 (www.openx.org) on my server. I get to the installation step where OpenX lists all the directories in which it is going to save its information. When I go to...
Forum: General 12-29-2007, 12:12 AM
Replies: 2
Views: 2,050
Posted By nicksnels
Yes, that did the trick. Thanks.

Yes, that did the trick. Thanks.
Forum: General 12-26-2007, 01:29 AM
Replies: 2
Views: 2,050
Posted By nicksnels
New 3.3.3 version not showing up in version management

Hi,

I noticed that version 3.3.3 is already out a couple of days. But the 3.3.3 version doesn't show up in my version management of my admin panel. I'm still stuck at 3.3.1. What should I do to...
Forum: Ruby/Rails 11-25-2007, 09:51 AM
Replies: 11
Views: 8,543
Posted By nicksnels
Hi, that did the trick. Everything is working...

Hi, that did the trick. Everything is working now. Thank you very much for your help. Couldn't have solved it without you. Thanks.

Kind regards,

Nick
Forum: Ruby/Rails 11-24-2007, 11:10 AM
Replies: 11
Views: 8,543
Posted By nicksnels
Thanks for the quick reply, unfortunately it...

Thanks for the quick reply, unfortunately it didn't work. My ruby processes al run as user nobody. So I changed the destination folder to nobody:nobody and 777, but that also didn't work. Also...
Forum: Ruby/Rails 11-24-2007, 05:04 AM
Replies: 11
Views: 8,543
Posted By nicksnels
Thanks for the tip. Increasing the memory limit...

Thanks for the tip. Increasing the memory limit with quite a bit did the trick. The Java VM gets started. Now I have encountered another strange error.

I have a file which is chmod 644 and...
Forum: Ruby/Rails 11-22-2007, 11:09 AM
Replies: 11
Views: 8,543
Posted By nicksnels
Thanks for your reply. Just send my strace output...

Thanks for your reply. Just send my strace output to support at lite... Hope it tells you something more about my problem. Thanks.

Kind regards,

Nick
Forum: Ruby/Rails 11-18-2007, 04:53 AM
Replies: 11
Views: 8,543
Posted By nicksnels
The reason I asked this is because I have a...

The reason I asked this is because I have a script that tries to open a Java Virtual Machine within a Rails project. The code is:

require 'rjb' #Ruby Java Bridge
Rjb::load('lib/itext-2.0.6.jar')...
Forum: Ruby/Rails 11-12-2007, 11:49 AM
Replies: 11
Views: 8,543
Posted By nicksnels
I have found it. Do I just add...

I have found it. Do I just add JAVA_HOME=/usr/java/jdk1.5.x/, to set the environment variable? Thanks.

Kind regards,

Nick
Forum: Ruby/Rails 11-11-2007, 07:50 AM
Replies: 11
Views: 8,543
Posted By nicksnels
How to set environment variables in Rails context

Hi,

I need to set environment variables (like JAVA_HOME) in my Rails application. The manual (http://www.litespeedtech.com/docs/webserver/config/rails/#env) says to do it in the Rails context....
Forum: General 10-17-2007, 05:05 AM
Replies: 5
Views: 2,535
Posted By nicksnels
Thanks for the help. It turned out that not the...

Thanks for the help. It turned out that not the cron job was the problem, but that the mails send out by the cron job were blocked by the mail server.
Forum: General 10-16-2007, 09:47 AM
Replies: 5
Views: 2,535
Posted By nicksnels
I did that. But it also didn't give the desired...

I did that. But it also didn't give the desired output. When I do /php5/bin/php -v , I get the php version back, so I guess I'm using the right one.
Forum: General 10-16-2007, 07:39 AM
Replies: 5
Views: 2,535
Posted By nicksnels
Cron job using php from Litespeed

Hi,

I have made a cron job that should run a php script each 15 minutes. My PHP 5 that is used by Litespeed is installed in /php5/bin/php. So my cron job looks like:

15,30,45,59 * * * * root...
Forum: Java JSP/Servlet 07-10-2007, 01:46 AM
Replies: 6
Views: 9,459
Posted By nicksnels
Thanks for the reply. It is an application that...

Thanks for the reply. It is an application that is not written by me, so it would be hard(er) to change it. I will provide some more details, so a solution is possible.

In the WEB-INF folder there...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT -7. The time now is 07:44 PM.



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