alin19 Posted November 17, 2007 Share Posted November 17, 2007 http://www.etutoriale.ro/articles/154/1/Instalare-Apache,-MySQL-si-PHP-in-Windows i've try'ed to configure my apache, mysql and php using this tutorial, except this line : LoadModule php5_module "c:/php/php5apache2.dll" i didn't find this on the http.conf configuration file and when i open my browser and try to type localhost/test.php it tryes to download something, what i must do? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 17, 2007 Share Posted November 17, 2007 You have to add that line into the httpd.conf at the end of the LoadModule list You'll also want to add: AddType application/x-httpd-php .php To the httpd.conf, I suggest adding that line after: AddType application/x-gzip .gz .tgz Save the httpd.conf and restart Apache. Quote Link to comment Share on other sites More sharing options...
alin19 Posted November 17, 2007 Author Share Posted November 17, 2007 # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: # AddType application/x-compress .Z AddType application/x-gzip .gz .tgz AddType application/x-httpd-php .php i have those lines but if i add loadmoadule php5... my apache won't restart Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 17, 2007 Share Posted November 17, 2007 What version of Apache do you have installed? Make sure you have installed Apache2.0.x in order for php5apache2.dll If you have Apache2.2.x you should use php5apache2_2.dll as the module Also attach your httpd.conf file here. Quote Link to comment Share on other sites More sharing options...
alin19 Posted November 17, 2007 Author Share Posted November 17, 2007 i have apache 2.2.2 and php 5.1.4 in the php directory i cant find php5apache2_2.dll Quote Link to comment Share on other sites More sharing options...
alin19 Posted November 17, 2007 Author Share Posted November 17, 2007 i'll try to download a newer version, you're right that dll is for apache 2.0 if i hover the mouse pointer over that dll it says that 10 guy's, you're the best Quote Link to comment Share on other sites More sharing options...
alin19 Posted November 17, 2007 Author Share Posted November 17, 2007 IT WORKS !!!!!!!!!!!!!!!!1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.