adragan Posted November 19, 2014 Posted November 19, 2014 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
Administrators Farshad Mohajeri Posted November 19, 2014 Administrators Posted November 19, 2014 If you enable mod_isapi in apache it will run dll files when you give a proper url.
Arvin Feng Posted November 20, 2014 Posted November 20, 2014 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.
Administrators Farshad Mohajeri Posted November 20, 2014 Administrators Posted November 20, 2014 The latest official version for Windows is 2.2. Where from did you get 2.4?
Abaksoft Posted March 22, 2015 Posted March 22, 2015 Hi, Maybe it can help : New release 2.4 http://httpd.apache.org/docs/current/mod/mod_isapi.html
Recommended Posts