- 论坛徽章:
- 0
|
老网站的操作系统是的内核是2.6.9-55.ELsmp, php版本是 4.4.2,上面运行的有apache(2.2.4)+mysql(5.0.22-standard)+discuz(6.0)。
apache的编译选项是:
./configure" \
"--prefix=/usr/local/apache2" \
"--enable-mods-shared=most" \
"--enable-so" \
"--enable-proxy" \
"--with-apr=/home/aa/tools/httpd-2.2.4/srclib/apr" \
"--with-apr-util=/home/aa/tools/httpd-2.2.4/srclib/apr-util"
php的编译选项是:
./configure
--with-apxs2=/usr/local/apache2/bin/apxs
--with-zlib
--with-mysql=/usr/local/mysql
--with-pgsql=/usr/local/pgsql/bin
新服务器的操作系统的内核是2.6.21-1.3194.fc7,php版本是5.2.6。apache(2.2.4)+mysql(5.0.21-log)+discuz(6.0)。
apache的编译选项是:
"./configure" \
"--prefix=/usr/local/apache2" \
"--enable-mods-shared=most" \
"--enable-so" \
"--enable-proxy" \
"--enable-cgi" \
php的编译选项是:
'./configure' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--prefix=/usr/local/php' '--with-gd=/usr/local/gd' '--with-jpeg-dir=/usr/local/jpeg6' '--with-zlib' '--with-freetype-dir=/usr/local/freetype' '--with-mysql=/usr/local/mysql' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-zlib' '--with-curl' '--enable-ftp' '--with-curlwrappers' '--enable-gd-native-ttf' '--with-pdo-mysql=/usr/local/mysql' '--enable-sockets' '--enable-soap' '--with-mysql=/usr/local/mysql' '--with-pgsql=/usr/local/pgsql/bin'
问题描述:
通过IE 浏览器访问bbs和web站点都没有问题,但是通过手机访问bbs会有问题(会在手机屏幕上弹出一个420错误)。
希望得到大家的帮助,谢谢! |
|