Tarkus16
February 10th, 2005, 06:28 PM
I need to know what i have to modify in the httpd.conf file.. if someone can please give me simple to follow instructions about how to do it, that would be greatly appreciated, thank you in advance..
|
Click to See Complete Forum and Search --> : httpd.conf configuration HELP!! Tarkus16 February 10th, 2005, 06:28 PM I need to know what i have to modify in the httpd.conf file.. if someone can please give me simple to follow instructions about how to do it, that would be greatly appreciated, thank you in advance.. khp February 10th, 2005, 06:30 PM Do you have a question ? Tarkus16 February 10th, 2005, 08:48 PM Ok, i added the these lines into the end of the httpd.conf file: LoadModule php5_module "c:\php\php5apache2.dll" AddType application/x-httpd-php .php But i dont accualy have a file called php5apache2.dll, so when i run apache.exe it gives me an error that it cannot be found. does anyone know what i should do?? khp February 10th, 2005, 09:14 PM But i dont accualy have a file called php5apache2.dll, so when i run apache.exe it gives me an error that it cannot be found. does anyone know what i should do?? Have you thought about getting the php5apache2.dll file ? The Windows distribution of php5 at www.php.net seems like a reasonable place to look for it. blueday54555 February 11th, 2005, 03:18 AM the php4apache2.dll file is normally in the sapi directory of php. LoadModule php4_module C:/php/sapi/php4apache2.dll codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |