1.httpd.conf
LoadModule php4_module E:/PHP/php-4.4.9/sapi/php4apache2.dll
AddType application/x-httpd-php .php
2.copy php4st.dll ? to system32
3.copy php.ini to windows, it seems auto config.
apache 2.2x seems error,so don't use it ,use apache 2.0
debug:
only need ZendDebugger-5.2.14-cygwin_nt-i386.zip and config by the readme.
ssl:
need apache-ssl zip
config ssl
add
listen 443 to httpd.conf is importtant
#PHPIniDir "E:/PHP/php-5.2.8-Win32" don't make sence, need to move php.ini to c:\windows
ssl error : 38179?
the libeay32.dll and ssleay32.dll in apache is to old, copy these
two dll from php dir to apache/bin dir.
openssl can't be init after set in php5, copy these
two dll from php dir to apache/bin dir.
php5/apache2 apache die,need debug : copy libmysql.dll to apache/bin
SSL://smtp.gmail.com error
ssl://smtp.gmail.com right
amazing...
less step to install:
1.install apache
http.conf
1.
LoadModule php5_module C:/PHP5/php5apache2.dll
PHPIniDir "C:/php5"
2.
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
3.
DirectoryIndex index.php index.html index.html.var
php.ini need change ext and open dll.
posted on 2008-12-06 16:46
R.Zeus 阅读(329)
评论(0) 编辑 收藏 所属分类:
PHP