1 頁 (共 1 頁)

[問題] 有關apache2.x安裝問題

發表於 : 2003-12-04 20:52
ansonku
我本來是灌appserv
其中的apache是1.3.27版的

但我又另外灌了mdaemon mail server
其中的webmail會啟動在\r
http://localhost:3000/worldclient.dll

但是我不想讓他在port 3000下啟動
因為有些公司會封port....也就是只開port 80
所以我在apache中加了這行
AddHandler isapi-isa .dll

但是當我連到webmail時
他出現下列錯誤
<code>
Forbidden
You don't have permission to access /WorldClient.dll?View=Main on this server.
--------------------------------------------------------------------------------
Apache/1.3.27 Server at http://www.gotech.homeip.net Port 80
</code>
這個問題我不知道如何解決....
不知道有沒有人知道如何在apache下run .dll的....

因此我上mdaemon網站
官方說必須在apache2.x下才可以

因此我另外灌了apache2.x
但發現裡面有設有關php的參數\r
我灌完後打http://localhost會出現畫面\r
但如果我打http://xxx.xxx.xxx.xxx 也就是我的ip
他會出現錯誤....

我另外想問不知道有沒有人灌apache2.x
而且是已經可以run php了
可以給我apache的httpd.conf檔嗎??

請有經驗的人幫幫忙囉
謝謝

發表於 : 2003-12-04 20:54
ansonku
忘記留下我的email...
m9021005@stmail.cgu.edu.tw

發表於 : 2003-12-31 02:24
aska2w
ansonku 寫:忘記留下我的email...
m9021005@stmail.cgu.edu.tw
我系統是 WinXP
Apache 2.0.48
php 4.xx

設定完httpd.conf 一開始也不能run .php
我也 restart Apache2
還是不行...........
後來....我執行 php.exe..後...居然可以 run .php檔

給你參考一下

Re: [問題] 有關apache2.x安裝問題

發表於 : 2003-12-31 08:33
streitleak
ansonku 寫:<code>
Forbidden
You don't have permission to access /WorldClient.dll?View=Main on this server.
--------------------------------------------------------------------------------
Apache/1.3.27 Server at http://www.gotech.homeip.net Port 80
</code>
你沒有權限使用worldclient.dll檔..換言之...你要改權限..