gpaulino Posted September 24, 2012 Posted September 24, 2012 Hello I need to know if there is any way to install add an ISAPI application unigui in apache but under Ubuntu and I have everything set as the manual says but it does not work if someone could explain I'm doing wrong here my settings. AddHandler isapi-handler. Dll <Directory "/media/3CDDB0DF58675C58_/Raiz/compartido_VT/WebNomina"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow, deny Allow from all </ Directory> Alias / WebNomina "/ media/3CDDB0DF58675C58_/Raiz/compartido_VT/WebNomina" I can not add the line: # LoadModule isapi_module modules / mod_isapi.so that is incompatible, the apache fails. Quote
andersa@ellenshoej.dk Posted September 30, 2012 Posted September 30, 2012 From - http://httpd.apache.org/docs/current/mod/mod_isapi.html This module implements the Internet Server extension API. It allows Internet Server extensions (e.g. ISAPI .dll modules) to be served by Apache for Windows, subject to the noted restrictions. It will not work on linux. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.