Vladimir Litovka schrieb: > > Hello! ^^^^ Hi! > > I'm new to Pi3. Before any downloads and setups I need to know about > Pi3's features: > > 1) Does it supports SSL? ^^^^ Not at this time, under development. > 2) Does it supports HTTP Auth? ^^^^ Yes > 3) The common Pi3's level of stability and productivity? ^^^^ very stable, for productivity look at http://localhost/pidocs when the server is running. Added the features site 'cause you write you did not got it until now. (without linked resources and graphics but it'll tell you what you want to know. > 4) Does it has embedded language (like PHP3 as Apache's module?) If so, > can I control HTTP-Auth from this language? And even more - which > features has this language: database support, file operations support, > socket support, etc? ^^^^ The Pi3Perl embedded script language is under development too. You can use Perl 5 (Win32) for the above things too. (www.activestate.com) > > I'm plan to use Pi3 under Windooze - so I need all of these features > supported under Windooze. > > Thanks in advance :) ^^^^ No matter > > --- > Vladimir Litovka <doka@webest.com>, lamer -- with regards Holger --------------------------------------------------------- Holger 'Zimpel' Zimmermann Contact me: --------------------------------------------------------- Wendishain tel./fax company: on demand Germany tel./fax private: on demand --------------------------------------------------------- homepage: http://home.t-online.de/home/zimpel@t-online.de web server: surf to it from my homepage (online every Sunday 20:00-24:00 GMT, start shifted again) e-Mail: zimpel@t-online.de --------------------------------------------------------Title: Pi3Web Feature Suite
If the server was setup and configured using the Pi3Web enhanced interface (EnhPi3.exe) on Windows 95/NT most but not all these tutorial features will be available.
Host
HeaderHost
HTTP header field. This field contains the intended
server for the request. Pi3Web implements the VirtualHostByName handler
to allow configurations and processing to change depending on the Host
header field.
host.foo.dom
supported two virtual hosts with URL's:
http://host.foo.dom/site1/<path> http://host.foo.dom/site2/<path>The Pi3Web handler VirtualHostByURL facilitates assignment of different virtual hosts based on the requested URL path.
Return to index.
Return to index.
Click this here to view the error message generated using server-side includes in the event of a 404 (Not Found) error.
Return to index.
Click this link to view an SSI test page.
For further information refer to the SSI handler SendSSI.
Return to index.
If you start a fast cgi application server using something like
cgi-fcgi -start -connect :3333 echo.exe
you will be able to issue a fast CGI request against it with /cgi-fast/FCGI3333.txt/path_info?qs1&qs2.
Test other fast CGI applications:
URL | Connects to Fast CGI application at |
---|---|
/cgi-fast/FCGI3333.txt/path_info?qs1&qs2. | localhost:3333 |
/cgi-fast/FCGI3334.txt/path_info?qs1&qs2. | localhost:3334 |
/cgi-fast/FCGI3335.txt/path_info?qs1&qs2. | localhost:3335 |
Should map to
/home/jroy/public_html/hello
Return to index.
Click here.
Return to index.
Note that the facility to view the server logfiles has been removed from the 'Features' configuration. If you are using the 'Devel' configuration or the logfile mapping has been re-enabled then the server logfiles can be seen here logfiles.
Return to index.