Welcome to the
PHPico Web Server
Home @ SF
 
This is a really small server, which is stand alone, single threaded and all code is load only once.

Requirements: PHP 4.2.0 with socket functions enabled

The server is © 2002 by ALeX Kazik
Actual Release PHPicoWebServer/0.1
Sourceforge Sourceforge
Running PHPico Server
 
Manual Table of Contents:
 
server.php
Source
The server do only handle the incoming and outgoing HTTP requests, and sets up the super global variables. No page is build by the server itself, for each request a user function is called to deliver the page.
run_me.php
Source
This Test Suite shows, an example of, what the server can do, and how easy it is.
Show the phpinfo()This is
the manual

Please start
run_me.php
Generate a redirect from "/dir" (bad request) to "/dir/"
List this directory (dirlister.php)
Show all variables, and the server config,
play with GET, POST and COOKIE
Keep the connection open, and display the next request
Display a "please wait..." page, and do a meta-redirect to /wait.html
Quit the server
Play a round TicTacToe
(only 2 humans, tictactoe.php)
View this log files
dirlister.php
Source
Create Apache like directory listings.
This version has no support for everything except regular files.
tictactoe.php
Source
The game.
texts.php
Source
All the texts in Home/Manual.
 
Valid XHTML 1.0! Valid CSS!