PHP5 and APACHE2 work but not best



Hi at all

I installed locally the server APACHE 2 and PHP 5
I configured PHP as CGI with the folloring code into the apache
configuration file

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"

I choice to configure as CGI becasuse the following code not work

LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php

PHPIniDir "C:/WINDOWS"

Configuring PHP as CGI at home locally it work but not so better like on
line and it do rot return me many variables value of my script.

phpinfo() return:
PHP Version 5.1.2



System Windows 9x PC 4.10
Build Date Jan 11 2006 16:35:21
Configure Command cscript /nologo configure.js "--enable-snapshot-build"
"--with-gd=shared"
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS\PHP.ini
PHP API 20041225
PHP Extension 20050922
Zend Extension 220051025
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper,
string.tolower, string.strip_tags, convert.*, zlib.*


Please what can I do to work best?

Regards

Steel



.



Relevant Pages

  • Re: PHP5 and APACHE2 work but not best
    ... I configured PHP as CGI with the folloring code into the apache ... I choice to configure as CGI becasuse the following code not work ... Configuration File Path C:\WINDOWS\PHP.ini ...
    (comp.lang.php)
  • Re: fsockopen problem
    ... it when you configured PHP? ... I am running php 5.1.4 with apache 2 on fedora core 4. ... The OP is talking about the client end of an SSL ...
    (comp.lang.php)
  • Re: php-5.2.11 / apache2: libphp5.so: undefined symbol _emalloc
    ... I am trying to upgrade php on a rather old RedHat system. ... this error can also accure if you succesfull compiled php but the final file ...
    (comp.lang.php)
  • Re: Https
    ... > it when you configured PHP? ... solution if you enable ssl streams in your configuration. ... > a script for other users that can't change their php installation. ... you need to resort to a Curl based solution as Curl ...
    (php.general)
  • Re: What websites use Lisp?
    ... languages, frameworks, and libraries are used by various websites. ... languages for their CGI applications, my personal answer is that I ... In the future I plan to switch to PHP for the ... different alias to that script for each user online at a given ...
    (comp.lang.lisp)