DSL-Group
Постоялец
- Регистрация
- 19 Окт 2007
- Сообщения
- 97
- Реакции
- 15
- Автор темы
- #1
Вообщем перенес несколько проектов на DLE, на новый сервер и начались проблемы:
1) При отправке личного сообщения идёт долгий ответ от сервера или долгая отправка сообщения, после чего сервер выдает 504 Gateway Time-out nginx.
2) Обновил один из движков до 9.2 и появилась проблема при добавлении комментария. Вылетает AJAX окошко со словами типа "ожидайте" и всё. При перезагрузке комментарий появился, но автоматического появления или перезагрузки страницы нет.
Оба сервера под связкой nginx+httpd.
Старый был под Linux с данными: PHP 5.2.16, mysql 5.0.91
1) При отправке личного сообщения идёт долгий ответ от сервера или долгая отправка сообщения, после чего сервер выдает 504 Gateway Time-out nginx.
2) Обновил один из движков до 9.2 и появилась проблема при добавлении комментария. Вылетает AJAX окошко со словами типа "ожидайте" и всё. При перезагрузке комментарий появился, но автоматического появления или перезагрузки страницы нет.
Оба сервера под связкой nginx+httpd.
Старый был под Linux с данными: PHP 5.2.16, mysql 5.0.91
Configure Command написал(а):'./configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--without-mime-magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' '--disable-json' '--without-pspell' '--disable-wddx' '--without-curl' '--disable-posix' '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem'
новый сервер с PHP 5.2.17, Mysql 5.1.55Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, data, http, ftp, zip
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
Configure Command написал(а):'./configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' '--program-prefix=' '--enable-force-cgi-redirect' '--enable-fastcgi' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--disable-ipv6' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd8.2'
Registered PHP Streams https, ftps, php, file, data, http, ftp, compress.bzip2, compress.zlib, zip
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, bzip2.*, zlib.*, convert.iconv.*