Dev Hound can also be used with the Apache web server (http://httpd.apache.org/) instead of IIS or the built in web server/service. Note: Dev Hound does not run on Linux Apache servers, only windows ones.
After installing Apache web server you will need to edit httpd.conf (just use notepad to open it) and add the following lines:
AddHandler isapi-isa .dll
NameVirtualHost :80
ServerName YOURPCNAME
DocumentRoot "C:\Program Files\devhound\cgi"
Options ExecCGI
You MUST replace the word YOURPCNAME with the computer name of the Apache Server. Once you have done this you should be able to access Dev Hound using http://YOURPCNAME/devhound.dll For more information about this Apache feature see http://httpd.apache.org/docs/mod/mod_isapi.html
After installing Apache web server you will need to edit httpd.conf (just use notepad to open it) and add the following lines:
AddHandler isapi-isa .dll
NameVirtualHost :80
ServerName YOURPCNAME
DocumentRoot "C:\Program Files\devhound\cgi"
Options ExecCGI
You MUST replace the word YOURPCNAME with the computer name of the Apache Server. Once you have done this you should be able to access Dev Hound using http://YOURPCNAME/devhound.dll For more information about this Apache feature see http://httpd.apache.org/docs/mod/mod_isapi.html