logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 487 error (new to PHP & Apache
Author
bearsdenred



Joined: 31 Aug 2006
Posts: 2

PostPosted: Thu 31 Aug '06 0:55    Post subject: 487 error (new to PHP & Apache Reply with quote

Hi guys, trying to teach myself Apache and PHP with MySql to get extra knowledge after graduating and finding this old apache a nightmare to operate.

I have Mysql working and PHP working as i tried the PHP code in the local host, this got me the text to display.

now my issue is getting apache 2.2.X to work, atm, i have the error 487 problem.

due to a slight hiccup, i have got my XP home on E:\ rather than C:\

So heres what i done so far.

===============

PHP

copied 2 files into

windows/system32
windows

installed on C:\PHP

have removed the ; from

extension_dir = "c:\php\ext"
extension=php_msql.dll
extension=php_mysqli.dll


==========
APACHE

Added this to end of APACHE (HTTPD)

# Installing the additional lines of code
Loadmodule php5_module c:/php/php5apache2.dll
AddType application/x=httpd-php .php
AddType application/x=httpd-php .php-source .phps


*** when i run Test Confiq

i recieve, HTTPD error, 487, of E:/program files/Apache software foundation/apache2.2/conf/httpd.conf

Cannot load c:/php/php5apache2.dll

======
MySQL

had no problems with this, got into changing my root password no problemos.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 31 Aug '06 9:19    Post subject: Reply with quote

The 4xx errors are Client errors. For Apache I couldn't find error code 487. Can there an error in line 487 in httpd.conf?

List of http 1.1 errors
Back to top
bearsdenred



Joined: 31 Aug 2006
Posts: 2

PostPosted: Thu 31 Aug '06 11:52    Post subject: Reply with quote

seems to be an issue loading

LoadModule php5_module C:/php/php5apache.dll
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 31 Aug '06 14:14    Post subject: Reply with quote

bearsdenred wrote:
seems to be an issue loading

LoadModule php5_module C:/php/php5apache.dll


Do you load php5apache.dll or php5apache2.dll ?
Back to top


Reply to topic   Topic: 487 error (new to PHP & Apache View previous topic :: View next topic
Post new topic   Forum Index -> Apache