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 37 - Search took 0.00 seconds. Search: Posts Made By: matt
Forum: Bug Reports 09-11-2006, 11:51 AM
Replies: 4
Views: 2,657
Posted By matt
I don't know what to say, it's working fine now....

I don't know what to say, it's working fine now. I'll see if I can reproduce it consistently again. Thanks for the sanity check.
Forum: Bug Reports 09-11-2006, 10:44 AM
Replies: 4
Views: 2,657
Posted By matt
Odd, I'm using Firefox's live headers too.

Odd, I'm using Firefox's live headers too.
Forum: Bug Reports 09-11-2006, 01:44 AM
Replies: 4
Views: 2,657
Posted By matt
304 support broken under SSL?

I was doing some investigating on why the admin section of WP.com was feeling slow, and one thing I noticed is that none of the scripts or anything else called ever returned a 304 not modified. I...
Forum: Bug Reports 01-16-2006, 03:25 PM
Replies: 4
Views: 2,558
Posted By matt
Weird, I'll just chalk it up to bad browsers.

Weird, I'll just chalk it up to bad browsers.
Forum: Bug Reports 01-12-2006, 12:23 PM
Replies: 4
Views: 2,558
Posted By matt
No UTF-16 Support?

We're trying to send a blog as UTF-16 and this happened:

http://hopesmith.wordpress.com/

Any suggestions?
Forum: Bug Reports 12-29-2005, 09:05 AM
Replies: 2
Views: 2,746
Posted By matt
Perfect! I wish everything was so easy. :)

Perfect! I wish everything was so easy. :)
Forum: Bug Reports 12-29-2005, 02:12 AM
Replies: 2
Views: 2,746
Posted By matt
HTTP Auth causes PHP errors

This is on my home server, I set up lsws 2.1.9 and wanted to put HTTP auth on it, which I did by adding the basic AuthType Basic and it worked great. Then I changed Basic to Digest and it hasn't...
Forum: Bug Reports 12-29-2005, 01:19 AM
Replies: 28
Views: 8,458
Posted By matt
Since the new 2.1.9 everything seems good so far.

Since the new 2.1.9 everything seems good so far.
Forum: Bug Reports 12-28-2005, 09:30 AM
Replies: 28
Views: 8,458
Posted By matt
Yeah the forum folks were about to bite my head...

Yeah the forum folks were about to bite my head off.

I'll upload the logs to a directory and send you a link.
Forum: Bug Reports 12-28-2005, 06:54 AM
Replies: 28
Views: 8,458
Posted By matt
Raising the limit didn't make a diff. ...

Raising the limit didn't make a diff.

Running 2.1.9, here's a second of logs where the 404 thing happened to me. (The forum load.)

2005-12-28 14:50:58.047 [INFO] [141.91.240.162:22937-0#WP.org]...
Forum: Bug Reports 12-27-2005, 04:19 PM
Replies: 28
Views: 8,458
Posted By matt
The lshttpd had 170 open files according to lsof....

The lshttpd had 170 open files according to lsof. There are about 1500 open total on the system.

ulimit -a returns this:

two:~# ulimit -a
core file size (blocks, -c) 0
data seg size ...
Forum: Bug Reports 12-27-2005, 04:12 PM
Replies: 28
Views: 8,458
Posted By matt
The root .htaccess is the only one, it changes...

The root .htaccess is the only one, it changes pretty rarely, really only when I'm working on the site.

WordPress.org is on standard, not enterprise, though I can purchase one if needed. Will that...
Forum: Bug Reports 12-27-2005, 12:42 PM
Replies: 28
Views: 8,458
Posted By matt
I emailed all my conf files and .htaccess to your...

I emailed all my conf files and .htaccess to your support email, let me know if anything else is needed.
Forum: Bug Reports 12-26-2005, 09:12 PM
Replies: 28
Views: 8,458
Posted By matt
Possibly on the traffic, we're on the front page...

Possibly on the traffic, we're on the front page of Digg right now and a ton of blogs.

I downgraded to 2.1.7 and still having a prob, next earliest I have is 2.1.5 which I remember having a prob...
Forum: Bug Reports 12-26-2005, 07:46 PM
Replies: 28
Views: 8,458
Posted By matt
I can downgrade if you want me to try that.

I can downgrade if you want me to try that.
Forum: Bug Reports 12-26-2005, 07:05 PM
Replies: 28
Views: 8,458
Posted By matt
I've been editing it, but not really in the past...

I've been editing it, but not really in the past few hours and the 404s have been continuing.
Forum: Bug Reports 12-26-2005, 04:40 PM
Replies: 28
Views: 8,458
Posted By matt
Something else that may be relevant, when I get a...

Something else that may be relevant, when I get a 404 I click reload over and over but the I just keep getting the 404 for 3-5 seconds.
Forum: Bug Reports 12-26-2005, 04:38 PM
Replies: 28
Views: 8,458
Posted By matt
Long post warning. This is the 10 seconds on...

Long post warning. This is the 10 seconds on either side of a 404 I got, with the rewrite log at 9. The 404 is the very last line, and as you can see there is no relevant rewrite logging before it.
...
Forum: Bug Reports 12-26-2005, 04:03 PM
Replies: 28
Views: 8,458
Posted By matt
Here are the relevant rewrite rules. #...

Here are the relevant rewrite rules.

# SUPPORT FORUMS
RewriteRule ^tags/(.*) /support/tags.php?tag=$1
RewriteRule ^support/topic/([0-9]+)/page/([0-9]+) /support/topic.php?id=$1&page=$2 [L]...
Forum: Feedback/Feature Requests 12-26-2005, 02:49 PM
Replies: 5
Views: 4,265
Posted By matt
I needed two rules to get this to really work...

I needed two rules to get this to really work right:

# Multiviews
RewriteCond %{DOCUMENT_ROOT}/$1 -d
RewriteRule ^(.*)/$ $1/index.php

RewriteCond %(DOCUMENT_ROOT}/$1.php -f
RewriteRule...
Forum: Bug Reports 12-26-2005, 02:48 PM
Replies: 28
Views: 8,458
Posted By matt
Random 404s

On random pages I'm getting a 404 error from Litespeed, if I reload a few times the correct page is shown. These are pages that use mod_rewrite. This is all there is in the logs:

2005-12-26...
Forum: Feedback/Feature Requests 12-25-2005, 09:14 PM
Replies: 5
Views: 4,265
Posted By matt
Wow, that worked great. Thank you! (And...

Wow, that worked great.

Thank you! (And Merry Christmas. :))
Forum: Feedback/Feature Requests 11-20-2005, 12:35 PM
Replies: 5
Views: 4,265
Posted By matt
Multiviews support

Apache does this cool thing with multiviews enabled where you can have a file like /about/contact.php and refer to it in a URL like /about/contact/ and it works. This is nice in that you don't have...
Forum: Bug Reports 11-18-2005, 04:55 AM
Replies: 9
Views: 3,832
Posted By matt
I did that and the problem is continuing. We set...

I did that and the problem is continuing. We set up a cron script to kill the processes and restart lsws when it gets above 150 and it seems to be kicking off every 14-24 hours.
Forum: Bug Reports 11-14-2005, 04:17 PM
Replies: 9
Views: 3,832
Posted By matt
Yep, it's back up to 170 processes and rising. ...

Yep, it's back up to 170 processes and rising.

Can I just copy admin_php to lsphp to overwrite it? To upgrade I just used the built-in automatic upgrade thingy.
Showing results 1 to 25 of 37

 
Forum Jump

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



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