Hi,   First question, can it(.dll) run in apache2 in Linux? I tried to run .dll in Apache2 in Linux. So it should modify "httpd.conf":   LoadModule isapi_module modules/mod_isapi.so   AddHandler isapi-handler .dll   <Directory "\home\myapp"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory>   Alias /mywebapps "\home\myapp"   But I cannot find the folder "modules" in \etc\apache2, and alos there is