If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Problems while configuring HTTP 2.2 and PHP 5.x

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-29-09, 02:13
urs_77 urs_77 is offline
Member
 
Join Date: Jan 2003
Location: Schaumburg, IL
Posts: 79
Red face Problems while configuring HTTP 2.2 and PHP 5.x

Hello,

I am configuring AMP on Windows XP.

The version of Apache is 2.2.11 and PHP is 5.2.9.

Initially, when I installed Apache, the http service came up properly. However, after adding the following lines to httpd.conf, the HTTP Server is not coming up.

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

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "c:\php"

I am getting the following error:
The requested operation has failed!

I am new to Apache and PHP. I will truly appreciate any help that is rendered.

Regards,
Naveen.
__________________
Naveen Urs
DBA Manager
IBM Certified Solutions Expert - DB2 LUW V7, V9
Reply With Quote
  #2 (permalink)  
Old 05-29-09, 03:14
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
did you try the easy way of downloading the XAMP package?
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 05-29-09, 03:23
urs_77 urs_77 is offline
Member
 
Join Date: Jan 2003
Location: Schaumburg, IL
Posts: 79
What is a XAMP package? Can you please explain more on XAMP package? Also, can you tell me where to go and download this package?
__________________
Naveen Urs
DBA Manager
IBM Certified Solutions Expert - DB2 LUW V7, V9
Reply With Quote
  #4 (permalink)  
Old 05-29-09, 04:26
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
xamp is a composite package that includes php, apache, mysql and one or two other bits and pieces. because its all from the same source it installs easily all dependencies and config is done for you. its not a safe installation for a production site (because it sets things up in the simplest way possible). that means you will have to make changes tot he installation if its for a production site. its designed for people who are 'dipping' their toes in the water of installing a web development environment.

as to where you download it I'd suggest you do a google
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On