Обратите внимание, если вы хотите заключить сделку с этим пользователем, он заблокирован
###########################
Debian GNU/Linux 9 (stretch)
Architecture: x86-64
########################################
домена нет. делаю по IP
Все на одном VDS
########################################
#############################
PHP-FPM
PHP 7.0.33-0+deb9u7 (cli) (built: Feb 16 2020 15:11:40) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33-0+deb9u7, Copyright (c) 1999-2017, by Zend Technol
################################
[PHP Modules]
calendar
Core
ctype
date
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
Zend OPcache
zlib
[Zend Modules]
+ php_cgi и php_cli установлены.
#########################################
База данных mariadb
###################################
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
###############################
Сервер запускается без ошибок. (Rehlds)
Быстрая загрузка,работает.
Как пример в server.cfg:
92.92.92.127/download/
############################
Debian GNU/Linux 9 (stretch)
Architecture: x86-64
########################################
домена нет. делаю по IP
Все на одном VDS
########################################
Код:
server {
#Слушаем 80 порт и указываем имя своего домена или ип, если первого нет.
listen 80;
server_name sait.ru 92.92.92.127;
#Указываем путь, куда будут писатся логи
access_log /var/www/sait.ru/logs/nginx_access.log;
error_log /var/www/sait.ru/logs/nginx_error.log;
#Указываем директорию, где будет размещен наш сайт
root /var/www/sait.ru/html;
index index.php index.html index.htm;
#Некоторые настройки для виртуального хоста
location ~ \.php$ {
#Если не найден файл - выдаем ошибку 404
try_files $uri $uri/ =404;
}
}
server {
set $host_path "/www/sait.ru";
access_log /var/www/sait.ru/logs/access.log;
root $host_path/htdocs;
set $yii_bootstrap "index.php";
charset utf-8;
location / {
index index.html $yii_bootstrap;
try_files $uri $uri/ /$yii_bootstrap?$args;
}
location ~ ^/(protected|framework|themes/\w+/views) {
deny all;
}
#avoid processing of calls to unexisting static files by yii
location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {
try_files $uri =404;
}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php {
fastcgi_split_path_info ^(.+\.php)(.*)$;
#let yii catch the calls to unexising PHP files
set $fsn /$yii_bootstrap;
if (-f $document_root$fastcgi_script_name){
set $fsn $fastcgi_script_name;
}
fastcgi_pass 127.0.0.1:9000;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fsn;
#PATH_INFO and PATH_TRANSLATED can be omitted, but RFC 3875 specifies them for CGI
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fsn;
}
# prevent nginx from serving dotfiles (.htaccess, .svn, .git, etc.)
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
}
#############################
PHP-FPM
PHP 7.0.33-0+deb9u7 (cli) (built: Feb 16 2020 15:11:40) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33-0+deb9u7, Copyright (c) 1999-2017, by Zend Technol
################################
[PHP Modules]
calendar
Core
ctype
date
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
Zend OPcache
zlib
[Zend Modules]
+ php_cgi и php_cli установлены.
#########################################
База данных mariadb
###################################
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
###############################
Сервер запускается без ошибок. (Rehlds)
Быстрая загрузка,работает.
Как пример в server.cfg:
92.92.92.127/download/
############################
Скачено в директорию /csbans
При вводе 92.92.92.127/csbans/install - ни чего нет.
Пробовал AMXBANS GM 1.6
При вызове через браузер команды setup.php
92.92.92.127/amxbans/setup.php
- просто, идет скачивание файла.
##################################
В этой теме было размещено решение! Перейти к решению.