Re: [Pi3web-users] Upgrading PHP 4.2.2 to 4.3.2RC1 and Extended Logging for AWStats
Brought to you by:
zimpel
|
From: <zi...@t-...> - 2003-04-10 18:27:38
|
Victor B. Gonzalez schrieb: > Hello Everyone, ^^ Hi Victor, > > I would appreciate any documentation in regards to upgrading PHP > *specifically for Pi3Web). I asked earlier and heard the latest > version is not compatible. If their is anyway to upgrade it and to > use any method (CGI, ISAPI) I'll be happy to know. ^^ It is possible to use the CGI version. It is done by putting the php.exe in the Pi3Web/cgi-bin/ folder. Then it is handled as any other CGI program. I do not reccomend to upgrade to PHP4.2.3RC1, because this is a release candidate under test. The php team may update the RC frequently, until 4.2.3 is released. This would be the best target for upgrading PHP4 support in Pi3Web. > > If at all a wish I would like to ask that future versions make > upgrading everything a little bit easier such as a way to simply > plug-in PHP and other common script languages (AHTML, > ActiveState, Python, etc)... ^^ It is simple to use all script languages as CGI. Perl should work 'out of the box' if perl.exe is in the search path. For others you may add mime types for content-mapping and the line how to invoke the interpreter to the configuration. To make many script languages available as a 'simple plugin' will slow down the server, because the extended configuration logic has to be interpreted per client request in order to fork the correct script interpreter. > > How do I extend the Logging format so I can use Log analyzers such > as AWStats? ^^ Refer to the documentation, e.g.: http://localhost/pidocs/Objects/HTTP.html#ExpressionLogger A customized logging can currently only be configured in ./Pi3Web/Conf/Config.pi3 (without admin GUI support). > > Thanks in advance :) > Regarding the SSL issue I need some more time to look into it. -- regards Holger TMTOWTDI - There's More Than One Way To Do It - Perl motto ---------------------------------------------------------- Holger 'zimpel' Zimmermann ---------------------------------------------------------- Wendishain Germany ---------------------------------------------------------- http://home.t-online.de/home/zimpel/ http://pi3web.sourceforge.net/ mailto:zi...@t-... ---------------------------------------------------------- |