[Reddes.bvs-tech] Funcionar IAH con Apache 2.0

Satu Jurado jurado020607 at gmail.com
Mon Feb 27 12:37:57 BRST 2012


Hola Amigos.

Tengo algunas bases de datos funcionando con IAH en Apache 1.3, pero
cuando lo instalo en Apache 2.0 y (verifico que esta funcionando
bien), al ejecutar el motor IAH,  me aparece el siguiente mensaje:

iAH error | aplication definition file | unable to open
C:\iah-packet\htdocs\iah\index.htm/iah.def
Check the instalation process and the call to iAH.

En el IAH. def, esta definido asi:

[PATH]

PATH_DATA=/iah/
PATH_CGI-BIN=/iah-packet/cgi-bin/iah/
PATH_DATABASE=/iah-packet/bases/iah/

[APPEARANCE]

BODY BACKGROUND COLOR=#FFFFFF
BODY TEXT COLOR=black
BODY LINK COLOR=blue
BODY VLINK COLOR=blue
BAR BACKGROUND COLOR=#A5BDAD
BAR TEXT COLOR=black

[HEADER]

LOGO IMAGE=bvs.gif
LOGO URL=^phttp://www.bvs.br/^ehttp://www.bvsalud.org/^ihttp://www.virtualhealthlibrary.org/
HEADER IMAGE=online.gif
HEADER URL=^p/iah/P/index.htm^e/iah/E/index.htm^i/iah/I/index.htm

[IAH]

MANAGER E-MAIL=iah en bireme.br
REVERSE MODE=ON
MULTI-LANGUAGE=ON


Y en la configuracion del apache, tengo:

<VirtualHost *>
     ServerAdmin jurado0206 en yahoo.es
     DocumentRoot "/iah-packet/htdocs"
     <Directory "/iah-packet/htdocs">
                AllowOverride None
                Options FollowSymLinks MultiViews
                Order deny,allow
                Allow from all
     </Directory>
     ServerName siteIAH
     DirectoryIndex index.htm index.php homepage.htm
     ScriptAlias /cgi-bin/ "/iah-packet/cgi-bin/"
     <Directory "/iah-packet/cgi-bin">
                AllowOverride None
                Options FollowSymLinks
                Order deny,allow
                Allow from all
     </Directory>
   </VirtualHost>



¿Alguna Sugerencia ? Todavia lo estoy probando Localmente ( Localhost)

Jesus E. Jurado


More information about the Reddes.bvs-tech mailing list