Package Arch Version Repository Size ================================================================================ Installing: php-fpm x86_64 5.3.3-46.el6_7.1 updates 1.1 M Installing for dependencies: php-common x86_64 5.3.3-46.el6_7.1 updates 529 k Transaction Summary ================================================================================ Install 2 Package(s) Total download size: 1.7 M Installed size: 6.1 M Is this ok [y/N]: y Downloading Packages: (1/2): php-common-5.3.3-46.el6_7.1.x86_64.rpm | 529 kB 00:00 (2/2): php-fpm-5.3.3-46.el6_7.1.x86_64.rpm | 1.1 MB 00:00 -------------------------------------------------------------------------------- Total 4.4 MB/s | 1.7 MB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : php-common-5.3.3-46.el6_7.1.x86_64 1/2 Installing : php-fpm-5.3.3-46.el6_7.1.x86_64 2/2 Verifying : php-common-5.3.3-46.el6_7.1.x86_64 1/2 Verifying : php-fpm-5.3.3-46.el6_7.1.x86_64 2/2 Installed: php-fpm.x86_64 0:5.3.3-46.el6_7.1 Dependency Installed: php-common.x86_64 0:5.3.3-46.el6_7.1
Скрытый текст (вы должны войти под своим логином или зарегистрироваться и иметь 21 сообщение(ий)): У вас нет прав чтобы видеть скрытый текст, содержащийся здесь. |
server { listen 80; server_name bezzapaha.ru; root /home/aldemko/public_html/bezzapaha.ru; index index.php index.html index.htm; # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
server { listen 80; server_name bezzapaha.ru; root /home/aldemko/public_html/bezzapaha.ru; index index.php index.html index.htm; # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }