Bien por lo de quitar el error,
pero lo del acceso a los sites y la carga de ficheros no se si la tienes bien configurada. Loadmodule es solamente modulos que establece Apache para determidas aplicaciones.
Mira un ejemplo de mi configuracion que tengo en mi server Red Hat 9.
<VirtualHost 192.168.0.1>
ServerName miserver
ServerAdmin admin
DocumentRoot /web/sitios/misitio
ServerAlias
www.misitio.com.co
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4 (Aqui es donde puedes habilitar las extensiones para que pueda aceptar php)
</VirtualHost>
O en su defecto encuentra la linea siguiente el el httpd.conf y verifica si tienes esas extensiones activadas:
# 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 index.php default.php index.htm default.htm default.html
Cualquier cosa estoy en contacto todo el dia.
e-mail:
[email protected]