Jump to content

Apache installation


adragan

Recommended Posts

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

 

Link to comment
Share on other sites

 



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.

Link to comment
Share on other sites

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