Configuração Apache

Delphi

28/10/2003

Ola gente

Estou com dificuldades em configura o apache para rodar aplicativos intraweb (.dll), Alguem já fez esste tipo de configuração ?

atenciosamente

Walbert castro


Wcprog

Wcprog

Curtidas 0

Respostas

Qmd

Qmd

28/10/2003

ex: para rodar o IW http://127.0.0.1/qmd/IWISAPIProject.dll

Altere na config do apache (C:\Apache\Apache2\conf\httpd.conf) :

#qmd alias
Alias /qmd/ ´C:/Apache/Apache2/qmd/´

<Directory ´C:/Apache/Apache2/qmd/´>
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>

AddHandler isapi-isa .dll


:wink:


GOSTEI 0
POSTAR