-
Hello,
recently I was asked, how a minimalist Pi3Web Server can be packaged
in order to run it automatically from CD/DVD-ROM on a Win32 target system.
I assumed for the simpliest possible use case:
- no administration GUI
- only static HTML
- no access log
- launched automatically from read only medium (no absolute paths, no error log)
- server bound to localhost/127.0.0.1
The...
2009-02-07 12:52:22 UTC in Pi3Web
-
Hi,
first of all all the best for 2009 for all Pi3Web users.
Recently I published in the 'News' section, how to setup PHP5Pi3Web with PHP 5.2.7.
One important related hint (credits to Gavin Stephens, NZ) is, that from PL2 of Pi3Web 2.0.3 PHP5 support became mandatory, i.e. before this incremental patch is applied, PHP5Pi3Web should be installed first.
Otherwise you will get error...
2009-01-05 11:16:49 UTC in Pi3Web
-
works with PHP 5.2.7 again.
2008-12-30 12:05:21 UTC in Pi3Web
-
zimpel added the Pi3Web-x86Win32-2_0_3-pl4.zip file.
2008-12-07 09:08:31 UTC in Pi3Web
-
zimpel committed patchset 692 of module Pi3Web_200 to the Pi3Web CVS repository, changing 1 files.
2008-12-07 08:39:08 UTC in Pi3Web
-
zimpel committed patchset 691 of module Pi3Web_200 to the Pi3Web CVS repository, changing 1 files.
2008-12-07 08:19:32 UTC in Pi3Web
-
zimpel committed patchset 690 of module Pi3Web_200 to the Pi3Web CVS repository, changing 1 files.
2008-12-07 08:14:35 UTC in Pi3Web
-
zimpel committed patchset 689 of module Pi3Web_200 to the Pi3Web CVS repository, changing 1 files.
2008-12-04 21:01:53 UTC in Pi3Web
-
zimpel added the Pi3Web-x86Win32-2_0_3-pl3.zip file.
2008-12-04 20:52:49 UTC in Pi3Web
-
Yes, it is possible to set the variable DOCUMENT_ROOT.
It depends on the way you are using PHP (embedded or
CGI) and the version (embedded it works only with PHP 5).
But there's no internal expression, which can be evaluated,
you have to set the physical path as literal string (this
could only be a problem, when many virtual hosts with
different settings of DOCUMENT_ROOT exist).
The...
2008-06-02 17:29:50 UTC in Pi3Web