hi again Boyle this is steve Burrus and let me tell u that the solution
which I found last nite to the problem that I posted : have nothing in the file now thus when I try to run it in my browser there is just a blank web page.... is this in the phpinfo.php file : <?php phpinfo(); ?> when I ran this in my browser it presented me with a long page of information on PHP!! I have now another problem though and that is that it seems like right after I install apache I can get it to activate with the PHP integration okay but as soon as the next morning it fails to start for me! Can u please help me with this? Boyle Owen wrote: -----Original Message----- From: Steve Burrus [mailto:burrus1@xxxxxxxxxx] Sent: Tuesday, December 05, 2006 9:40 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: How Do I Integrate Apache w. PHP? hi owen this is steve Burrus. since it looks like only you responded back to me about my problem let me tell u that I think that I got apache 2.2 going/activated with PHP with this in the apache configuration file : LoadModule php5_module "c:/php/php5apache2_2.dll".That looks a more believable path.Let me also tell you that I am a newbie at using apache with PHP so I read that I need to run the phpinfo.php file to test the server but I have nothing in the file now thus when I try to run it in my browser there is just a blank web page.Excellent! It sounds like it is working... (if the file had not been parsed, there would have been an error message).What should I put into this file??A whole lot of PHP stuff, the discussion of which is off-topic on an *apache* mailing list... Hiowever, you might try this http://www.phpbb.com/kb/article.php?article_id=213 BTW - this is the second hit when you type "phpinfo.php" into Google (hint, hint...) Beyond that, there is excellent documentation available on the web. Start here: http://ch2.php.net/tut.php Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.thanx in advance for your help. Boyle Owen wrote: -----Original Message----- From: Steve Burrus [mailto:burrus1@xxxxxxxxxx] Sent: Tuesday, December 05, 2006 6:33 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: How Do I Integrate Apache w. PHP? well after I tried to integrate PHP with apache 2.2 all that I seemingly got for my efforts was this apache server error message saying this. Can anyone please help me with this dire problem? "httpd.exe: Syntax error on line 71 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/php5apache2.dll into server: The specified module could not be found." I don't mean to be facetious, but do you understand what this message is saying? Is your module really at C:/php5apache2.dll ? That is, if you start on the Desktop, click on "My Computer" and then on "C:", do you immediately see php5apache2.dll? Incidentally I put in the line into the Apache configuration file that says "LoadModule php5_module "c:/php5apache2_2.dll" to only get the error message above! "c:/php5apache2_2.dll" is not the same as "C:/php5apache2.dll" from the error message above, Did you change something? What is the real name and full path to the PHP module file? Try to think a little about what the LoadModule directive is doing - it is telling apache where to find the module to load. For this to succeed, it needs an accurate path to the file. It appears not to be getting it as implied by the message, "...The specified module could not be found." Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. Steve Burrus wrote: Hi everyone. I am still looking for help/assistance with this problem of mine re. how exactly I should go about the integration of PHP Scripting with the Apache server 2.2. Can anyone please lay out the steps involved to do this procedure? Thanx. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> <http://httpd.apache.org/userslist.html> <http://httpd.apache.org/userslist.html> <http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> <http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx |