Here's a cool little PHP app ... Requires PHP to be compiled as a standalone
CGI with --enable-pcntl as a config option.

http://nanoweb.si.kz/

Nanoweb is a modular http server written in PHP 4.2.

Nanoweb's main features are :
*    Decent performance
*    HTTP/1.1 compliant
*    CGI support 
*    Name based virtual hosts
*    Authentication
*    Keep-alive connections
*    Server Side Includes
*    Apache combined and MySQL logging
*    gzip compression support

Fun code. : )

-Clay


> From: Stuart Dallas <[EMAIL PROTECTED]>
> Organization: SharedServer.net
> Reply-To: Stuart Dallas <[EMAIL PROTECTED]>
> Date: Thu, 13 Jun 2002 17:08:41 +0100
> To: "Kevin Caporaso" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP with No Web Server?
> 
> On Thursday, June 13, 2002, 5:00:23 PM, you wrote:
>> In other words.. Can PHP serve as the Web Server or is another web server
>> required to handle the socket connections, etc.?
> 
> PHP can serve as a web server, but you would need to write (find) the code to
> do it - I'm sure there is plenty out there. However, to answer the question I
> think you were asking, PHP does not come with a ready-to-run web server.
> 
> -- 
> Stuart
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to