PHP5.1.2 as APACHE MODULE
Posted by: andycaicedo
Posted on: 2006-01-25 10:50:00
I just compiled PHP5.1.2 the lastest and it works as CGI but I need it to work as APACHE MODULE. I need help in editting the .htaccess file to get the server to run as an apache module.
PLEASE HELP:
example it didnot work
Options -indexes
LoadModule php5_module /home/andysuper/transmovil.com/php/bin/php
#</IfModule mod_php5.c>
php_value PHPIniDir /home/andysuper/transmovil.com/etc/php5
#</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on no
</IfModule>