Jump to content

can not setup in apache2.x


billyChou

Recommended Posts

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/"


post-864-0-95534600-1405332233_thumb.jpgpost-864-0-05093300-1405332243_thumb.jpg

 

 

Thanks

Link to comment
Share on other sites

# 
# 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

 

post-864-0-78704000-1405338628_thumb.jpg

httpd.zip

Link to comment
Share on other sites

# 
# 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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...