2013/07/15

連線Httpsrvr.dll使用Apache

因為是臨時測試,所以就不想用IIS這麼大的服務。於是我把腦筋動到了Apache身上。

底下是轉貼連結作法:
1. Install Apache (I will assume default directory structure for 2.0.52).
2. Copy 'httpsrvr.dll' to your /apache2/cgi-bin directory.
3. In httpd.conf, change the 'Options None' (again assuming defaults for 2.0.52) in to 'Options ExecCGI'.
4. AddHandler isapi-isa .dll to your httpd.conf.
5. Restart Apache.


在XAMPP Lite 1.7.2下正常運作。

參考來源:HTTPSRVR with Apache

沒有留言:

張貼留言