Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-29 Thread Bruce Hyatt

I'm no expert but what jumps out at me is that you say you're trying to 
integrate php 5.2.1 but your web server is trying to load a php 6.0.0 dll.

Bruce

> Mr. Steve Burrus wrote:
  hi I still need help/assistance
w.
trying to integrate php with the apache server. the version of php in
question is 5.2.1 and the version of apache is 2.2.4. I got this
integrated some time ago but cannot now. 

me again. the server error msg. which I get when I try to start up
apache is : 

>>"httpd.exe: Syntax error on line 74 of C:/Program Files/Apache
Software Foundatio
n/Apache2.2/conf/httpd.conf: Cannot load C:/php-6.0.0/apache2_2.dll
into server:
 The specified module could not be found."<<

now what could be causing this???

___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Huesser Peter
Another possiblilty is: http://www.apachefriends.org/en/xampp.html

 

Pedro

 



From: Bill Angus [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 29. März 2007 00:57
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

 

If you are in windows environment, you might try using Apache 2.2.3 from a 
competently compiled distro (like the one at http://hunter.campbus.com )

 

As you will know already, you need a command as follows in httpd.conf ?

 

LoadModule php5_module "C:\php\php5apache2_2.dll"

- Original Message - 

From: Mr. Steve Burrus <mailto:[EMAIL PROTECTED]>  

To: users@httpd.apache.org 

Sent: Wednesday, March 28, 2007 1:36 PM

    Subject: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

 

hi I still need help/assistance w. trying to integrate php with the 
apache server. the version of php in question is 5.2.1 and the version of 
apache is 2.2.4. I got this integrated some time ago but cannot now. 



Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread William A. Rowe, Jr.
Mr. Steve Burrus wrote:
> Mr. Steve Burrus wrote:
>> *hi I still need help/assistance w. trying to integrate php with the
>> apache server. the version of php in question is 5.2.1 and the version
>> of apache is 2.2.4. I got this integrated some time ago but cannot now. *
> me again. the server error msg. which I get when I try to start up
> apache is :
> 
>>>"httpd.exe: Syntax error on line 74 of C:/Program Files/Apache
> Software Foundatio
> n/Apache2.2/conf/httpd.conf: Cannot load C:/php-6.0.0/apache2_2.dll into
> server:
>  The specified module could not be found."<<
> 
> now what could be causing this???

You are missing apache2_2.dll from your C:/php-6.0.0/ directory, perhaps?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Mr. Steve Burrus

Mr. Steve Burrus wrote:

hi I still need help/assistance w. trying to integrate php with the 
apache server. the version of php in question is 5.2.1 and the version 
of apache is 2.2.4. I got this integrated some time ago but cannot now.


me again. the server error msg. which I get when I try to start up 
apache is :


>>"httpd.exe: Syntax error on line 74 of C:/Program Files/Apache 
Software Foundatio
n/Apache2.2/conf/httpd.conf: Cannot load C:/php-6.0.0/apache2_2.dll into 
server:

The specified module could not be found."<<

now what could be causing this???



Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Bill Angus
If you are in windows environment, you might try using Apache 2.2.3 from a 
competently compiled distro (like the one at http://hunter.campbus.com )

As you will know already, you need a command as follows in httpd.conf ?

LoadModule php5_module "C:\php\php5apache2_2.dll"

- Original Message - 
  From: Mr. Steve Burrus 
  To: users@httpd.apache.org 
  Sent: Wednesday, March 28, 2007 1:36 PM
  Subject: [EMAIL PROTECTED] Still Need Help w. PHP And Apache


  hi I still need help/assistance w. trying to integrate php with the apache 
server. the version of php in question is 5.2.1 and the version of apache is 
2.2.4. I got this integrated some time ago but cannot now. 


[EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Mr. Steve Burrus
hi I still need help/assistance w. trying to integrate php with the 
apache server. the version of php in question is 5.2.1 and the version 
of apache is 2.2.4. I got this integrated some time ago but cannot now.