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