> I even tried the LoadModule trick, but since I didn't compile as a
> module, that just gave me an error when I restarted the  server.

And therein lies the rub.

If you compiled as a stand-alone binary (aka CGI) you don't want AddHandler,
you want "Action".

Something not unlike:

Action application/x-httpd-php4 /full/path/to/wherever/you/hid/php

PS  You probably do want to try to do the Module thingie ASAP.  Way mo'
betta.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to