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 2
1
2
>
Showing results 1 to 25 of 31 - Search took
0.00
seconds.
Search:
Posts Made By:
Sindre
Forum:
PHP
01-28-2013, 02:21 PM
Replies:
8
[solved] Problem with SoapClient and LiteSpeed
Views:
515
Posted By
Sindre
Yes, it was changed in order to better manage the...
Yes, it was changed in order to better manage the resources on the server (it is used for shared web hosting). My only guess is that the SoapClient creates a new socket which counts as a suexec...
Forum:
PHP
01-27-2013, 12:13 PM
Replies:
8
[solved] Problem with SoapClient and LiteSpeed
Views:
515
Posted By
Sindre
Finally!! I just found the problem. In my LSWS...
Finally!! I just found the problem. In my LSWS config, the PHP suEXEC Max Conn was set to 2. I increased it to 3 and now it works :)
Not sure why, but this setting has an impact on the behavior of...
Forum:
PHP
01-27-2013, 06:04 AM
Replies:
8
[solved] Problem with SoapClient and LiteSpeed
Views:
515
Posted By
Sindre
I already checked that. The same php.ini is used...
I already checked that. The same php.ini is used both by the CLI and LiteSpeed. open_basedir is not set.
# /usr/local/lsws/fcgi-bin/lsphp5 -i | grep open_basedir
open_basedir => no value => no...
Forum:
PHP
01-27-2013, 04:38 AM
Replies:
8
[solved] Problem with SoapClient and LiteSpeed
Views:
515
Posted By
Sindre
Thanks, but I don't see why the script would need...
Thanks, but I don't see why the script would need access to the /etc/hosts file? Also, why would it work through the CLI but not in a browser or using WGET? There must be something in LiteSpeed...
Forum:
PHP
01-27-2013, 02:51 AM
Replies:
8
[solved] Problem with SoapClient and LiteSpeed
Views:
515
Posted By
Sindre
[solved] Problem with SoapClient and LiteSpeed
Hello,
I am struggling with a strange problem. I have a script which makes a simple Soap request to my Magento API:
try {
$proxy= new...
Forum:
PHP
11-13-2012, 02:33 AM
Replies:
2
[solved] Use different PHP versions on same server
Views:
572
Posted By
Sindre
Actually, after some more testing it does work. I...
Actually, after some more testing it does work. I was testing with a php file in /usr/local/apache/htdocs (this is a cPanel server).
For some reason, LiteSpeed would not pick up the .htaccess...
Forum:
PHP
11-13-2012, 12:10 AM
Replies:
2
[solved] Use different PHP versions on same server
Views:
572
Posted By
Sindre
[solved] Use different PHP versions on same server
Hello,
I have compiled both PHP 5.2 and 5.3 binaries using the LSWS console and followed the instructions here: ...
Forum:
LiteSpeed Cache
06-15-2012, 09:03 AM
Replies:
24
[solved] Litespeed webserver stops working while cleancache script is runnning
Views:
3,954
Posted By
Sindre
Please keep us updated on the outcome as I have...
Please keep us updated on the outcome as I have also experienced this very same issue today with one of my servers.
Forum:
General
09-09-2011, 01:46 PM
Replies:
5
[STDERR] Output file write error --- out of disk space?
Views:
917
Posted By
Sindre
No, I have not made any changes to the...
No, I have not made any changes to the partitions. Here is the content of /etc/fstab:
LABEL=/ / ext3 defaults,usrquota 1 1
LABEL=/home ...
Forum:
General
09-09-2011, 10:13 AM
Replies:
5
[STDERR] Output file write error --- out of disk space?
Views:
917
Posted By
Sindre
Filesystem Inodes IUsed IFree...
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 375K 18K 357K 5% /
/dev/sda7 50M 3.8M 46M 8% /home
/dev/sdb1 ...
Forum:
General
09-09-2011, 09:41 AM
Replies:
5
[STDERR] Output file write error --- out of disk space?
Views:
917
Posted By
Sindre
[STDERR] Output file write error --- out of disk space?
Hello,
Recently, I have noticed a lot of these entries in the stderr.log file:
2011-09-09 15:04:40.274 [STDERR] Output file write error --- out of disk space?
2011-09-09 15:12:13.629...
Forum:
Apache Migration/Compatibility
08-28-2009, 03:33 PM
Replies:
4
Problem with cPanel error log and LiteSpeed
Views:
4,036
Posted By
Sindre
Thanks, I haven't thought of that. However, do...
Thanks, I haven't thought of that. However, do you know if cPanel will read error_log file from users home directory and display in cPanel -> Error Log page? Should the log file have owner of suEXEC...
Forum:
Apache Migration/Compatibility
08-28-2009, 02:34 PM
Replies:
4
Problem with cPanel error log and LiteSpeed
Views:
4,036
Posted By
Sindre
Problem with cPanel error log and LiteSpeed
Hello,
I am currently struggling with a problem related to the cPanel Error Log and LiteSpeed configured with suEXEC. I have set PHP to log errors to the server error_log in...
Forum:
General
02-04-2009, 12:47 PM
Replies:
3
Configured POST variable limit exceeded
Views:
4,540
Posted By
Sindre
Ok, thank you. Would that be the "post_max_size"...
Ok, thank you. Would that be the "post_max_size" parameter?
Forum:
General
02-04-2009, 12:23 PM
Replies:
3
Configured POST variable limit exceeded
Views:
4,540
Posted By
Sindre
Configured POST variable limit exceeded
Hi,
I have recently started to see these in the server log:
2009-02-04 00:59:15.455 [NOTICE] [xxx.xxx.xxx.xxx:4595-0#APVH_xxx.xxx.xxx.xxx_xxx] [STDERR] ALERT - configured POST variable limit...
Forum:
General
02-03-2009, 03:37 AM
Replies:
2
More detailed stats for identifying scripts causing excessive load?
Views:
1,523
Posted By
Sindre
More detailed stats for identifying scripts causing excessive load?
Hello,
With Apache, it is possible to see the exact scripts and urls that are generating traffic at any given time (cPanel -> Apache Status). I found this functionality very useful for idetifying...
Forum:
Apache Migration/Compatibility
01-22-2009, 12:09 AM
Replies:
4
Error Log in cPanel not working after LiteSpeed installation
Views:
3,312
Posted By
Sindre
Yes, I'm using PHP suEXEC. php.ini was previously...
Yes, I'm using PHP suEXEC. php.ini was previously configured with 'error_log = error_log', which caused an error_log file to be created wherever the PHP script were located. I _believe_ the same...
Forum:
Apache Migration/Compatibility
01-21-2009, 12:46 PM
Replies:
4
Error Log in cPanel not working after LiteSpeed installation
Views:
3,312
Posted By
Sindre
I tried this, but PHP errors still would not...
I tried this, but PHP errors still would not show. I finally solved it by adding this to php.ini:
error_log = /usr/local/apache/logs/error_log
However, it is not optimal as I would rather...
Forum:
Apache Migration/Compatibility
01-20-2009, 04:55 AM
Replies:
4
Error Log in cPanel not working after LiteSpeed installation
Views:
3,312
Posted By
Sindre
Error Log in cPanel not working after LiteSpeed installation
Hello,
After I replaced Apache with LiteSpeed, the Error Log section in users' cPanel is not showing anything. I am trying to figure out from where it extracts this information, and it seems that...
Forum:
PHP
01-19-2009, 01:41 PM
Replies:
9
Initial page load slow compared to Apache+mod_php?
Views:
4,669
Posted By
Sindre
I doubt it is a network problem. The server is in...
I doubt it is a network problem. The server is in DedicatedNow (FortressITX) data center, which has a very reliable network. It is shared hosting (about 50) PHP/MySQL intensive ecommerce sites.
...
Forum:
PHP
01-19-2009, 10:07 AM
Replies:
9
Initial page load slow compared to Apache+mod_php?
Views:
4,669
Posted By
Sindre
The priority is set to default (1). At least that...
The priority is set to default (1). At least that is what cPanel -> "Show Current CPU Usage" reports for lsphp5.
Forum:
General
01-19-2009, 09:42 AM
Replies:
3
Expat errors reported in stderr.log
Views:
1,746
Posted By
Sindre
The PHP is built with the same configuration...
The PHP is built with the same configuration except from the Apache-specific parameters like "--with-apxs2=/usr/local/apache/bin/apxs". I noticed the parameter "--with-libexpat-dir=/usr" in both PHP...
Forum:
PHP
01-19-2009, 09:25 AM
Replies:
9
Initial page load slow compared to Apache+mod_php?
Views:
4,669
Posted By
Sindre
I'm using LiteSpeed with cPanel (Apache...
I'm using LiteSpeed with cPanel (Apache replacement) and suEXEC enabled. I have ionCube, eAccelerator and Suhosin loaded with PHP, and also the "Mail Header (Identifies Mail Source)" extension was...
Forum:
General
01-18-2009, 02:23 AM
Replies:
3
Expat errors reported in stderr.log
Views:
1,746
Posted By
Sindre
Expat errors reported in stderr.log
I have just switched from Apache to LiteSpeed, and now I'm seeing lots of these errors in sterr.log:
expat reports error code 2
description: syntax error
line: 1
column:...
Forum:
PHP
01-16-2009, 08:28 AM
Replies:
9
Initial page load slow compared to Apache+mod_php?
Views:
4,669
Posted By
Sindre
Initial page load slow compared to Apache+mod_php?
Hello,
I am doing some tests with LSWS and the PHP LSAPI. From my experience, it takes a bit longer before a page is served on the first access compared to Apache with mod_php. I was under the...
Showing results 1 to 25 of 31
Page 1 of 2
1
2
>
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
02:33 PM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.