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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...