Search results

  1. C

    Child process with pid: 10834 was killed by signal: 15, core dump: 0

    I got a lot of this error message in /usr/local/lsws/logs/stderr.log How to fix it? 2015-01-09 10:45:42.066 [STDERR] Child process with pid: 10834 was killed by signal: 15, core dump: 0 2015-01-09 10:45:51.096 [STDERR] Child process with pid: 10859 was killed by signal: 15, core dump: 0...
  2. C

    cannot load such file -- rack (LoadError)

    I got this error in /usr/local/lsws/logs/stderr.log 2015-01-04 20:04:55.686 [STDERR] /usr/local/rvm/rubies/ruby-2.1.3/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- rack (LoadError) from...
  3. C

    How to run Ruby on Rail + Litespeed with RackRunner.rb

    According to the README of ruby-lsapi-4.1, it said that Rack/Rails Runner has many advantages. So, I decided to use this method. However in order to get in run I need to follow the tutorial at http://www.litespeedtech.com/support/wiki/doku.php Then I find out that most of content in these...
  4. C

    How to test if Litespeed work with Ruby

    Now I managed to install Ruby-lsapi successfully. But still got stucked on how to test if Ruby really work with Litespeed. Is there any tutorial better than these website? https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:other-ext-apps:ruby-on-rails-easy-config...
  5. C

    Unable to compile lsapi-4.1

    I am on Litespeed WebServer vertsion 5.0RC2 on Ubuntu 14.04 Ruby: 2.2.0p0 Rails: 4.2.0 Gem: 2.4.5 My GCC info I would like to compile ruby-lsapi as mentioned in this tutorial https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:other-ext-apps:ruby-on-rails-easy-config I got...
  6. C

    litespeed htaccess

    How I can enable htaccess with litespeed? this is my htaccess <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On # Get rid of index.php RewriteCond %{REQUEST_URI} /index\.php RewriteRule (.*) index.php?rewrite=2 [L,QSA] # Rewrite all directory-looking urls...
  7. C

    calling index.php by default

    In apache I can call http://mydomain.com and it will call index.php automatically. How I can do that in litespeed?
  8. C

    [Resolved] Cannot find OpenSSL's libraries

    I am trying to compile PHP with following but, got this error. Even is did "apt-get install libssl-dev" still not solve. Any idea how to fix? '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm'...
  9. C

    Need detailed step to enable Imagemagick + PHP

    I have successfully build PHP 5.5.3 , but now I need to enable ImageMagick with my PHP. Does anyone got a tutorial ? Thank you in advanced.
  10. C

    Best compiling option/tutorial

    What is the best compiling option for PHP with litespeed? I am using Ubuntu 12.04 32 bit If you can provide the most updated installation tutorial, it would be appreciated.
  11. C

    Yet stil cannot compile with php_pdo_driver.h

    Since my PHP script require PDO extension so, I need to include PDO support in my PHP compilation. But I endup got the same error Full log: http://pastebin.com/h94AZMEC Even I have prepared my machine by running these commands Anyone got any idea how to make it compile? apt-get install...
  12. C

    Change default PHP

    Once install litespeed successfully, seems like PHP 4.x is default active. How to switch to use PHP5 instead?
  13. C

    Does it necessary to compile php?

    I noticed that once litespeed installed successfully. PHP demo script working properly (phpinfo) so, I just curious whether it necessary or not to compile PHP again from admin control panel?
  14. C

    Cannot find php_pdo_driver.h

    I got this error during install. Anyone got an idea of to solve? Full log can be found here: http://pastebin.com/gLE3Awa4 General settings checking whether to include gcov symbols... no checking whether to include debugging symbols... no checking layout of installed files... PHP...
Top