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 500 - Search took 0.04 seconds. Search: Posts Made By: mistwang
Forum: General 05-21-2013, 02:18 PM
Replies: 4
Views: 46
Posted By mistwang
We tested self signed SSL certificate on cPanel...

We tested self signed SSL certificate on cPanel 11.38, it is working fine.
Forum: General 05-21-2013, 02:01 PM
Replies: 7
Views: 225
Posted By mistwang
Please grep your mod_security rule for...

Please grep your mod_security rule for "Location", it is in a "SecRule ...", not in <Location ...> directive.
Please give us an example, so we can analyze.
Forum: General 05-21-2013, 01:55 PM
Replies: 1
Views: 41
Posted By mistwang
It is around the corner. :)

It is around the corner. :)
Forum: General 05-21-2013, 01:54 PM
Replies: 4
Views: 46
Posted By mistwang
We will try to reproduce this issue with our...

We will try to reproduce this issue with our internal cPanel test server.
Can you please check log file see if there is any related error message?
It could be the file format of the SSL...
Forum: General 05-21-2013, 11:00 AM
Replies: 4
Views: 40
Posted By mistwang
It is not likely be changed, however, you can...

It is not likely be changed, however, you can easily address it with a rewrite rule, by testing the PATH_INFO env with RewiteCond directive.
Forum: PHP 05-20-2013, 06:55 AM
Replies: 14
Views: 106
Posted By mistwang
You need to capture phpinfo() output when apache...

You need to capture phpinfo() output when apache used, then build lsphp5 with all configuration options listed in phpinfo().
Forum: Apache Migration/Compatibility 05-20-2013, 06:49 AM
Replies: 1
Views: 25
Posted By mistwang
Looks like %{ENV:REDIRECT_SUBDOMAIN} is not set,...

Looks like %{ENV:REDIRECT_SUBDOMAIN} is not set, as it is not a standard environment variable. Just try the simplified rule.

RewriteCond %{ENV:SUBDOMAIN} =""
RewriteCond %{HTTP_HOST}...
Forum: LiteSpeed Cache 05-16-2013, 01:47 PM
Replies: 6
Views: 99
Posted By mistwang
that's correct.

that's correct.
Forum: LiteSpeed Cache 05-16-2013, 10:55 AM
Replies: 6
Views: 99
Posted By mistwang
You have to put "CacheDisable private" in the...

You have to put "CacheDisable private" in the corresponding <VirtualHost ...> configuration section of httpd.conf.

private cache was processed before .htaccess.
Forum: General 05-15-2013, 11:10 AM
Replies: 9
Views: 109
Posted By mistwang
REMOTE_ADDR has been converted to IPv4 format...

REMOTE_ADDR has been converted to IPv4 format automatically without using the rewrite rule.
SERVER_ADDR was not converted to IPv4, will fix that in 4.2.3 release.
Forum: Bug Reports 05-13-2013, 01:19 PM
Replies: 2
Views: 60
Posted By mistwang
Thanks for the bug report. fix will be in 4.2.3...

Thanks for the bug report. fix will be in 4.2.3 release.
Forum: General 05-10-2013, 06:27 PM
Replies: 2
Views: 147
Posted By mistwang
Yes, it is likely the case.

Yes, it is likely the case.
Forum: General 05-10-2013, 11:39 AM
Replies: 1
Views: 94
Posted By mistwang
PHP crashed while processing this request. You...

PHP crashed while processing this request. You could enable core dump of php process
by adding environment


LSAPI_ALLOW_CORE_DUMP

to lsphp5 external app....
Forum: General 05-06-2013, 08:58 AM
Replies: 2
Views: 241
Posted By mistwang
there is no good solution for high disk I/O...

there is no good solution for high disk I/O situation like that.
Any disk I/O operation in lshttpd will block the whole process, you need to move log, swap etc to memory disk if the server has...
Forum: LiteSpeed Cache 05-06-2013, 08:43 AM
Replies: 4
Views: 82
Posted By mistwang
A simple solution is too add "Cache-control"...

A simple solution is too add "Cache-control" header along with the "Location" header. so, this response wont be cached, as long as the cache policy is set to respect the response cache-control...
Forum: Bug Reports 04-24-2013, 03:38 PM
Replies: 1
Views: 122
Posted By mistwang
should be addressed in 4.2.3 release.

should be addressed in 4.2.3 release.
Forum: Bug Reports 04-24-2013, 03:38 PM
Replies: 1
Views: 141
Posted By mistwang
Thanks for the bug reports. Fixes will be in...

Thanks for the bug reports.
Fixes will be in 4.2.3 release.
Forum: Install/Configuration 04-19-2013, 08:33 AM
Replies: 38
Views: 2,039
Posted By mistwang
may need to change rewrite rule to <IfModule...

may need to change rewrite rule to

<IfModule litespeed>
RewriteRule .* - [E=noabort:1]
</IfModule>

to make it work reliably.
Forum: Install/Configuration 04-05-2013, 01:47 PM
Replies: 38
Views: 2,039
Posted By mistwang
That's because BackupBuddy does not wait for...

That's because BackupBuddy does not wait for background request finish, closed the HTTP connection.
The fix for previous customer is, upgrade to latest 4.2.2, add the following rewrite rule to...
Forum: General 04-03-2013, 01:05 PM
Replies: 1
Views: 142
Posted By mistwang
http://www.litespeedtech.com/how-tos.html#qa_dos

http://www.litespeedtech.com/how-tos.html#qa_dos
Forum: Install/Configuration 04-01-2013, 11:28 AM
Replies: 9
Views: 261
Posted By mistwang
We will add an option to remove the link and...

We will add an option to remove the link and legal message in next release 4.2.3 .
Forum: Bug Reports 03-24-2013, 11:27 AM
Replies: 12
Views: 418
Posted By mistwang
Yes, time to update your mod_sec rules to 2.5+...

Yes, time to update your mod_sec rules to 2.5+ syntax.
Forum: General 03-22-2013, 06:54 AM
Replies: 1
Views: 202
Posted By mistwang
I think it is the LVE limit reached for that...

I think it is the LVE limit reached for that user. from CL knowledge base:
...
Forum: General 03-22-2013, 06:47 AM
Replies: 1
Views: 179
Posted By mistwang
I think you just keep increasing the limit. PHP...

I think you just keep increasing the limit. PHP itself uses memory as well, may not have enough memory left.
you can also change memory limit with

ulimit -v ....

from shell, then try your PHP...
Forum: Bug Reports 03-21-2013, 08:47 PM
Replies: 12
Views: 418
Posted By mistwang
You can download the upcoming PHP LSAPI 6.2...

You can download the upcoming PHP LSAPI 6.2 http://www.litespeedtech.com/packages/lsapi/php-litespeed-6.2.tgz, apply it to php-xxx/sapi/litespeed, make, copy to lsws/fcgi-bin/, to get what you want.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -7. The time now is 04:28 PM.



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