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
Showing results 1 to 17 of 17 - Search took
0.00
seconds.
Search:
Posts Made By:
pcguru
Forum:
Bug Reports
12-05-2007, 03:00 AM
Replies:
1
After upgrade 2.6 -> 3.3.1 always error 503
Views:
1,927
Posted By
pcguru
After upgrade 2.6 -> 3.3.1 always error 503
I will just check if this is a known issue here first.
I upgraded from 2.6 to 3.3.1 and after that all sites reported http error 503, service unavailable. I downgraded to 2.6 again, but would like...
Forum:
PHP
01-17-2007, 09:52 AM
Replies:
3
Headers always no-store, no-cache etc for PHP files?
Views:
5,646
Posted By
pcguru
You are right as usual. :) The headers are...
You are right as usual. :) The headers are created by PHP since I use sessions.
The PHP default setting causing problems is:
session.cache_limiter = nocache
Changing this to "private" solved the...
Forum:
PHP
01-14-2007, 04:05 AM
Replies:
3
Headers always no-store, no-cache etc for PHP files?
Views:
5,646
Posted By
pcguru
Headers always no-store, no-cache etc for PHP files?
Hi!
I've got some PHP-scripts outputting Javascript code, and they are downloaded and used as javascript files in the eyes of the browser.
By using content-type in a header directive of the...
Forum:
Bug Reports
10-25-2006, 11:24 AM
Replies:
2
Upgrade to 2.2.4 stopped server
Views:
2,499
Posted By
pcguru
Upgrade to 2.2.4 stopped server
Hi!
I upgraded my server running 2.2.2 to 2.2.4 and guess what? The server never restarted.
Running /etc/init.d/lsws start gave no information at all, annoying.
Logs said absolutely nothing...
Forum:
Bug Reports
06-16-2006, 04:04 AM
Replies:
6
HTTP_ACCEPT_LANGUAGE not working
Views:
3,244
Posted By
pcguru
Not fixed
Just wanted to say that the issue with 64-bit library directories in PHP 4.4.2 has not been fixed. GD still fails when configuring, complaining about "configure: error: libpng.(a|so) not found." etc....
Forum:
Bug Reports
05-12-2006, 12:15 AM
Replies:
6
JavaScripts gzipped but not sent gzipped
Views:
3,693
Posted By
pcguru
https://www.XXX.com/style.css GET /style.css...
https://www.XXX.com/style.css
GET /style.css HTTP/1.1
Host: www.XXX.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Accept:...
Forum:
Bug Reports
05-11-2006, 02:30 AM
Replies:
6
JavaScripts gzipped but not sent gzipped
Views:
3,693
Posted By
pcguru
JavaScripts gzipped but not sent gzipped
I don't know if browsers support getting javascript files that are gzipped, but they should?
I have this in Web server admin under "GZIP Compression Tuning":
Compressible Types: text/*
Min...
Forum:
Bug Reports
03-20-2006, 12:59 PM
Replies:
6
HTTP_ACCEPT_LANGUAGE not working
Views:
3,244
Posted By
pcguru
We're using 4.4.1, should upgrade to 4.4.2 in the...
We're using 4.4.1, should upgrade to 4.4.2 in the future. Changelog for 4.4.2 has no info about this configuration error so I don't think it has been fixed.
Server OS is SLES9.
Forum:
Bug Reports
03-20-2006, 01:54 AM
Replies:
6
HTTP_ACCEPT_LANGUAGE not working
Views:
3,244
Posted By
pcguru
It worked like a charm as usual mistwang. :D ...
It worked like a charm as usual mistwang. :D
After fixing this and trying to enable GD for PHP as well I ran into the next problem, PHP:s extensions do not configure properly because the configure...
Forum:
Bug Reports
03-19-2006, 11:13 PM
Replies:
6
HTTP_ACCEPT_LANGUAGE not working
Views:
3,244
Posted By
pcguru
HTTP_ACCEPT_LANGUAGE not working
Hello!
I have two servers online with litespeed on them, one free version, and one enterprise. Neither of the two hosts put anything in the $_SERVER['HTTP_ACCEPT_LANGUAGE'] variable with PHP,...
Forum:
Bug Reports
02-08-2006, 01:47 PM
Replies:
1
Slow listing of index file if / omitted in URL
Views:
2,441
Posted By
pcguru
Slow listing of index file if / omitted in URL
I have an interesting problem. If I go to this URL http://www.something.com/somthing without the trailing slash (like many customers do) it takes roughly 30 seconds for the page to display.
If I...
Forum:
Bug Reports
02-02-2006, 12:02 PM
Replies:
4
Not all images are sent to Firefox when using SSL
Views:
2,406
Posted By
pcguru
Thanks! This new beta solved the problem....
Thanks!
This new beta solved the problem. Images are sent correctly to Firefox and Opera now. Great news!
Forum:
Bug Reports
02-02-2006, 05:37 AM
Replies:
4
Not all images are sent to Firefox when using SSL
Views:
2,406
Posted By
pcguru
What's the best way to upgrade to this beta? ...
What's the best way to upgrade to this beta?
I'd prefer to run a automated script like the one built into the admin interface.
Forum:
Bug Reports
02-01-2006, 07:52 AM
Replies:
4
Not all images are sent to Firefox when using SSL
Views:
2,406
Posted By
pcguru
Not all images are sent to Firefox when using SSL
I'm having trouble getting my webpage to display correctly in Firefox 1.5 when using SSL.
Not all images are sent, which ones seem to be farily random, it's always the largest ones that doesn't...
Forum:
Bug Reports
01-15-2006, 08:01 AM
Replies:
1
Upgrade replaced some content in DEFAULT directory
Views:
2,669
Posted By
pcguru
Upgrade replaced some content in DEFAULT directory
Hello Lite speed crew!
I just upgraded to 2.1.9 on our server (enterprise edition) and it placed some content in the DEFAULT directory, i had a index.php there but the index.html started showing...
Forum:
Install/Configuration
12-07-2005, 12:44 PM
Replies:
1
Rewrite not doing anything at all?
Views:
3,015
Posted By
pcguru
Rewrite not doing anything at all?
Hello again. =)
I'm trying to do some simple redirects with the rewrite feature on a virtual host. I've enabled rewirite in "Rewrite Control".
I do not understand what "Rewrite Map" is for...
Forum:
Java JSP/Servlet
11-30-2005, 11:24 AM
Replies:
1
Litespeed + Tomcat 5.5 howto?
Views:
7,548
Posted By
pcguru
Litespeed + Tomcat 5.5 howto?
I've been evaluating Litespeed for possible deployment on our site and so far I've been impressed in every aspect. We will most likely purchase a permanent enterprise license in the coming week.
...
Showing results 1 to 17 of 17
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:51 AM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.