永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

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

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

[求助] 新浪 騰訊 同步登錄 出錯(cuò) 回調(diào) 出現(xiàn) 502 Bad Gateway

新浪 騰訊 同步登錄 出錯(cuò) 回調(diào) 出現(xiàn) 502 Bad Gateway

環(huán)境:nginx/1.0.15


查看日志出現(xiàn)以下結(jié)果:



2012/11/09 01:50:48 [error] 3670#0: *58 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 27.106.142.143, server: ickeep.com, request: "GET /weibo/callback.php?code=3a2539bfc73967b0f113740a6a0f43b2 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "ickeep.com", referrer: "http://ickeep.com/weibo/"

剛把PHP 升到 5.3 數(shù)據(jù)庫升到 5.5 問題還是沒解決。。
web引擎切換
當(dāng)前使用引擎      nginx         


系統(tǒng)名稱:WDlinux Control Panel (簡稱wdcp)
當(dāng)前版本: wdcp_v2.5.2(20121108) 最新
wdcp_v2.5.2(20121108) 更新
操作系統(tǒng):Linux 2.6.18-238.el5
主機(jī) 名:localhost
CPU參數(shù):1個(gè)1核 64位
CPU型號: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
系統(tǒng)時(shí)間:2012-11-09 01:59
運(yùn)行時(shí)間:0天0小時(shí)19分
服務(wù)器IP:118.244.161.40
系統(tǒng)負(fù)載:0.00   0.02   0.07
內(nèi)存使用:總:498M   已用: 362M   剩余:136M

yum install -y openssl-devel
看下什么結(jié)果
如果提示已安裝,就手動下載新版本的
openssl-1.0.1c
編譯安裝
再編譯下PHP試試
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

回復(fù) 2# admin
對LINUX不熟悉,麻煩老大告訴下,怎么重新編譯PHP?

TOP

看一健包里的腳本
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

回復(fù) 4# admin

安裝成功
   [root@localhost ~]# openssl version -aOpenSSL 1.0.1c 10 May 2012
built on: Fri Nov  9 21:09:17 CST 2012
platform: linux-x86_64
options:  bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx)
compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
OPENSSLDIR: "/usr/local/ssl"

openssl編譯 ./config --prefix=/usr/local/ssl

make[1]: Entering directory `/root/openssl-1.0.1c/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory `/root/openssl-1.0.1c/test'

Configured for linux-x86_64.
[root@localhost openssl-1.0.1c]#



PHP 編譯 ./configure --with-openssl=/usr/local/ssl




main/php_config.h is unchanged
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+


Thank you for using PHP.


[root@localhost php-5.3.17]#



老大這些都完成了,也重新啟動了服務(wù)器。。。

結(jié)果,還是一樣,還是報(bào)一樣的錯(cuò)。。

而且,用phpinfo()

查看,openssl 的版本 還是 0.98

在SSH下面是:
root@localhost ~]# openssl version -aOpenSSL 1.0.1c 10 May 2012
built on: Fri Nov  9 21:09:17 CST 2012
platform: linux-x86_64

我哪里做錯(cuò)?或者是做差了嗎??

TOP

你參考下一鍵包里的相關(guān)參數(shù)
看清提問三步曲及多看教程/FAQ索引(wdcp,v3,一鍵包,wdOS),益處多多.wdcp工具集 阿里云主機(jī)8折優(yōu)惠碼

TOP

我也是  騰訊 同步登錄 出錯(cuò) 回調(diào) 出現(xiàn) 502 Bad Gateway
不知道怎么解決!~

TOP

我按 yum install -y openssl-devel 了
OpenSSL 1.0.0-fips 29 Mar 2010
但是還是
騰訊 同步登錄 出錯(cuò) 回調(diào) 出現(xiàn) 502 Bad Gateway

TOP

DZ系統(tǒng),我發(fā)現(xiàn)我的也是502。這樣的原因。發(fā)帖也是跳轉(zhuǎn)502.發(fā)現(xiàn)這個(gè)很大的BUG問題

TOP

502 Bad Gateway   一樣的問題。。杯懼
支持

TOP

502 Bad Gateway   一樣的問題。。杯懼
ufwapscep 發(fā)表于 2013-1-5 22:12

http://www.fsowen.com/bbs/thread-3657-1-1.html

TOP

回復(fù) 11# wulali
問題解決了,不過網(wǎng)站運(yùn)行速度慢了很多?
支持

TOP

運(yùn)行  這個(gè)    yum install -y openssl-devel


Loaded plugins: fastestmirror, security
Determining fastest mirrors
* base: centos.sonn.com
* extras: centos.sonn.com
* rpmforge: mirror.webnx.com
* updates: centos.sonn.com
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
rpmforge                                                 | 1.9 kB     00:00
rpmforge/primary_db                                      | 2.7 MB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 817 kB     00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package openssl-devel.x86_64 0:1.0.1e-16.el6_5 will be updated
---> Package openssl-devel.x86_64 0:1.0.1e-16.el6_5.1 will be an update
--> Processing Dependency: openssl = 1.0.1e-16.el6_5.1 for package: openssl-devel-1.0.1e-16.el6_5.1.x86_64
--> Running transaction check
---> Package openssl.x86_64 0:1.0.1e-16.el6_5 will be updated
---> Package openssl.x86_64 0:1.0.1e-16.el6_5.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package             Arch         Version                   Repository     Size
================================================================================
Updating:
openssl-devel       x86_64       1.0.1e-16.el6_5.1         updates       1.2 M
Updating for dependencies:
openssl             x86_64       1.0.1e-16.el6_5.1         updates       1.5 M

Transaction Summary
================================================================================
Upgrade       2 Package(s)

Total download size: 2.7 M
Downloading Packages:
(1/2): openssl-1.0.1e-16.el6_5.1.x86_64.rpm              | 1.5 MB     00:00
(2/2): openssl-devel-1.0.1e-16.el6_5.1.x86_64.rpm        | 1.2 MB     00:00
--------------------------------------------------------------------------------
Total                                           8.9 MB/s | 2.7 MB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : openssl-1.0.1e-16.el6_5.1.x86_64                             1/4
  Updating   : openssl-devel-1.0.1e-16.el6_5.1.x86_64                       2/4
  Cleanup    : openssl-devel-1.0.1e-16.el6_5.x86_64                         3/4
  Cleanup    : openssl-1.0.1e-16.el6_5.x86_64                               4/4
  Verifying  : openssl-devel-1.0.1e-16.el6_5.1.x86_64                       1/4
  Verifying  : openssl-1.0.1e-16.el6_5.1.x86_64                             2/4
  Verifying  : openssl-devel-1.0.1e-16.el6_5.x86_64                         3/4
  Verifying  : openssl-1.0.1e-16.el6_5.x86_64                               4/4

Updated:
  openssl-devel.x86_64 0:1.0.1e-16.el6_5.1

Dependency Updated:
  openssl.x86_64 0:1.0.1e-16.el6_5.1

Complete!


老大看看是否正常
ye1028

TOP

返回列表