Jump to content

Recommended Posts

Posted

We need more information about how to install the *.dll in apache environment.

 

From the instructions given we can either list the hole directory and then click on the dll and run it

or block the listing of the directory and then the dll "is not found".

 

What are the "proper" parameters for the installation ?

 

I would also like to be able to user some www.some_server/my_site and not www.some_server/my_site.dll

 

Thanks

 

Posted
 



LoadModule isapi_module modules/mod_isapi.so

AddHandler isapi-handler .dll
<Directory "D:/Arvin/MyProduct/DPMS/Source/FrontUI/Win32/Release">
Options Indexes FollowSymLinks ExecCGI
AllowOverride None
Allow from all
</Directory>
Alias /ws "D:/Arvin/MyProduct/DPMS/Source/FrontUI/Win32/Release"


hi, Farshad

 


Everything is working fine for apache2.2,  bug not working for apache2.4.

 

why ?  thx.

  • 4 months later...
×
×
  • Create New...