Litespeed
LiteSpeed 虛擬主機上的 404
我剛剛在執行 Debian 10 的專用伺服器上安裝了 OpenLiteSpeed 1.6.17,目標是將來替換我的 Apache 2.4.38。
我可以訪問 OpenLiteSpeed WebUI,暫時沒有更改預設的 HTTP 偵聽埠 8088,因為我正在等待一切順利執行,然後再切換到 80 並刪除 Apache。我開始使用 OpenLiteSpeed webUI 創建一個虛擬主機,其中包含以下內容:
Virtual Host Name: www.example.com Virtual Host Root: /home/www/production/example.com Config file: $SERVER_ROOT/conf/vhosts/example.com/vhconf.conf Document Root: $VH_ROOT Use Server Index Files: Yes
但是,當我嘗試訪問時
http://www.example.com:8088
,我得到一個 404,顯然是由 LiteSpeed 提供的。我忘記了什麼?
更多資訊:
- 我使用 webUI 來創建虛擬主機,但它成功地創建了文件
/usr/local/lsws/conf/vhosts/example.com/vhost.conf
- 一般設置說索引文件是 index.html 和 index.php 所以應該沒有關於索引文件的問題(即
/home/www/production/example.com/index.html
)。- 虛擬主機根目錄仍歸 Apache 使用者所有,
www-data
但我確保 LiteSpeed 使用者lsadmn
屬於www-data
Linux 組。- 該虛擬主機的特定日誌已創建,但為空,好像無法訪問它?
您是否將虛擬主機映射到 Listener 中的域?