Praticamente ho seguito la guida alla lettera. però ho dei problemi con l'integrazie di php4.4.2 con apache 2.2.2
praticamente la guida dice che devo modificare il file httpd.conf alla stringa
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
# The index.html.var file (a type-map) is used to deliver content-
# negotiated documents. The MultiViews Option can be used for the
# same purpose, but it is much slower.
#
DirectoryIndex index.html index.html.var
ma sul mio c'e
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
#
Come devo procedere? io ho provato con
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
#
ma quando avvio apache mi da errore: cannot load c:/php/php4apache2.dll