php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35853 not really a bug; where do you submit new self-developed sapi's / modules?
Submitted: 2005-12-30 19:19 UTC Modified: 2005-12-30 21:08 UTC
From: mm at mxs dot de Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.1.1 OS: n/a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mm at mxs dot de
New email:
PHP Version: OS:

 

 [2005-12-30 19:19 UTC] mm at mxs dot de
Description:
------------
I made a sapi called "miniphp" that can run php scripts from command line (same as cli sapi) but also contains a small webserver aimed for administration webs.
So the miniphp sapi can be used to include web-administration-frontends at minimal size.

./miniphp -r /path/to/webroot -c /path/to/php.ini -b 0.0.0.0 -p 8080 -u nobody -g nogroup

would start a Webserver at :8080 and serve images and php scripts from /path/to/webroot.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-30 20:03 UTC] tony2001@php.net
internals@lists.php.net ?
I can't believe you didn't know about the list.

 [2005-12-30 21:08 UTC] mm at mxs dot de
actually I didn't ;) Thank you
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Aug 12 05:00:01 2026 UTC