四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

無標題文檔
wdCP系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
wdOS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運行環(huán)境,安裝說明,演示,常見問題,使用手冊)
注冊 發(fā)貼 提問 回復-必看必看 wddns免費智能 DNS 開通 本地或虛擬機使 用wdcp 一鍵包在mysql編 譯時"卡住"
AI導航網(wǎng)AI應用網(wǎng)站大全 wdcp官方技術支持/服務 阿里云8折優(yōu)惠券 無敵云 騰訊云優(yōu)惠中,現(xiàn)注冊更有260代金額券贈送
返回列表 發(fā)帖
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設置等

溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的

[求助] 【急】新建網(wǎng)站后無法打開HTTP ERROR 500

新建網(wǎng)站后無法打開HTTP ERROR 500/www/wdlinux/nginx/conf/vhost/bbxchina.com.conf如下:
  1. server {
  2.         listen       80;
  3.         root /www/web/bbxchina_com/public_html;
  4.         server_name bbxchina.com bbxchina.com www.bbxchina.com hkvps.bbxchina.com;
  5.         index  index.html index.php index.htm;
  6.         error_page  400 /errpage/400.html;
  7.         error_page  403 /errpage/403.html;
  8.         error_page  404 /errpage/404.html;
  9.         error_page  503 /errpage/503.html;
  10.         location ~ \.php$ {
  11.                 proxy_pass http://127.0.0.1:88;
  12.                 include naproxy.conf;
  13.         }
  14.         location ~ /\.ht {
  15.                 deny  all;
  16.         }
  17.         location / {
  18.                 try_files $uri @apache;
  19.         }
  20.         location @apache {
  21.                  proxy_pass http://127.0.0.1:88;
  22.                  include naproxy.conf;
  23.         }
  24.         error_log  logs/bbxchina.com_error.log;
  25. }

  26.         
復制代碼



/www/wdlinux/apache/conf/vhost/bbxchina.com.conf如下:
  1. <VirtualHost *:88>
  2. DocumentRoot /www/web/bbxchina_com/public_html
  3. ServerName bbxchina.com
  4. ServerAlias bbxchina.com www.bbxchina.com hkvps.bbxchina.com
  5. ErrorDocument 400 /errpage/400.html
  6. ErrorDocument 403 /errpage/403.html
  7. ErrorDocument 404 /errpage/404.html
  8. ErrorDocument 503 /errpage/503.html
  9. ErrorLog "logs/bbxchina.com_error_log"
  10. php_admin_value open_basedir /www/web/bbxchina_com:/tmp
  11. <IfModule mod_deflate.c>
  12.     DeflateCompressionLevel 7
  13.     AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
  14.     AddOutputFilter DEFLATE css js html htm gif jpg png bmp php
  15. </IfModule>
  16. </VirtualHost>
  17. <Directory /www/web/bbxchina_com>
  18.     Options FollowSymLinks
  19.     AllowOverride All
  20.     Require all granted
  21. </Directory>

  22.         
復制代碼




網(wǎng)站打開是500錯誤,用的二級域名hkvps.bbxchina.com測試訪問的,thinkPHP程序框架
BBX電影

本帖最后由 bioger 于 2016-8-25 16:21 編輯

測試發(fā)現(xiàn),里面的靜態(tài)文件可以打開,php文件就不可以了,不知道咋辦@admin
BBX電影

TOP

提示: 該帖被管理員或版主屏蔽
BBX電影

TOP

返回列表