HTTP Server Written entirely in PHP ?

HTTP Server Written entirely in PHP ?

am 19.04.2008 06:17:54 von Kinch Zhang

------=_Part_1675_4993355.1208578674520
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi, everyone:

I was wondering if there was any HTTP server written entirely in PHP with
the following features:

1. HTTP/1.1 compliance
2. Apache mod_rewrite-like URL rewrite support
3. Native PHP support ( not through CGI/FastCGI )
4. Support PHP 4.2.0 or above

Nanoweb is an HTTP server written in PHP but It doesn't support all the
above features.

So could anyone give me a clue if you know such a HTTP server ?

Regards,

Kinch Zhang


--
Kinch::The Missing Hacker

------=_Part_1675_4993355.1208578674520--

RE: HTTP Server Written entirely in PHP ?

am 19.04.2008 06:33:39 von Hans Zaunere

> I was wondering if there was any HTTP server written entirely in PHP
> with the following features:
>
> 1. HTTP/1.1 compliance
> 2. Apache mod_rewrite-like URL rewrite support
> 3. Native PHP support ( not through CGI/FastCGI )
> 4. Support PHP 4.2.0 or above
>
> Nanoweb is an HTTP server written in PHP but It doesn't support all the
> above features.
>
> So could anyone give me a clue if you know such a HTTP server ?

Why would you want one? Are you thinking #3

H



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

Re: HTTP Server Written entirely in PHP ?

am 19.04.2008 07:06:13 von Manuel Lemos

Hello,

on 04/19/2008 01:17 AM Kinch Zhang said the following:
> I was wondering if there was any HTTP server written entirely in PHP with
> the following features:
>
> 1. HTTP/1.1 compliance
> 2. Apache mod_rewrite-like URL rewrite support
> 3. Native PHP support ( not through CGI/FastCGI )
> 4. Support PHP 4.2.0 or above
>
> Nanoweb is an HTTP server written in PHP but It doesn't support all the
> above features.
>
> So could anyone give me a clue if you know such a HTTP server ?

You may want to take a look at these HTTP server classes:

http://www.phpclasses.org/bib_server

http://www.phpclasses.org/astahttpd


--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

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

Re: HTTP Server Written entirely in PHP ?

am 19.04.2008 07:12:58 von Kinch Zhang

------=_Part_1699_6690827.1208581978753
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Sat, Apr 19, 2008 at 1:06 PM, Manuel Lemos wrote:

> Hello,
>
> on 04/19/2008 01:17 AM Kinch Zhang said the following:
> > I was wondering if there was any HTTP server written entirely in PHP
> with
> > the following features:
> >
> > 1. HTTP/1.1 compliance
> > 2. Apache mod_rewrite-like URL rewrite support
> > 3. Native PHP support ( not through CGI/FastCGI )
> > 4. Support PHP 4.2.0 or above
> >
> > Nanoweb is an HTTP server written in PHP but It doesn't support all the
> > above features.
> >
> > So could anyone give me a clue if you know such a HTTP server ?
>
> You may want to take a look at these HTTP server classes:
>
> http://www.phpclasses.org/bib_server


Bib_server is quite nice, thank you for your link .


>
>
> http://www.phpclasses.org/astahttpd
>
>
> --
>
> Regards,
> Manuel Lemos
>
> PHP professionals looking for PHP jobs
> http://www.phpclasses.org/professionals/
>
> PHP Classes - Free ready to use OOP components written in PHP
> http://www.phpclasses.org/
>



--
Kinch::The Missing Hacker

------=_Part_1699_6690827.1208581978753--