billyChou Posted July 14, 2014 Posted July 14, 2014 hi can not find isapi-handler.dll in apache my setup is LoadModule isapi_module modules/mod_isapi.so # # Test 2014.07.14 # #Alias /WebSale168 "C:/zProject2012/UniGui/WebSale168" #<Directory "C:/webapps"> <Directory "C:/zProject2012/UniGui/WebSale168/"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> # Alias /mywebapps "C:/webapps" #Alias /myweb "C:/zProject2012/UniGui/WebSale168/websale168.dll" err Alias /myweb "C:/zProject2012/UniGui/WebSale168/" Thanks Quote
Administrators Farshad Mohajeri Posted July 14, 2014 Administrators Posted July 14, 2014 Linux? Quote
choo Posted July 14, 2014 Posted July 14, 2014 Add: AddHandler isapi-handler .dll ISAPIcasheFile C:/zProject2012/UniGui/WebSale168/websale168.dll Replace: DirectoryIndex websale168.dll Quote
choo Posted July 14, 2014 Posted July 14, 2014 Check: DocumentRoot "C:/zProject2012/UniGui/WebSale168" Quote
billyChou Posted July 14, 2014 Author Posted July 14, 2014 # # Test 2014.07.14 # AddHandler isapi-handler .dll #ISAPIcasheFile "C:/zProject2012/UniGui/WebSale168/websale168.dll" #Alias /WebSale168 "C:/zProject2012/UniGui/WebSale168" #<Directory "C:/webapps"> <Directory "C:/zProject2012/UniGui/WebSale168/"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all DirectoryIndex websale168.dll </Directory> # Alias /mywebapps "C:/webapps" #Alias /myweb "C:/zProject2012/UniGui/WebSale168/websale168.dll" err Alias /myweb "C:/zProject2012/UniGui/WebSale168/" It is ok Thanks choo httpd.zip Quote
chefdackel Posted July 14, 2014 Posted July 14, 2014 # # Test 2014.07.14 # AddHandler isapi-handler .dll #ISAPIcasheFile "C:/zProject2012/UniGui/WebSale168/websale168.dll" #Alias /WebSale168 "C:/zProject2012/UniGui/WebSale168" #<Directory "C:/webapps"> <Directory "C:/zProject2012/UniGui/WebSale168/"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all DirectoryIndex websale168.dll </Directory> # Alias /mywebapps "C:/webapps" #Alias /myweb "C:/zProject2012/UniGui/WebSale168/websale168.dll" err Alias /myweb "C:/zProject2012/UniGui/WebSale168/" It is ok Thanks choo thank you to provide the working httpd.conf. file for apache. Maybe something to play with when comparing with IIS for real world project. 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.