請問虛擬主機的log檔在哪呢?

Q: 請問虛擬主機的log檔在哪呢?

A: access log 部份, 在ftp 的根目錄access_log 資料夾內。
      error log的部份 ,在 ftp的根目錄 error_log 檔案內。
  • 2 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

透過.htaccess檔,禁止來自日本的ip的訪問

如果要透過.htaccess檔,禁止來自日本的ip的訪問,可以先上網找分配給日本的IP清單。關鍵字是「日本に割り当てられているIPアドレスリスト」...

ssh top出現的mysql線程,可以去砍掉嗎?

Q:我登入ssh 查看到的線程裡,有 mysql 在運作,可以去砍掉(kill)嗎?   A:不可以隨意去砍掉,建議先使用重開的語法 service mysql restart...

如何透過.htaccess檔來做限制密碼登入及IP白名單

123456789101112 AuthType Basic AuthName "Secure site" AuthUserFile...

custom php.ini

http://forums.cpanel.net/f5/individual-php-ini-files-php-fcgi-php-cgi-160398.html

如何將「主域名」指向「子資料夾」

Q: 我在主機空間裡,額外設定一個資料夾,該如何將我的域名,直接指向到該資料夾內呢?A: 關於這部份個設定,可以透過 .htaccess 設置這功能,具體詳情請點我。