Infernal Flame писал(а):blackdog
конф веб-сервака (в первую очередь алиаса когтей)
плюс ls -l директории куда ссылается алиас
Вот тут можно подробнее пожалста-я записываю)))
Вот
file:///etc/apache2/default-server.conf
[apache]#
# Global configuration that will be applicable for all virtual hosts, unless
# deleted here, or overriden elswhere.
#
#DocumentRoot "/srv/www/htdocs"
#
# Configure the DocumentRoot
#
<Directory "/srv/www/cacti">
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs-2.2/mod/core.html#options
# for more information.
Options None
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
AllowOverride None
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
</Directory>
# Aliases: aliases can be added as needed (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
# We include the /icons/ alias for FancyIndexed directory listings. If you
# do not use FancyIndexing, you may comment this out.
#
Alias /icons/ "/usr/share/apache2/icons/"
<Directory "/usr/share/apache2/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the client.
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.
#
ScriptAlias /cgi-bin/ "/srv/www/cgi-bin/"
# "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/srv/www/cgi-bin">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received.
#
# To disable it, simply remove userdir from the list of modules in APACHE_MODULES
# in /etc/sysconfig/apache2.
#
<IfModule mod_userdir.c>
# Note that the name of the user directory ("public_html") cannot simply be
# changed here, since it is a compile time setting. The apache package
# would have to be rebuilt. You could work around by deleting
# /usr/sbin/suexec, but then all scripts from the directories would be
# executed with the UID of the webserver.
UserDir public_html
# The actual configuration of the directory is in
# /etc/apache2/mod_userdir.conf.
Include /etc/apache2/mod_userdir.conf
</IfModule>
# Include all *.conf files from /etc/apache2/conf.d/.
#
# This is mostly meant as a place for other RPM packages to drop in their
# configuration snippet.
#
# You can comment this out here if you want those bits include only in a
# certain virtual host, but not here.
#
IncludeOptional /etc/apache2/conf.d/*.conf
# The manual... if it is installed ('?' means it won't complain)
IncludeOptional /etc/apache2/conf.d/apache2-manual?conf
[/apache]
Вот
file:///var/log/apache2/error_log
Код: Выделить всё
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Fri Sep 19 15:12:49.779077 2014] [ssl:warn] [pid 12645] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Sep 19 15:12:49.782231 2014] [mpm_prefork:notice] [pid 12645] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Fri Sep 19 15:12:49.782522 2014] [core:notice] [pid 12645] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Fri Sep 19 15:14:58.498989 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:14:58.611977 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:02.954331 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:03.040089 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:04.411234 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:04.545769 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:05.293289 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:05.367076 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:06.022756 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 15:15:06.101337 2014] [access_compat:error] [pid 12763] [client ::1:46197] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 16:34:08.403011 2014] [access_compat:error] [pid 12765] [client ::1:47453] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 16:34:08.846750 2014] [access_compat:error] [pid 12765] [client ::1:47453] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 16:37:30.631649 2014] [access_compat:error] [pid 12759] [client ::1:47524] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 16:37:30.760427 2014] [access_compat:error] [pid 12759] [client ::1:47524] AH01797: client denied by server configuration: /srv/www/htdocs
[Fri Sep 19 16:55:42.483582 2014] [mpm_prefork:notice] [pid 12645] AH00170: caught SIGWINCH, shutting down gracefully
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Mon Sep 22 08:07:34.598753 2014] [ssl:warn] [pid 2746] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 08:07:34.600117 2014] [mpm_prefork:notice] [pid 2746] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Mon Sep 22 08:07:34.600199 2014] [core:notice] [pid 2746] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Mon Sep 22 08:19:02.445803 2014] [access_compat:error] [pid 2946] [client ::1:45706] AH01797: client denied by server configuration: /srv/www/htdocs
[Mon Sep 22 08:19:03.017926 2014] [access_compat:error] [pid 2946] [client ::1:45706] AH01797: client denied by server configuration: /srv/www/htdocs
[Mon Sep 22 08:19:07.048320 2014] [access_compat:error] [pid 2946] [client ::1:45706] AH01797: client denied by server configuration: /srv/www/htdocs, referer: http://localhost/
[Mon Sep 22 08:19:07.206918 2014] [access_compat:error] [pid 2946] [client ::1:45706] AH01797: client denied by server configuration: /srv/www/htdocs
[Mon Sep 22 09:06:28.420575 2014] [access_compat:error] [pid 2950] [client ::1:46483] AH01797: client denied by server configuration: /srv/www/htdocs, referer: http://localhost/
[Mon Sep 22 10:41:24.663049 2014] [mpm_prefork:notice] [pid 2746] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Sep 22 10:41:25.671920 2014] [core:notice] [pid 2746] AH00052: child pid 2946 exit signal Segmentation fault (11)
[Mon Sep 22 10:41:25.672009 2014] [core:notice] [pid 2746] AH00052: child pid 2947 exit signal Segmentation fault (11)
[Mon Sep 22 10:41:25.672050 2014] [core:notice] [pid 2746] AH00052: child pid 2950 exit signal Segmentation fault (11)
[Mon Sep 22 10:41:25.672077 2014] [core:notice] [pid 2746] AH00052: child pid 7206 exit signal Segmentation fault (11)
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Mon Sep 22 10:42:32.873380 2014] [ssl:warn] [pid 2748] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 10:42:32.884967 2014] [mpm_prefork:notice] [pid 2748] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Mon Sep 22 10:42:32.885043 2014] [core:notice] [pid 2748] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Mon Sep 22 11:32:39.711660 2014] [mpm_prefork:notice] [pid 2748] AH00170: caught SIGWINCH, shutting down gracefully
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Mon Sep 22 11:33:54.310802 2014] [ssl:warn] [pid 2832] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 11:33:54.320364 2014] [mpm_prefork:notice] [pid 2832] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Mon Sep 22 11:33:54.320433 2014] [core:notice] [pid 2832] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Mon Sep 22 11:36:16.652765 2014] [mpm_prefork:notice] [pid 2832] AH00170: caught SIGWINCH, shutting down gracefully
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Mon Sep 22 12:48:50.437165 2014] [ssl:warn] [pid 2771] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 12:48:50.439236 2014] [mpm_prefork:notice] [pid 2771] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Mon Sep 22 12:48:50.439317 2014] [core:notice] [pid 2771] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Mon Sep 22 13:01:33.237376 2014] [mpm_prefork:notice] [pid 2771] AH00170: caught SIGWINCH, shutting down gracefully
AH00558: httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 192.168.100.45. Set the 'ServerName' directive globally to suppress this message
[Mon Sep 22 14:21:48.019142 2014] [ssl:warn] [pid 2726] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 14:21:48.020489 2014] [mpm_prefork:notice] [pid 2726] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1i configured -- resuming normal operations
[Mon Sep 22 14:21:48.020575 2014] [core:notice] [pid 2726] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[Mon Sep 22 15:08:15.724274 2014] [access_compat:error] [pid 2917] [client ::1:39726] AH01797: client denied by server configuration: /srv/www/htdocs
[Mon Sep 22 15:08:15.997570 2014] [access_compat:error] [pid 2917] [client ::1:39726] AH01797: client denied by server configuration: /srv/www/htdocs
Само собой смущает вот это
Код: Выделить всё
Mon Sep 22 15:08:15.997570 2014] [access_compat:error] [pid 2917] [client ::1:39726] AH01797: client denied by server configuration: /srv/www/htdocs
но опосля траблов с мускулом как то страшно с наскоку шатать систему.