litespeed issue

#1
i just insalled new litespeed , on my vps , i m using whm , and when i switch to lite speed , after that my web site show me only white page , i dnt know where is the issue even i install proper and i m using vbulletin
 
#3
Dear

i already bulit before well i m builting again

Code:
Build complete.
Don't forget to run 'make test'.

Installing PHP SAPI module:       litespeed
Installing PHP LiteSpeed into: /usr/local/bin/
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20090626/
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/lib/php/
/home/cpeasyapache/ls.src/php-5.3.10/build/shtool install -c ext/phar/phar.phar /usr/local/bin
ln -s -f /usr/local/bin/phar.phar /usr/local/bin/phar
Installing PDO headers:          /usr/local/include/php/ext/pdo/
copy compiled php binary to litespeed directory
cd /usr/local/lsws/fcgi-bin
ln -sf lsphp-5.3.10 lsphp5

==============================================
Finished building PHP 5.3.10 with LSAPI
==============================================
Thu Apr 19 22:08:11 MSD 2012

**COMPLETE**
now its start working but when i switch to litespeed its show me this error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 98095 bytes) in /home/******/public_html/includes/class_core.php(4627) : eval()'d code on line 70
 
Last edited:

webizen

Well-Known Member
#4
...

now its start working but when i switch to litespeed its show me this error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 98095 bytes) in /home/******/public_html/includes/class_core.php(4627) : eval()'d code on line 70
Increase memory limit (soft/hard) in lsphp5 external app.
 
#5
Dear

yes now its working , without any error , but my main purpose of litespeed is my vps taking to much load with apache , so how can i reduce this load , please guide me any good or any typical settings in litespeed , ?

b.c i m using litespeed with defult settings .
 

webizen

Well-Known Member
#6
do 'top -c' and see which process consumes most cpu cycles. litespeed default settings usually are not the cause of the problem.
 
Last edited:
Top