Hello and sorry if my english is not always perfect,
We are very interested in buying the Enterprise version of the server to serve our new Rails apps if it keeps it promises in terms of performance, scalability and deployment easiness of Rails apps.
I decided then to download and have a look at the Standard edition.
Here is the os/hardware I want to intall LiteSpeed Std on :
So I dowloaded the Solaris (SPARC) version, unpacked it in my home directory (since I'm not a super user) and ran :
And then I got this :
But the install procedure continued and went ok till the end with the following inputs from my part :
I started the server and I managed to access the default site : http://hulk3:8088
But when I tried the admin part : http://hulk3:7080 filling the login and password and clicking OK, then the browser gave me this :
Looking in the logs directory gives the following :
error.log
stderr.log
Did someone has an idea ? I am not a UNIX expert guru but I feel this may be a system problem...
I have other questions :
1) Why two directories : ~/lsws and ~/lsws-2.2.1 ?
2) I installed Ruby version 1.8.4 in ~/ruby and added the ~/ruby/bin in my PATH, but it seems that LiteSpeed did not succeed in detecting my Ruby install.
Anyone has an idea ? Is there a way to specify manually where the Ruby is installed ?
Thanks in advance,
PS : I must admin that I spent a couple of days trying to run Apache + FastCGI and gave up because of instability issues. So LiteSpeed is my last chance to convince my friends / developpers of the beauty of Ruby on Rails...
We are very interested in buying the Enterprise version of the server to serve our new Rails apps if it keeps it promises in terms of performance, scalability and deployment easiness of Rails apps.
I decided then to download and have a look at the Standard edition.
Here is the os/hardware I want to intall LiteSpeed Std on :
Code:
SunOS hulk3.bil.lu 5.8 Generic_117350-23 sun4u sparc SUNW,Sun-Fire-280R
Code:
./install.sh
Destination [~/lsws]:
User name [admin]: admin
Password:
Retype password:
Code:
ld.so.1: /globalhome2/eg818/lsws-2.2.1/admin/fcgi-bin/admin_php: fatal: libjpeg.so.62: open failed: No such file or directory
Code:
Setup up PHP [Y/n]: Y
Suffix for PHP script(comma separated list) [php]:
Installing, please wait...
Your current PHP engine /globalhome2/eg818/lsws/fcgi-bin/lsphp is renamed to lsphp.old
Would you like to change PHP opcode cache setting [y/N]? N
Would you like to install AWStats Add-on module [y/N]? N
Would you like to import Apache configuration [y/N]? N
Congratulations! The LiteSpeed Web Server has been successfully installed.
Command line script - "/globalhome2/eg818/lsws/bin/lswsctrl"
can be used to start or stop the server.
But when I tried the admin part : http://hulk3:7080 filling the login and password and clicking OK, then the browser gave me this :
Code:
503 Service Unavailable
The server is temporarily busy, try again later!
--------------------------------------------------------------------------------
Powered By LiteSpeed Web Server
Lite Speed Technologies is not responsible for administration and contents of this web site!
error.log
Code:
[eg818@hulk3.bil.lu] /globalhome2/eg818/lsws/logs > more error.log
2006-09-18 14:53:53.492 [NOTICE] Loading LiteSpeed/2.2.1 Standard ...
2006-09-18 14:53:53.601 [NOTICE] [ADMIN] server socket: 127.0.0.1:7316
2006-09-18 14:53:53.601 [NOTICE] Loading configuration from /globalhome2/eg818/lsws/conf/httpd_config.xml ...
2006-09-18 14:53:53.605 [NOTICE] [suEXEC] disabled, web server is not started by root user.
2006-09-18 14:53:53.609 [INFO] old priority: 0, new priority: 0
2006-09-18 14:53:53.609 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2006-09-18 14:53:53.635 [NOTICE] The maximum number of file descriptor limit is set to 1024.
2006-09-18 14:53:53.644 [WARN] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2006-09-18 14:53:53.665 [NOTICE] [AutoRestarter] new child process with pid=4805 is forked!
2006-09-18 14:53:53.667 [NOTICE] [Child: 4805] Setup swapping space...
2006-09-18 14:53:53.667 [NOTICE] [Child: 4805] LiteSpeed/2.2.1 Standard starts successfully!
2006-09-18 14:53:54.347 [NOTICE] [AutoUpdate] Checking for new releases...
2006-09-18 14:54:14.414 [NOTICE] [AutoUpdate] Failed, updateagent exit code: 3
[eg818@hulk3.bil.lu] /globalhome2/eg818/lsws/logs >
Code:
ld.so.1: admin_php: fatal: libjpeg.so.62: open failed: No such file or directory
ld.so.1: admin_php: fatal: libjpeg.so.62: open failed: No such file or directory
ld.so.1: admin_php: fatal: libjpeg.so.62: open failed: No such file or directory
ld.so.1: admin_php: fatal: libjpeg.so.62: open failed: No such file or directory
I have other questions :
1) Why two directories : ~/lsws and ~/lsws-2.2.1 ?
2) I installed Ruby version 1.8.4 in ~/ruby and added the ~/ruby/bin in my PATH, but it seems that LiteSpeed did not succeed in detecting my Ruby install.
Code:
2006-09-18 14:53:53.644 [WARN] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
Thanks in advance,
PS : I must admin that I spent a couple of days trying to run Apache + FastCGI and gave up because of instability issues. So LiteSpeed is my last chance to convince my friends / developpers of the beauty of Ruby on Rails...