Dear friends
I have use "apache_2.2.14-win32-x86-openssl-0.9.8k.msi" for installing web server for PHP. and after that run "php-5.2.11-win32-installer.msi".
but befor end of instalation , i have recived 2 error message.
"error trying access http.conf file you will need to manually config the web server"
second one
"error trying access the local web service: GetObject failed you will need to manually configure the web server"
for first error according
http://ir.php.net/manual/en/install.windows.apache2.php i have added 3 below lines at end of httpd.conf
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
is it correct?
and about second error message what should i do?
howerver befor installing php,apache worked ,but after installing php , apache don't work.
please help me