LINUX.ORG.RU

Сообщения warrangie

 

Настройка Nginx, 403 в поддиректориях. (проблема с правами)

Настроил связку Nginx + php-fpm. Все вроде бы работает хорошо, но все, что находится в директориях, находящихся в www, не выполняется и недоступно. Даже инклюд из пхп в поддиректорию выдает ошибку доступа.

Конфиг хоста. Хотел чтоб для каждого пользователя создавался хост. Ниже конфиги.

domain.ru.conf - конфиг виртуального хоста

server {
  listen	80;
  server_name   domain.ru;
  charset       utf-8;

  root 		/home/domainru/www;
  index		index.html index.htm index.php;

  access_log    /home/domainru/logs/access.log;
  error_log     /home/domainru/logs/error.log;
  include       /etc/nginx/templates/php-fpm.conf;
}

server {
  listen 	80;
  server_name   www.domain.ru;
  

nginx.conf

user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
	worker_connections 768;
	use epoll;
	# multi_accept on;
}

http {
	sendfile on;
	tcp_nopush on;
	tcp_nodelay on;
	keepalive_timeout 30;
	types_hash_max_size 2048;

	include /etc/nginx/mime.types;
	default_type application/octet-stream;

	ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
	ssl_prefer_server_ciphers on;

	access_log /var/log/nginx/access.log;
	error_log /var/log/nginx/error.log;

	client_header_timeout 30;
	client_body_timeout 30;
	reset_timedout_connection on;

	client_max_body_size 512m;
	client_body_buffer_size 128k;

	gzip on;
	gzip_disable "msie6";

	gzip_proxied any;
	gzip_min_length 1024;
	gzip_comp_level 4;
	gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript application/atom+xml application/rdf+xml;

	include /etc/nginx/conf.d/*.conf;
	include /etc/nginx/sites-enabled/*;
}

И наконец

/etc/nginx/templates/php-fpm.conf

location ~ \.php$ {
   try_files $uri =404;
   fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
   fastcgi_index index.php;
   include fastcgi_params;
   fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
}
location ~ /\.ht {
   deny all;
}
location ~* \.(gif|jpeg|jpg|txt|png|tif|tiff|ico|jng|bmp|doc|pdf|rtf|xls|ppt|rar|rpm|swf|zip|bin|exe|dll|deb|cur)$ {
  expires 168h;
}
location ~* \.(css|js)$ {
  expires 180m;
}

Только что сделал chmod -r 755 на директорию хоста, как и ожидал - все стало работать. Все директории и файлы, созданные пользователем, недоступны для выполнения. Хотя директории, кажется, доступны. Если в поддиректории нет вызываемого файла, кидает 404, если есть - 403.

Вопрос: как сделать так, чтоб к создаваемым пользователем файлам был доступ и чтоб не нужно было делать chmod каждый раз? Что я забыл?

P.S. Как сделать так, чтоб у пользователя был доступ по фтп только к своей папке и выше он подняться не мог? chroot_local_user=YES не помогает, фтп-клиент ругается и вообще не подключается. Гугл как-то нифига не помог.

 , ,

warrangie
()

Openvpn, клиенты видят только сервер.

Устновил openvpn на дебиан. Кое-как настроил, подключился двумя компами, но они не видят друг-друга, пинговать не могут. К слову, сервер тоже не может пинговать клиентов, но клиенты пингуют сервер нормально. По идее client-to-client должен включить эту возможность, но оно как-то не работает.

server.conf

local *.*.*.*
port 8009
proto tcp

dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
tls-server
auth SHA512
tls-auth ta.key 0
cipher BF-CBC
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
verb 3

 , ,

warrangie
()

Failed to access /dev/sdb1, флешка умерла?

fdisk -l видит флешку

Устр-во    Загрузочный начало    Конец  Секторы Размер Идентификатор Тип
/dev/sdb1                2048 15269887 15267840   7,3G             7 HPFS/NTFS/e

Но при попытке монтирования получаю ошибку: mount: special device /dev/sdb1 does not exist

При попытке отформатировать флешку получаю сходную ошибку:

[10:13:19] ~:mkfs.ntfs -L USB /dev/sdb1 Failed to access '/dev/sdb1': Нет такого файла или каталога The device doesn't exist; did you specify it correctly?

Всё?

 , ,

warrangie
()

Сильно тормозит система. Archlinux

Уже достаточно давно замечаю что система достаточно сильно тормозит, как будто старый компьютер с виндой. Сложно описать конкретно, но не конкретные фризы на несколько секунд, а как бы просадка фпс. В общем странно. Может я засрал систему? Как это выяснить?

 

warrangie
()

Проблема с иксами

Я не знаю что с этим делать, при переключении с помощью Alt+Tab или между рабочими столами изображение может заменяться как будто скриншотами того, что отображалось на этом мониторе ранее в этой сессии, даже если окна уже давно закрыты. https://geqo.ru/img_for_lor/2016-08-31-110456_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-110458_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-110500_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-110502_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-110504_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-110522_1366x768_scrot.png https://geqo.ru/img_for_lor/2016-08-31-111725_1366x768_scrot.png Вот скриншоты, содержимое браузера и вкладки вырезаны, а не заменены этим глюком, хорошо видно внизу.

 ,

warrangie
()

Windows под Linux из виртуалки?

Где-то случайно наткнулся на то, что можно как-то иметь на компе одновременно винду и линукс, причем винду можно запускать как-то из линукса с небольшими потерями в производительности, буквально несколько процентов. Обычные виртуальные машины, разумеется, не подходят. Собственно вопрос - есть ли такое действительно и как это искать? А то я на работе уже год на линуксе сижу, а приходя домой так не хватает того же alt+drag, который есть в крысе. А тот, который устанавливается в винде - очень странно себя ведет. Нормальные понятные права на файлы, пользователи, удобнейшая настройка рабочей среды, виртуальные рабочие столы. Ничего из этого в винде нет, а те решения, которые предлагаются различным софтом, как правило говно. А хочется и поиграть, имея винду, и поработать, да и просто полазить в интернетах, имея линукс. А в стандартной установке двух систем рядом придется перезагружать машину чтоб переключиться, а этого как-раз и не хочется.

 , ,

warrangie
()

Синтез речи с помощью Festival и PHP

Код ниже выполняется от http, не срабатывает и возвращает ноль. Думаю проблема в пользователе, как сделать так, чтоб он выполнялся от обычного юзера?

if (isset($word)) {
	if ($word==1) {
		exec('echo "'.$text.'" | festival --tts --language russian',$outputAndErrors,$return_value);
	} elseif ($word==2) {
		exec('echo "'.$text.'" | festival --tts',$outputAndErrors,$return_value);
	}
	$i = 0;
	foreach ($outputAndErrors as $value) {
		$i++;
		echo '['.$i.'] '.$value.'<br>';
	}
}

 , , ,

warrangie
()

Debian squid не работает авторизация.

Настроил авторизацию по этому гайду: https://moonback.ru/page/squid_ncsa В итоге ее как-будто бы и нет, прокся работает, определяется, интернет серфится, но логин:пароль не спрашивает. В некоторых гайдах нужно добавить http_access passwd, но он вообще не запускается и ругается на строчку с этой записью. Суть - хочу иметь доступ в интернеты через прокси с авторизацие ТОЛЬКО по логину:паролю, прокся стоит на vps.

 , ,

warrangie
()

Terraria + Wine + ArchLinux = Не запускается.

[work@arch ~]$ wine ~/.wine/drive_c/Program\ Files/Steam/steamapps/common/Terraria/Terraria.exe 
protocol "IP" not found; You might want to add this to /etc/protocols
Stacktrace:

  at <unknown> <0xffffffff>
  at Microsoft.Xna.Framework.FrameworkDispatcher.Update () <0x00263>
  at Microsoft.Xna.Framework.Game..ctor () <0x0036f>
  at Terraria.Main..ctor () <0x007a3>
  at Terraria.Program.LaunchGame (string[]) <0x00053>
  at Terraria.WindowsLaunch.Main (string[]) <0x00073>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================


abnormal program termination
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.

Все инструкции в интернетах устарели и нихрена не работают. NF4.0 стоит. Mono не стоит, ставил - ничего не менялось.

protocol "IP" not found; You might want to add this to /etc/protocols

Было исправлено добавлением строчки в /etc/protocols

ip 0 IP

 , , ,

warrangie
()

Прозрачное окно стима

После двух месяцев арча на офисной машине надумал поставить его домой, и как же без игр? В общем столкнулся с проблемой стима.

http://i.imgur.com/33K0Zuz.png

Окно прозрачное, тут просто после альттаба отпечаток остался, элементы управления выделяются, но нихрена не видно. Ниже сильно укороченный лог запуска, за несколько секунд два метра лога:

/home/usermod/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
/home/usermod/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
Running Steam on arch  64-bit
/home/usermod/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
[0530/011640:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[0530/011640:INFO:audio_manager_pulse.cc(258)] Failed to connect to the context.  Error: Connection refused
Installing breakpad exception handler for appid(steamwebhelper)/version(20150514174016)
Installing breakpad exception handler for appid(steamwebhelper)/version(1431625216)
[0530/011640:ERROR:nss_util.cc(981)] Failed to load NSS libraries.
Installing breakpad exception handler for appid(steamwebhelper)/version(20150514174016)
Installing breakpad exception handler for appid(steamwebhelper)/version(1431729692)
Installing breakpad exception handler for appid(steamwebhelper)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
Installing breakpad exception handler for appid(steam)/version(1431729692)
FillInMachineIDInfo took a total of 0 milliseconds
Installing breakpad exception handler for appid(steam)/version(1431729692)
PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
Installing breakpad exception handler for appid(steam)/version(1431729692)
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  156
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (576) : Assertion Failed: id
Assert( Assertion Failed: id ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp:576

Installing breakpad exception handler for appid(steam)/version(1431729692)
assert_20150530011641_13.dmp[3658]: Uploading dump (out-of-process)
/tmp/dumps/assert_20150530011641_13.dmp
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  161
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (614) : Assertion Failed: glIsTexture( id ) == GL_TRUE
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  166
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (576) : Assertion Failed: id
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a0000a
Serial number of failed request:  8860
xerror_handler: X failed, continuing
process 3621: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
[2015-05-30 01:16:40] Startup - updater built May 14 2015 17:40:14
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155 (NV-GLX)
Minor opcode of failed request:  4
Resource id in failed request:  0x2a00002
Serial number of failed request:  41
xerror_handler: X failed, continuing
[2015-05-30 01:16:40] Verifying installation...
[2015-05-30 01:16:40] Verification complete
[2015-05-30 01:16:51] Shutdown

Нижеуказанные блоки повторяются пока не завершится приложение, крайне быстро и, судя по всему, бесконечно.

Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  161
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (614) : Assertion Failed: glIsTexture( id ) == GL_TRUE
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  166
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (576) : Assertion Failed: id
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  171
xerror_handler: X failed, continuing
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (614) : Assertion Failed: glIsTexture( id ) == GL_TRUE
Steam: An X Error occurred
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  155
Resource id in failed request:  0x2a00005
Serial number of failed request:  232
xerror_handler: X failed, continuing

Нагуглил только то, что либо проблема не решалась, либо решалась неподходящим мне способом. Единственное чего я не делал, так это не переустанавливал иксы и драйвера.

 , ,

warrangie
()

Странное поведение pacman. Ничего не находит, не обновляется.

Пакман не видит пакеты, зеркала работают исправно, и при том, что тот-же скайп и вайн он не видит, я без проблем установил огнелиса. Принудительное обновление списка пакетов и пакетов не помогает. Система x86_64. Гугл не помогает. Я уже не знаю что делать.

[username@arch ~]$ sudo pacman -S skype
ошибка: цель не найдена: skype
[username@arch ~]$ sudo pacman -S wine
ошибка: цель не найдена: wine
[username@arch ~]$ sudo pacman -Syu
:: Синхронизируются базы данных пакетов...
 core не устарел
 extra не устарел
 community не устарел
:: Запускается полное обновление системы...
 нечего выполнять

Ниже листинг pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

 ,

warrangie
()

Установка Arch Linux с HDD под win7. Возможно ли?

Как-то гугл мне не сильно помогает, хочу поставить арч на домашнюю машину, а флешки нет, дисковод подключить некуда, а с работы usb-привод постоянно забываю взять. В общем — как установить archlinux с жесткого диска?

 ,

warrangie
()

Microsoft Access и Arch (IOPL не включено), mdbtools не собирается

С горем пополам установил 2003 офис, но при запуске ошибка: IOPL не включено. Начальство требует, чтобы я мог работать с mdb базами (microsoft access), под угрозой наличие линукса у меня на рабочей машине. MDBtools из aur не собирается, лог ниже. В общем подстава какая-то. Причем раньше на этой же системе стоял офис под вайном и нормально работал, но в какой-то момент пришлось все снести.

Ниже лог консоли:

config.status: creating mdbtools.spec
config.status: creating include/mdbver.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in src
make[1]: вход в каталог «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src»
Making all in libmdb
make[2]: вход в каталог «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/libmdb»
make[2]: Цель «all» не требует выполнения команд.
make[2]: выход из каталога «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/libmdb»
Making all in extras
make[2]: вход в каталог «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/extras»
make[2]: Цель «all» не требует выполнения команд.
make[2]: выход из каталога «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/extras»
Making all in sql
make[2]: вход в каталог «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/sql»
make[2]: Цель «all» не требует выполнения команд.
make[2]: выход из каталога «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/sql»
Making all in odbc
make[2]: вход в каталог «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/odbc»
  CCLD     unittest
/usr/lib/libfl.so: undefined reference to `yylex'
collect2: error: ld returned 1 exit status
Makefile:458: ошибка выполнения рецепта для цели «unittest»
make[2]: *** [unittest] Ошибка 1
make[2]: выход из каталога «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src/odbc»
Makefile:369: ошибка выполнения рецепта для цели «all-recursive»
make[1]: *** [all-recursive] Ошибка 1
make[1]: выход из каталога «/tmp/yaourt-tmp-username/aur-mdbtools/src/mdbtools-0.7.1/src»
Makefile:468: ошибка выполнения рецепта для цели «all-recursive»
make: *** [all-recursive] Ошибка 1
==> ОШИБКА: Произошел сбой в build().
    Преждевременный выход...
==> ERROR: Makepkg was unable to build mdbtools.
==> Restart building mdbtools ? [y/N]
==> ---------------------------------
==> 

 , ,

warrangie
()

Система тормозит из-за браузера.

Все работает на ура, только если лазить по всяким джойреакторам и пикабушечкам - через некоторое время внезапно виснет к херам браузер и система. Зависает не намертво, но быстрее трижды перезагрузить, чем пытаться что-то сделать. Arch+Xfce4, стоит еще ламп, запущен скайп, тимспик, сублайм и два окна браузера - одно по работе, другое не совсем, собственно из-за последнего и зависает.

 , , ,

warrangie
()

TeamSpeak3 не работает звук.

Имеются наушники беспроводные, суть - отдельная звуковая карта. Все звуки нормально воспроизводятся везде, кроме тимспика. Судя по индикатору - микрофон работает, но звука нет. Archlinux.

 , , ,

warrangie
()

Виртуальные хосты apache2.4 + arch = 403

На свежеустановленный арч поставил апач 2.4, запилил виртуальный хост отдельным файликом и получил 403, все способы, указанные гуглом не подходят. Какая-то муть с правами, уже ставил даже 777. Котелок не варит.

error.log

[Tue Feb 17 16:12:51.443348 2015] [core:error] [pid 8188:tid 140379816068864] (13)Permission denied: [client 127.0.0.1:42189] AH00035: access to / denied (filesystem path '/home/accessdenied/server') because search permissions are missing on a component of the path
[Tue Feb 17 16:13:11.466948 2015] [core:error] [pid 8287:tid 140379849639680] (13)Permission denied: [client 127.0.0.1:42192] AH00035: access to / denied (filesystem path '/home/accessdenied/server') because search permissions are missing on a component of the path
[Tue Feb 17 16:13:13.170291 2015] [core:error] [pid 8287:tid 140379807676160] (13)Permission denied: [client 127.0.0.1:42192] AH00035: access to / denied (filesystem path '/home/accessdenied/server') because search permissions are missing on a component of the path
[Tue Feb 17 16:15:07.139992 2015] [core:error] [pid 8290:tid 140379824461568] (13)Permission denied: [client 127.0.0.1:42309] AH00035: access to / denied (filesystem path '/home/accessdenied/server') because search permissions are missing on a component of the path

access.log

127.0.0.1 - - [17/Feb/2015:16:12:49 +0000] "GET / HTTP/1.1" 403 982 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"
127.0.0.1 - - [17/Feb/2015:16:12:51 +0000] "GET / HTTP/1.1" 403 982 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"
127.0.0.1 - - [17/Feb/2015:16:13:11 +0000] "GET / HTTP/1.1" 403 982 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"
127.0.0.1 - - [17/Feb/2015:16:13:13 +0000] "GET / HTTP/1.1" 403 982 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"
127.0.0.1 - - [17/Feb/2015:16:15:07 +0000] "GET / HTTP/1.1" 403 982 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"

 , ,

warrangie
()

RSS подписка на новые темы