28/01/2005, 11:41
|
| | | Fecha de Ingreso: agosto-2004 Ubicación: Panamá
Mensajes: 442
Antigüedad: 20 años, 2 meses Puntos: 4 | |
El apache me tira error por una linea en el httpd.conf Tengo apache 2.0.52 en XP. No he podido empezar a trabajar con el apache porque al darle testeo me dice que tengo un error de sintaxis, que el index.html.var es un comando invalido pero la verdad es que lo configure tal cual como esta en un manual de una page. Que alguien me ayude con esto.
Aqui les dejo las lineas donde tengo incluido el comando.
#
# 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.htm index.php index.php3 index.php4 index.phtml index.html.var
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps |