hi,
I've done my first php installation on a *nix box ...
after unzipping the tar, I've done:

/configure --with-mysql --with-apx
make
make install
(and I've put the php.ini in the right location)

Now I have a binary php interpreter (and it works fine) in /usr/local/bin and 
so I've tried to configure apache to parse all php file 
using /usr/local/bin/php 

on the apache's httpd.conf I've set: 
 
ScriptAlias /php/ "/usr/local/bin/"
Action application/x-httpd-php "/php/php"
AddType application/x-httpd-php .php .phtml

but this doens't work ... :(
(I've restarted my apache server)

Can anyone help me, please?

many thanks in advance
max


-- 
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