[PHP] Litespeed Web Server 1.3.1

2004-03-02 Thread LiteSpeed
We thought some one might be interested in a new high performance web 
platform for PHP scripting. Apologize to who are not interested.

LiteSpeed Web Server 1.3.1 is released

Litespeed Technologies is proud to bring you Litespeed web server 1.3.1.

LiteSpeed Web Server is a full-featured, cross platform,
high-performance, secure, and easy-to-use Web server. It supports
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP compression,
.htaccess, chroot, IP level throttling, connection accounting, DoS
attack prevention, and instant recovery mechanisms. In addition to
being a high performance web server, it can also be used as a content
accelerator, compression proxy or security guard running in front of
any Web server and application server.
Major feature enhancements since release 1.2.2 are:

   1. a high performance reverse proxy implementation
   2. hotlink protection,
   3. improved connection accounting/throttling algorithm
   4. improved Fast CGI process manager
   5. graceful shutdown
   6. easy PHP opcode cache installation. (supports MMCache and APC)
   7. option to hide server version string in response header,
   8. options to customize the required and restricted permission mask
  for static files
   9. performance improvements under severe load
Since 1.3, Litespeed web server can be configured as a Reverse Proxy
running in front of any web server or application server that supports
HTTP protocol, acting as a content accelerator, compression proxy, and
providing an extra layer of protection against DoS attacks.
Litespeed web server is an optimal platform for high volume PHP driven
web site. It is the only web server which supports PHP scripting out
of box with zero configuration required. A PHP opcode cache can be
enabled during the installation. Not only is running PHP easy, but our
benchmark shows that dynamic content with PHP and LiteSpeed
combination is up to 50% faster than Apache with mod_php.
On static content, LiteSpeed is significantly faster than Apache 1.3/2.0
and even exceed that of TUX. Our benchmark results are available at
http://www.litespeedtech.com/benchmark.html.
Litespeed will bring the most out of your existing web server hardware.
Try LiteSpeed and experience the speed yourself. We are confident
LiteSpeed will not disappoint.
For more information please visit http://www.litespeedtech.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information
We glad to introduce you LiteSpeed Web Server 1.1.

About:
LiteSpeed Web Server is a full-featured, high-performance, secure, and 
easy-to-use Web server that runs on Unix and Linux. It supports 
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP compression, 
.htaccess, IP level throttling, connection accounting, DoS attack 
prevention, and instant recovery mechanisms. Installation is very easy 
with pre-built binary. Administration and configuration is very easy 
through a Web interface.

Changes since 1.0.3:
HTTP authentication was re-engineered. An authentication cache was 
added. Permissions can now be granted based on usernames or group names. 
An Apache-like required directive was added. Context level access 
control was implemented. .htaccess support and an .htaccess cache were 
added. SSL Toolkit was updated to OpenSSL 0.9.7c to address security 
issues in version 0.9.7b.

Our benchmark shows that  it is 2-5 times faster than Apache with static 
content, PHP performance meets or exceeds that of Apache's mod_php. SSL 
performance is doubled at least..

LiteSpeed Standard Edition is FREE for any purpose of use and we'd like 
to hear your feedback.

For more information please visit 
http://litespeedtech.com/index.html?php-general

Best regards,
LiteSpeed Team
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information

Mind explaining this?
Not at all, :-), this is not the first time, people questions why we 
still use Apache.

$ telnet litespeedtech.com 80
HEAD / HTTP/1.1
Host: litespeedtech.com
HTTP/1.1 200 OK
Date: Wed, 08 Oct 2003 16:36:18 GMT
Server: Apache   
-
For economy reason, right now our web site is hosted at 
http://www.p4host.com, with a shared hosting plan.
We plan to get a dedicated server and start using our web server pretty 
soon, December the latest.
We also plan to offer FREE web hosting as we will get plenty bandwidth 
left after switching to dedicated server. Anyone interested? Just let us 
know.

Best regards,
LiteSpeed Team
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information
Ryan,

Thank you for your interest.
Our recommendation is, to setup your server environment with Apache 
first, make sure every thing works, then run LiteSpeed in parallel on 
different port, sharing the document root, then stop Apache and switch 
LiteSpeed to port 80. If anything goes wrong, switch back to Apache. The 
migration could be easier after we finish the Apache conversion tool. :-)
For JSP and Servlets, a external Servlet engine is required, Tomcat or 
Jetty is fine.
The biggest advantage of  running LiteSpeed in front of a servlet engine 
is, the servlet engine is protected from being abused, the quality of 
service can be much better.

If you need help with anything, just let us know.

Best regards,
LiteSpeed Team
Ryan A wrote:

Hi,
I am thinking of using LiteSpeed on a dedicated account that our company has
reciently purchased (P4 2.0GHZ, Linux, 80gb space, 100gb bandwidth.etc),
anybody out there already using it and facing any problems?
One of the main reasons we want to use it is because of PHP/JSP and
Servlets.
Cheers,
-Ryan
 

 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information

Our recommendation is, to setup your server environment with Apache 
first, make sure every thing works, then run LiteSpeed in parallel on 
different port, sharing the document root, then stop Apache and 
switch LiteSpeed to port 80. If anything goes wrong, switch back to 
Apache. The migration could be easier after we finish the Apache 
conversion tool. :-)


I suppose you're waiting for it before switching yourself?
Not at all. It is pretty easy to convert from Apache to LiteSpeed 
manually, depends on what features being used, it could be as easy as 
changing the document root.
What the conversion tool does is that it analyzes Apache's configuration 
file and set our XML configuration file accordingly, it takes care of 
details as much as it can. It is handy if you have a lot virtual servers 
and/or complicate rules for access control. We try to make server 
administration as easy as possible.
There is an Apache migration guide in our documentation already.

What we are waiting for are extra security features: chroot(almost 
done) and auto-ban. They are not available on Apache either we believe.

Best regards,
LiteSpeed Team
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information

If they aren't available with Apache either, why are you still using it?
No doubt, Apache is a good web server, everyone use it. ;-)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed Information

No doubt, Apache is a good web server, everyone use it. ;-)
 

What the heck?
   

Is this thread headed somewhere?
 

Sorry about this, Kirk. This thread should stop here. We can discuss it 
off the list if needed.




Re: [PHP] LiteSpeed Web Server 1.1

2003-10-08 Thread LiteSpeed
So it is basically like TUX, a kernel-based web server?
No, it runs completely in user space and be able to match TUX's 
performance for static content.

Best regards,
LiteSpeed Team
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: A new FREE web server can do PHP faster than Apache's mod_php

2003-07-18 Thread LiteSpeed

Hi there!

Do you feel the need for speed?
Lite Speed Technologies proudly introduces you LiteSpeed Web Server 1.0
LiteSpeed Web Server is a full featured, high performance, secure, and 
easy-to-use Web server that runs on Unix and Linux. It supports 
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP compression, IP 
level throttling, connection accounting, DoS attack prevention, and 
instant recovery mechanisms. Installation is very easy with pre-built 
binary. Administration and configuration is very easy through a Web 
interface (written in PHP).

Our benchmark shows that LiteSpeed web server can serve static content 
up-to 5 times faster than Apache And our PHP implementation through 
Fast CGI interface outperforms Apache's mod_php up-to 50%!

We are dedicated to bring the best web server products with combination 
of speed, security and easiness for you need, any comments, suggestions 
or criticisms are welcome.
The Standard Edition is free for commercial use, and we doubt you can 
get any web server this good without shelling out thousands of dollars.
For more information please visit our web site: 
http://www.litespeedtech.com

Did any one try our product? We'd like to hear from you. :-)

BTW: PHP Accelerator should work just fine.

Thank you,

LiteSpeed Team
http://www.litespeedtech.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: A new FREE web server can do PHP faster than Apache'smod_php

2003-07-18 Thread LiteSpeed Information
Thanks John, that's a good idea.

Please visit our website at 
http://www.litespeedtech.com/index.html?php-general

Thanks,
LiteSpeed
John Manko wrote:

You should leave an identification tag in your url.  This way when 
people click the
link you supplied, you can track where they are coming from

LiteSpeed wrote:


Hi there!

Do you feel the need for speed?
Lite Speed Technologies proudly introduces you LiteSpeed Web Server 1.0
LiteSpeed Web Server is a full featured, high performance, secure, 
and easy-to-use Web server that runs on Unix and Linux. It supports 
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP compression, 
IP level throttling, connection accounting, DoS attack prevention, 
and instant recovery mechanisms. Installation is very easy with 
pre-built binary. Administration and configuration is very easy 
through a Web interface (written in PHP).

Our benchmark shows that LiteSpeed web server can serve static 
content up-to 5 times faster than Apache And our PHP 
implementation through Fast CGI interface outperforms Apache's 
mod_php up-to 50%!

We are dedicated to bring the best web server products with 
combination of speed, security and easiness for you need, any 
comments, suggestions or criticisms are welcome.
The Standard Edition is free for commercial use, and we doubt you 
can get any web server this good without shelling out thousands of 
dollars.
For more information please visit our web site: 
http://www.litespeedtech.com

Did any one try our product? We'd like to hear from you. :-)

BTW: PHP Accelerator should work just fine.

Thank you,

LiteSpeed Team
http://www.litespeedtech.com







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: A new FREE web server can do PHP faster than Apache'smod_php

2003-07-18 Thread LiteSpeed Information
Thanks Mark, that's good idea.

Please visit our website at 
http://www.litespeedtech.com/index.html?php-general

Thanks,
LiteSpeed
Mark wrote:

Yes I am. Apache 2 is not considered safe with PHP, and Apache 1.3x
is missing some features I'd like... And IIS... well don't get me
started with IIS.
I guess I'll have to accelerate my linux/FreeBSD cwitchover plans.

--- LiteSpeed Information [EMAIL PROTECTED] wrote:

-
   Are you talking about Windows? We have plan to support more Unix
likesystems but no Windows. 

Thank you for your feedback,
LiteSpeed Team
Mark wrote:
 
I'd have been happy to. You don't support my OS.--- LiteSpeed
[EMAIL PROTECTED] wrote:  
   
Hi there!Do you feel the need for speed?Lite Speed Technologies
proudly introduces you LiteSpeed Web  
   
Server 1.0
 
LiteSpeed Web Server is a full featured, high performance,  
   
secure, and 
 
easy-to-use Web server that runs on Unix and Linux. It supports
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP  
   
compression, IP 
 
level throttling, connection accounting, DoS attack prevention,  
   
and 
 
instant recovery mechanisms. Installation is very easy with  
   
pre-built 
 
binary. Administration and configuration is very easy through a  
   
Web 
 
interface (written in PHP).Our benchmark shows that LiteSpeed web
server can serve static  
   
content 
 
up-to 5 times faster than Apache And our PHP implementation  
   
through 
 
Fast CGI interface outperforms Apache's mod_php up-to 50%!We are
dedicated to bring the best web server products with  
   
combination 
 
of speed, security and easiness for you need, any comments,  
   
suggestions 
 
or criticisms are welcome.The Standard Edition is free for commercial
use, and we doubt you  
   
can 
 
get any web server this good without shelling out thousands of  
   
dollars.
 
For more information please visit our web site:
http://www.litespeedtech.com/index.html?php-general  
   
Did any one try our product? We'd like to hear from you. :-)BTW: PHP
Accelerator should work just fine.Thank you,LiteSpeed
Teamhttp://www.litespeedtech.com-- PHP General Mailing List
(http://www.php.net/)To unsubscribe, visit:
http://www.php.net/unsub.php
   
=Mark
[EMAIL PROTECTED]
can't demand something as a right unless you are willing to fight
to death to defend everyone else's right to the same
thing.***__Do
you Yahoo!?SBC Yahoo! DSL - Now only $29.95 per
month!http://sbc.yahoo.com  



=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: A new FREE web server can do PHP faster than Apache'smod_php

2003-07-18 Thread LiteSpeed Information
Mark,

When you say Apache 1.3x is missing some features, do you mean on 
Windows or on all systems? I wonder what it is?

Thanks,
LiteSpeed
Mark wrote:

Yes I am. Apache 2 is not considered safe with PHP, and Apache 1.3x
is missing some features I'd like... And IIS... well don't get me
started with IIS.
I guess I'll have to accelerate my linux/FreeBSD cwitchover plans.

--- LiteSpeed Information [EMAIL PROTECTED] wrote:

-
   Are you talking about Windows? We have plan to support more Unix
likesystems but no Windows. 

Thank you for your feedback,
LiteSpeed Team
Mark wrote:
 
I'd have been happy to. You don't support my OS.--- LiteSpeed
[EMAIL PROTECTED] wrote:  
   
Hi there!Do you feel the need for speed?Lite Speed Technologies
proudly introduces you LiteSpeed Web  
   
Server 1.0
 
LiteSpeed Web Server is a full featured, high performance,  
   
secure, and 
 
easy-to-use Web server that runs on Unix and Linux. It supports
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP  
   
compression, IP 
 
level throttling, connection accounting, DoS attack prevention,  
   
and 
 
instant recovery mechanisms. Installation is very easy with  
   
pre-built 
 
binary. Administration and configuration is very easy through a  
   
Web 
 
interface (written in PHP).Our benchmark shows that LiteSpeed web
server can serve static  
   
content 
 
up-to 5 times faster than Apache And our PHP implementation  
   
through 
 
Fast CGI interface outperforms Apache's mod_php up-to 50%!We are
dedicated to bring the best web server products with  
   
combination 
 
of speed, security and easiness for you need, any comments,  
   
suggestions 
 
or criticisms are welcome.The Standard Edition is free for commercial
use, and we doubt you  
   
can 
 
get any web server this good without shelling out thousands of  
   
dollars.
 
For more information please visit our web site:
http://www.litespeedtech.com/index.html?php-general  
   
Did any one try our product? We'd like to hear from you. :-)BTW: PHP
Accelerator should work just fine.Thank you,LiteSpeed
Teamhttp://www.litespeedtech.com-- PHP General Mailing List
(http://www.php.net/)To unsubscribe, visit:
http://www.php.net/unsub.php
   
=Mark
[EMAIL PROTECTED]
can't demand something as a right unless you are willing to fight
to death to defend everyone else's right to the same
thing.***__Do
you Yahoo!?SBC Yahoo! DSL - Now only $29.95 per
month!http://sbc.yahoo.com  



=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: A new FREE web server can do PHP faster than Apache'smod_php

2003-07-18 Thread LiteSpeed Information
Thank you, Mark,

Apache 2.0 is a better choice to windows users we believe too.
Do you really think web server's built-in authentication features are 
useful and important? I think they are very limited and lacking 
flexibility. We have to use PHP's for our web admin interface and skip 
the web server's built-in authentication.

Thanks,
LiteSpeed
Mark wrote:

On Windows, for the most part, it's stability. Apache 1.3 was not
implemented in the native W32 API. Apache 2.0 is. Also mod_auth_ldap
is new. There are some other very minor things, but these are the
main ones.
Mark

--- LiteSpeed Information [EMAIL PROTECTED] wrote:
 

Mark,

When you say Apache 1.3x is missing some features, do you mean on

Windows or on all systems? I wonder what it is?

Thanks,
LiteSpeed
Mark wrote:

   

Yes I am. Apache 2 is not considered safe with PHP, and Apache
 

1.3x
   

is missing some features I'd like... And IIS... well don't get me
started with IIS.
I guess I'll have to accelerate my linux/FreeBSD cwitchover plans.

--- LiteSpeed Information [EMAIL PROTECTED] wrote:

-
  Are you talking about Windows? We have plan to support more
 

Unix
   

likesystems but no Windows. 

Thank you for your feedback,
LiteSpeed Team
Mark wrote:

I'd have been happy to. You don't support my OS.--- LiteSpeed
[EMAIL PROTECTED] wrote:  
  
Hi there!Do you feel the need for speed?Lite Speed Technologies
proudly introduces you LiteSpeed Web  
  
Server 1.0

LiteSpeed Web Server is a full featured, high performance,  
  
secure, and 

easy-to-use Web server that runs on Unix and Linux. It supports
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP  
  
compression, IP 

level throttling, connection accounting, DoS attack prevention,   
 

 
   

  
and 

instant recovery mechanisms. Installation is very easy with  
  
pre-built 

binary. Administration and configuration is very easy through a   
 

 
   

  
Web 

interface (written in PHP).Our benchmark shows that LiteSpeed web
server can serve static  
  
content 

up-to 5 times faster than Apache And our PHP implementation   
 

 
   

  
through 

Fast CGI interface outperforms Apache's mod_php up-to 50%!We are
dedicated to bring the best web server products with  
  
combination 

of speed, security and easiness for you need, any comments,  
  
suggestions 

or criticisms are welcome.The Standard Edition is free for
 

commercial
   

use, and we doubt you  
  
can 

get any web server this good without shelling out thousands of
 

   

  
dollars.

For more information please visit our web site:
http://www.litespeedtech.com/index.html?php-general  
  
Did any one try our product? We'd like to hear from you. :-)BTW:
 

PHP
   

Accelerator should work just fine.Thank you,LiteSpeed
Teamhttp://www.litespeedtech.com-- PHP General Mailing List
(http://www.php.net/)To unsubscribe, visit:
http://www.php.net/unsub.php
  
=Mark
 

[EMAIL PROTECTED]
   

can't demand something as a right unless you are willing to
 

fight
   

to death to defend everyone else's right to the same
 

thing.***__Do
   

you Yahoo!?SBC Yahoo! DSL - Now only $29.95 per
month!http://sbc.yahoo.com  



=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to
 

fight to death to defend everyone else's right to the same thing.
   

***

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com




 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
   



=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


 



[PHP] A new FREE web server can do PHP faster than Apache's mod_php

2003-07-17 Thread LiteSpeed Information
Hi there!

Do you feel the need for speed?
Lite Speed Technologies proudly introduces you LiteSpeed Web Server 1.0
LiteSpeed Web Server is a full featured, high performance, secure, and 
easy-to-use Web server that runs on Unix and Linux. It supports 
HTTP/1.1, SSL, CGI, FastCGI, PHP, JSP, Servlets, GZIP compression, IP 
level throttling, connection accounting, DoS attack prevention, and 
instant recovery mechanisms. Installation is very easy with pre-built 
binary. Administration and configuration is very easy through a Web 
interface (written in PHP).

Our benchmark shows that LiteSpeed web server can serve static content 
up-to 5 times faster than Apache And our PHP implementation through 
Fast CGI interface outperforms Apache's mod_php up-to 50%!

We are dedicated to bring the best web server products with combination 
of speed, security and easiness for you need, any comments, suggestions 
or criticisms are welcome.
The Standard Edition is free for commercial use, and we doubt you can 
get any web server this good without shelling out thousands of dollars.
For more information please visit our web site: http://www.litespeedtech.com

Thank you,

LiteSpeed Team
http://www.litespeedtech.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php