LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > Search Forums > Search Results

Showing results 1 to 25 of 35 - Search took 0.00 seconds. Search: Posts Made By: justme
Forum: Bug Reports 08-06-2012, 12:54 PM
Replies: 17
Views: 1,502
Posted By justme
I did, let me know when you are done :)

I did, let me know when you are done :)
Forum: Bug Reports 08-02-2012, 11:03 AM
Replies: 17
Views: 1,502
Posted By justme
Because you don't have lsapi packages for Ubuntu?...

Because you don't have lsapi packages for Ubuntu? I did use lsapi with previous versions and went through the pain of compiling the package, but it is not practical for everyday's use with security...
Forum: Install/Configuration 08-01-2012, 11:01 AM
Replies: 56
Views: 3,839
Posted By justme
Done. it loops on 2012-08-01 13:10:30.220...

Done.
it loops on
2012-08-01 13:10:30.220 [DEBUG] EdStream::handleEvent(), fd: 16, event: 4
2012-08-01 13:10:30.220 [DEBUG] EdStream::handleEvent(), fd: 16, event: 4
2012-08-01 13:10:30.220...
Forum: Bug Reports 08-01-2012, 12:15 AM
Replies: 17
Views: 1,502
Posted By justme
Actually, it is fastcgi/php-fpm, does it still...

Actually, it is fastcgi/php-fpm, does it still apply?
Forum: Install/Configuration 07-31-2012, 02:19 PM
Replies: 56
Views: 3,839
Posted By justme
Hi, I get this issue with lsws 4.1.x (up to...

Hi,
I get this issue with lsws 4.1.x (up to .13, .11 included), on lsws standard on x64 (ubuntu 11.10), with php-fpm 5.3.6 tweaked (upload size, max body size, uploadprogress), running wordpress...
Forum: Bug Reports 07-31-2012, 02:06 PM
Replies: 17
Views: 1,502
Posted By justme
Hi, any progress on this issue? lsws standart...

Hi,
any progress on this issue?
lsws standart 4.1.13 on ubuntu 11.10 64bit, wordpress 3.4.1
Client Ka M R In/Total Out/Total VHost Handler P Request...
Forum: Bug Reports 01-31-2012, 10:25 AM
Replies: 11
Views: 1,195
Posted By justme
No pending :80, but I just changed the main...

No pending :80, but I just changed the main binding from [ANY] IPV6 to ANY. And so far so good! Let's try to change it back and see.. Nope, still fine. I am at loss to explain what caused it, fingers...
Forum: Bug Reports 01-19-2012, 02:05 PM
Replies: 11
Views: 1,195
Posted By justme
2012-01-19 09:36:49.313 [NOTICE] Loading...

2012-01-19 09:36:49.313 [NOTICE] Loading LiteSpeed/4.1.10 Standard ...
2012-01-19 09:36:49.325 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7734
2012-01-19 09:36:49.325...
Forum: Bug Reports 01-19-2012, 12:41 AM
Replies: 11
Views: 1,195
Posted By justme
Before restart: # netstat -nlpt|grep ":80" ...

Before restart:
# netstat -nlpt|grep ":80"
tcp6 0 0 :::80 :::* LISTEN 9852/litespeed (lsh
After restart:
# netstat -nlpt|grep ":80"
tcp6 ...
Forum: Bug Reports 01-18-2012, 11:40 PM
Replies: 11
Views: 1,195
Posted By justme
Well, it is not better in my situation: ...

Well, it is not better in my situation:
-running on low volume and -std, performance does not matter much (and do you have benches LSAPI vs FCGI+PHP+FPM?)
-having to compile a new LSAPI module each...
Forum: Bug Reports 01-18-2012, 12:14 PM
Replies: 11
Views: 1,195
Posted By justme
Graceful restart not so graceful

1) Ubuntu 10.04LTS amd64
2) 4.1.10std
3) PHP 5.3.2-1ubuntu4.10 FCGI+PHP-FPM

2012-01-18 21:06:12.384 [ERROR] HttpListener::start(): Can't listen at address *:80: Address already in use!...
Forum: Bug Reports 12-12-2011, 07:29 AM
Replies: 4
Views: 1,027
Posted By justme
I need to confirm but it looks like it is working...

I need to confirm but it looks like it is working with the recommended build. Thanks, at last :)
Yes, it is OK!
I had to disable the following filter to get rid of 403 errors since the upgrade:...
Forum: Bug Reports 11-24-2011, 05:22 AM
Replies: 4
Views: 1,027
Posted By justme
For what it's worth, I am still experiencing this...

For what it's worth, I am still experiencing this issue, even on 4.1.8. I roll back to 4.0.20 to fix it.
1) Ubuntu 10.04LTS amd64
2) 4.1.8std
3) PHP 5.3.2-1ubuntu4.10 FCGI+PHP-FPM / Wordpress 3.1.2
Forum: Bug Reports 09-01-2011, 12:59 PM
Replies: 7
Views: 754
Posted By justme
Not fixed after a force reinstall. You really...

Not fixed after a force reinstall. You really should consider adding a .x to patches versions so one can be sure of what he's running.
Forum: Bug Reports 08-31-2011, 07:26 AM
Replies: 7
Views: 754
Posted By justme
I used to compile php lsapi but got tired to...

I used to compile php lsapi but got tired to manually patch after each release, specially seeing that php-fpm/fastcgi is as fast as lsapi (at least for my needs).
Forum: Bug Reports 08-31-2011, 03:47 AM
Replies: 7
Views: 754
Posted By justme
In my case, No 4.1.x works with wordpress...

In my case, No 4.1.x works with wordpress publishing.. 4.1.2 or 3 would stall uploads, 4.1.4 returns a 403. Back to 4.0.20.
Setup: php-fpm with xcache on linux x86_64.
Forum: Bug Reports 07-17-2011, 04:03 AM
Replies: 18
Views: 1,713
Posted By justme
Ditto with php/fcgi.

Ditto with php/fcgi.
Forum: Bug Reports 03-11-2010, 05:09 AM
Replies: 5
Views: 1,279
Posted By justme
I got it all working with adding <meta...

I got it all working with adding
<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\"/>

and fixing:
$uri = htmlentities($uri,ENT_COMPAT,"UTF-8");

$fileStat->size =...
Forum: Bug Reports 03-10-2010, 07:41 AM
Replies: 5
Views: 1,279
Posted By justme
Actually my solution works except for one thing,...

Actually my solution works except for one thing, utf-8 named files. It is also broken when browsing so it is not only related to file sizes.
Do you have a recommended php configuration? I tried to...
Forum: Bug Reports 03-09-2010, 09:03 AM
Replies: 5
Views: 1,279
Posted By justme
Fixed by replacing line 161 of...

Fixed by replacing line 161 of /usr/local/lsws/share/autoindex/default.php
with
$fileStat->size = (float) exec('stat -c &#37;s '.escapeshellarg("$path$file"));
Forum: Bug Reports 03-09-2010, 08:11 AM
Replies: 5
Views: 1,279
Posted By justme
[RESOLVED] autoindex size bug

Hello,
using lsws standard 4.0.13 on linux, autoindex can't display file sizes above 2GB (unsigned int), it shows negatives or wrapped numbers instead.
Forum: CGI/Perl/Python 03-02-2010, 10:36 PM
Replies: 2
Views: 2,601
Posted By justme
I thought so.. it took me a few minutes to...

I thought so.. it took me a few minutes to install lighttpd and have it working :) to realize later that the app I was using could talk xmlrpc natively!
Forum: CGI/Perl/Python 02-24-2010, 08:36 AM
Replies: 2
Views: 2,601
Posted By justme
Simple CGI

Hello,
is scgi supported? it seems not (I only see FastCGI)..

thanks.
Forum: Bug Reports 10-13-2009, 09:28 AM
Replies: 0
Views: 1,239
Posted By justme
Hidden errors during admin

Hello,
if for some reason lsws admin cannot write config files (because of wrong write permissions), it won't show any error but silently discard the change without mentionning that the server is to...
Forum: LSWS 4.1 Release 02-08-2009, 02:30 AM
Replies: 39
Views: 12,189
Posted By justme
Yes, both issues are fixed, thanks a lot.

Yes, both issues are fixed, thanks a lot.
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT -7. The time now is 02:06 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.