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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 119 - Search took
0.01
seconds.
Search:
Posts Made By:
auser
Forum:
Apache Migration/Compatibility
12-18-2009, 06:50 PM
Replies:
4
LiteSpeed and OpenX
Views:
2,338
Posted By
auser
We have one ad server running OpenX 2.8.2 and...
We have one ad server running OpenX 2.8.2 and working pretty well.
Here's output of OpenX 2.8.2 admin UI -->Configuration-->Product updates:
"You are currently using OpenX v2.8.2 running on...
Forum:
Install/Configuration
09-15-2009, 10:34 AM
Replies:
15
Req In Process Versus Req / sec
Views:
2,873
Posted By
auser
so most of the time(81.22%) is trying to read...
so most of the time(81.22%) is trying to read something, maybe infinite loop in php script?
can further trace what the lsphp5 process is trying to read:
#strace -e read -p xxx -o info.txt
...
Forum:
Install/Configuration
09-15-2009, 01:23 AM
Replies:
15
Req In Process Versus Req / sec
Views:
2,873
Posted By
auser
when it's worse again, strace the busiest lsphp5...
when it's worse again, strace the busiest lsphp5 process.
in the above top output, it's the one pid=25487
then
#strace -c -p 25487
(until it quits automatically)
paste the output here,...
Forum:
Install/Configuration
09-14-2009, 07:47 PM
Replies:
15
Req In Process Versus Req / sec
Views:
2,873
Posted By
auser
can you post the output of "top" here?
can you post the output of "top" here?
Forum:
Install/Configuration
09-14-2009, 11:21 AM
Replies:
15
Req In Process Versus Req / sec
Views:
2,873
Posted By
auser
then please check: IOWait (can simply check...
then please check:
IOWait (can simply check it by top)
memory limit for php process
Forum:
Bug Reports
09-14-2009, 11:17 AM
Replies:
1
PHP build not works
Views:
1,586
Posted By
auser
looks like you're using old version LSWS. ...
looks like you're using old version LSWS.
upgrade to latest 4.0.10, the error will be gone.
by
http://www.litespeedtech.com/products/lsapi/download/
the latest LSAPI(for PHP) is:...
Forum:
Install/Configuration
09-14-2009, 11:13 AM
Replies:
15
Req In Process Versus Req / sec
Views:
2,873
Posted By
auser
there was a similar case before when bottleneck...
there was a similar case before when bottleneck is at MySQL.
a tip to check MySQL performance:
#mysqladmin processlist
Forum:
Bug Reports
09-14-2009, 07:02 AM
Replies:
1
cpanel php 5.2.10 l,tespeed 4.0.10 making error
Views:
2,019
Posted By
auser
there are some posts in this forum saying...
there are some posts in this forum saying php5.2.10 not stable.
try a google search
php 5.2.10 site:litespeedtech.com
to find more. here's one:...
Forum:
Bug Reports
09-14-2009, 06:54 AM
Replies:
1
AuthUserFile relative still bug ?
Views:
1,624
Posted By
auser
in my debian box, put .htpasswd under...
in my debian box, put .htpasswd under /usr/local/apache, it works. looks like a bug :)
Forum:
Install/Configuration
09-10-2009, 01:06 AM
Replies:
1
Rewrite rules won't 'take'
Views:
1,179
Posted By
auser
try RewriteCond %{HTTP_HOST} !^mysite\.ca$...
try
RewriteCond %{HTTP_HOST} !^mysite\.ca$ [NC]
RewriteRule (.*) http://mysite.ca/$1 [L,R=301]
RewriteRule ^/$ http://mysite.ca/home [L,R=301]
Forum:
Install/Configuration
09-09-2009, 06:39 PM
Replies:
16
DDos and hardware to work well with Litespeed
Views:
2,648
Posted By
auser
you have 2 core(Xeon dual core), the full load is...
you have 2 core(Xeon dual core), the full load is 200%. So in total, the CPU is not full loaded. but
2280 mysql 21 6 146m 105m 3864 S 118.4 3.2 928:32.47 mysqld
mysqld has exceeded...
Forum:
Bug Reports
09-09-2009, 08:52 AM
Replies:
2
/usr/bin/mailx: invalid option -- b
Views:
2,446
Posted By
auser
your mailx is not the default one for Debian....
your mailx is not the default one for Debian. Below is from my Debian:
# mailx --help
mailx: invalid option -- -
usage: mailx [-eIinv] [-a header] [-b bcc-addr] [-c cc-addr] [-s subject]
...
Forum:
Install/Configuration
09-07-2009, 08:15 AM
Replies:
4
Permissions messed up in 4.0.10
Views:
1,421
Posted By
auser
I have had similar issue and resolved. see if...
I have had similar issue and resolved.
see if following setting works for you:
chown lsadm:www-data $SERVER_ROOT/conf
chmod 710 $SERVER_ROOT/conf
update: looks a bit different with your case....
Forum:
Install/Configuration
09-07-2009, 04:58 AM
Replies:
13
Need some tips for tuning the web server
Views:
8,550
Posted By
auser
have you tried to disable some wordpress plugins,...
have you tried to disable some wordpress plugins, e.g. W3 total cache, see if any difference?
for lsphp5(pid=25210) has 320% cpu usage, can trace it to see if it's blocked by whatever system call:...
Forum:
General
09-05-2009, 09:24 PM
Replies:
7
4.0.10 suEXEC
Views:
1,486
Posted By
auser
so only user/group lsadm can read...
so only user/group lsadm can read httpd_config.xml.
what user to run lshttpd?
you can check this by "ps -ef|grep lshttpd"
Forum:
General
09-05-2009, 08:14 PM
Replies:
7
4.0.10 suEXEC
Views:
1,486
Posted By
auser
please give the output of "ls -l" of...
please give the output of "ls -l" of current/parent directory,should be permission issues.
Forum:
Install/Configuration
09-03-2009, 01:44 AM
Replies:
5
Directory doesn't exist... :( 404, cannot be found
Views:
1,223
Posted By
auser
this looks ok. then output of ls -l file ...
this looks ok.
then output of
ls -l file
?
Forum:
Install/Configuration
09-03-2009, 01:10 AM
Replies:
5
Directory doesn't exist... :( 404, cannot be found
Views:
1,223
Posted By
auser
did you make directory under document root? ...
did you make directory under document root?
maybe unix/linux file permission issue.
please paste the output of
ls -l directory-you-create
Forum:
General
09-02-2009, 02:19 AM
Replies:
1
lsws admin panel -- need help
Views:
1,455
Posted By
auser
edit your lsws/admin/conf/admin_config.xml it...
edit your lsws/admin/conf/admin_config.xml
it should be like this:
<security>
<accessControl>
<allow>ALL</allow>
<deny></deny>
</accessControl>
...
Forum:
Bug Reports
08-31-2009, 06:23 PM
Replies:
4
"The connection to the server was reset while the page was loading."
Views:
10,543
Posted By
auser
we experienced a similar error, finally found...
we experienced a similar error, finally found it's a Firefox 3 issue(maybe 3.5 has fixed it)
Firefox3 Timeout Problem
https://wiki.mozilla.org/Firefox3_Timeout_Problem
its error message is...
Forum:
PHP
08-31-2009, 03:45 AM
Replies:
4
PHP Compile error
Views:
2,315
Posted By
auser
what's the lsws version how do you compile php,...
what's the lsws version
how do you compile php, command line or through web admin console
dedicated server or WHM/cPanel
these info will help to identify the problem
Forum:
Use Cases
08-30-2009, 07:15 PM
Replies:
4
litespeed web proxies
Views:
8,055
Posted By
auser
Thanks for sharing. Regarding streaming...
Thanks for sharing.
Regarding streaming youtube > server (litespeed), can you shed some light how to implement it in theory? any proxy software used?
Forum:
Bug Reports
08-28-2009, 11:50 PM
Replies:
11
Port 80 neither litespeed nor apache load.
Views:
2,301
Posted By
auser
try lsws/admin/misc/uninstall.sh
try
lsws/admin/misc/uninstall.sh
Forum:
Install/Configuration
08-28-2009, 10:36 PM
Replies:
2
Server won't start
Views:
1,512
Posted By
auser
please confirm you downloaded 4.0.10 stand...
please confirm you downloaded 4.0.10 stand version? not the enterprise version.
Forum:
Bug Reports
08-28-2009, 05:25 AM
Replies:
11
Port 80 neither litespeed nor apache load.
Views:
2,301
Posted By
auser
in <listenerList> <listener> ...
in
<listenerList>
<listener>
<name>adminListener</name>
<address>127.0.0.1:8070</address>
<binding></binding>
<secure>1</secure>
<note></note>
...
Showing results 1 to 25 of 119
Page 1 of 5
1
2
3
>
Last
»
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
04:47 AM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.