Apache 2.2, suexec, fastcgi

Проблемы с установкой, настройкой и работой системных и сетевых программ.

Модераторы: GRooVE, alexco

Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Аватара пользователя
Hazzard
сержант
Сообщения: 265
Зарегистрирован: 2009-02-01 21:22:36
Откуда: Москва
Контактная информация:

Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Hazzard » 2009-06-21 23:10:00

Вот захотелось себе создать такую систему для мониторинга ресурсов по статье http://www.lissyara.su/?id=1360
собственно такие ошибки:
httpd-error.log

Код: Выделить всё

[Mon Jun 22 00:04:14 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:17 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:20 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:23 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Mon Jun 22 00:04:26 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
httpd-suexec.log

Код: Выделить всё

[2009-06-22 00:04:09]: uid: (VS1100/VS1100) gid: (1002/VS1100) cmd: while.php
[2009-06-22 00:04:09]: (8)Exec format error: exec failed (while.php)
[2009-06-22 00:04:14]: uid: (VS1100/VS1100) gid: (1002/VS1100) cmd: while.php
[2009-06-22 00:04:14]: (8)Exec format error: exec failed (while.php)
Во время вызова файла (while.php) через браузер, в браузере идёт просто загрузка (не выводит ошибок).
Кусок конфига апача:

Код: Выделить всё

LoadModule fastcgi_module     libexec/apache22/mod_fastcgi.so

...


<IfModule mod_fastcgi.c>
        FastCgiConfig   -singleThreshold 30 -minProcesses 2 -restart    \
                        -idle-timeout 400 -killInterval 200 -autoUpdate \
                        -pass-header HTTP_AUTHORIZATION
        FastCgiWrapper /usr/local/sbin/suexec
        FastCgiIpcDir /var/run/fastcgi
        Action application/x-httpd-fastphp /php-fcgi/php.sh
        Action application/x-httpd-php /php-fcgi/php.sh
        AddType application/x-httpd-fastphp     .php
        AddType application/x-httpd-php     .php
        <Location /php-fcgi/>
                Options ExecCGI FollowSymLinks
                SetHandler fastcgi-script
        </Location>
</IfModule>

<Directory "/usr/www/*/htdocs">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
</Directory>

<Directory "/usr/www/*/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
</Directory>
Кусок виртуального хоста:

Код: Выделить всё

    Alias /php-fcgi/ /usr/www/VS1100/.../php-fcgi/
    SuexecUserGroup VS1100 VS1100
Debian, php/mysql и другой бред...

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-21 23:12:48

Код: Выделить всё

[Mon Jun 22 00:04:14 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
ошибка была выше, в логе.
Убей их всех! Бог потом рассортирует...

Аватара пользователя
Hazzard
сержант
Сообщения: 265
Зарегистрирован: 2009-02-01 21:22:36
Откуда: Москва
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Hazzard » 2009-06-21 23:13:44

Код: Выделить всё

[Mon Jun 22 00:03:59 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (uid 1002, gid 1002) started (pid 47605)
suexec policy violation: see suexec log for more details
[Mon Jun 22 00:03:59 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (pid 47605) terminated by calling exit with status '255'
[Mon Jun 22 00:04:04 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (uid 1002, gid 1002) restarted (pid 47736)
suexec policy violation: see suexec log for more details
[Mon Jun 22 00:04:04 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (pid 47736) terminated by calling exit with status '255'
[Mon Jun 22 00:04:09 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (uid 1002, gid 1002) restarted (pid 47740)
suexec policy violation: see suexec log for more details
[Mon Jun 22 00:04:09 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (pid 47740) terminated by calling exit with status '255'
[Mon Jun 22 00:04:14 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (uid 1002, gid 1002) restarted (pid 47741)
suexec policy violation: see suexec log for more details
[Mon Jun 22 00:04:14 2009] [warn] FastCGI: (dynamic) server "/usr/www/VS1100/hadhelp.ru/php-fcgi/while.php" (pid 47741) terminated by calling exit with status '255'
промахнулся :oops:
Debian, php/mysql и другой бред...

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-21 23:14:01

и конфиг целиком покажи.
из того что ты показал - у тебя работать не должно.
Убей их всех! Бог потом рассортирует...

Аватара пользователя
Hazzard
сержант
Сообщения: 265
Зарегистрирован: 2009-02-01 21:22:36
Откуда: Москва
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Hazzard » 2009-06-21 23:15:46

Код: Выделить всё

#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "/var/log/foo_log"
# with ServerRoot set to "/usr/local" will be interpreted by the
# server as "/usr/local//var/log/foo_log".

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk.  If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
#
ServerRoot "/usr/local"

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule authn_file_module libexec/apache22/mod_authn_file.so
LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so
LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so
LoadModule authn_default_module libexec/apache22/mod_authn_default.so
LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so
LoadModule authz_host_module libexec/apache22/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache22/mod_authz_user.so
LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so
LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so
LoadModule authz_default_module libexec/apache22/mod_authz_default.so
LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so
LoadModule file_cache_module libexec/apache22/mod_file_cache.so
LoadModule cache_module libexec/apache22/mod_cache.so
LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so
LoadModule dumpio_module libexec/apache22/mod_dumpio.so
LoadModule include_module libexec/apache22/mod_include.so
LoadModule filter_module libexec/apache22/mod_filter.so
LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so
LoadModule deflate_module libexec/apache22/mod_deflate.so
LoadModule log_config_module libexec/apache22/mod_log_config.so
LoadModule logio_module libexec/apache22/mod_logio.so
LoadModule env_module libexec/apache22/mod_env.so
LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so
LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so
LoadModule expires_module libexec/apache22/mod_expires.so
LoadModule headers_module libexec/apache22/mod_headers.so
LoadModule usertrack_module libexec/apache22/mod_usertrack.so
LoadModule unique_id_module libexec/apache22/mod_unique_id.so
LoadModule setenvif_module libexec/apache22/mod_setenvif.so
LoadModule version_module libexec/apache22/mod_version.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
LoadModule mime_module libexec/apache22/mod_mime.so
LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule status_module libexec/apache22/mod_status.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule asis_module libexec/apache22/mod_asis.so
LoadModule info_module libexec/apache22/mod_info.so
LoadModule suexec_module libexec/apache22/mod_suexec.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so
LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so
LoadModule negotiation_module libexec/apache22/mod_negotiation.so
LoadModule dir_module libexec/apache22/mod_dir.so
LoadModule imagemap_module libexec/apache22/mod_imagemap.so
LoadModule actions_module libexec/apache22/mod_actions.so
LoadModule speling_module libexec/apache22/mod_speling.so
LoadModule userdir_module libexec/apache22/mod_userdir.so
LoadModule alias_module libexec/apache22/mod_alias.so
LoadModule rewrite_module libexec/apache22/mod_rewrite.so
LoadModule php5_module libexec/apache22/libphp5.so
LoadModule fastcgi_module     libexec/apache22/mod_fastcgi.so

<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User www
Group www
</IfModule>
</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin hazzard@hazzard.ru

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName *:80

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/usr/www"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories). 
#
# First, we configure the "default" to be a very restrictive set of 
# features.  
#
<Directory />
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/usr/www">
    #
    # 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 Indexes FollowSymLinks

    #
    # 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>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.php index.html
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "/var/log/httpd-error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel debug

<IfModule log_config_module>
    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    #CustomLog "/var/log/httpd-access.log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    CustomLog "/var/log/httpd-access.log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target 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/ "/usr/local/www/apache22/cgi-bin/"

</IfModule>

<IfModule cgid_module>
    #
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #
    #Scriptsock /var/run/cgisock
</IfModule>

#
# "/usr/local/www/apache22/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
#<Directory "/usr/local/www/apache22/cgi-bin">
#    AllowOverride None
#    Options None
#    Order allow,deny
#    Allow from all
#</Directory>



<IfModule mod_php5.c>
	AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .phps
</IfModule>


#
# DefaultType: the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig etc/apache22/mime.types

    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For type maps (negotiated resources):
    #AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
</IfModule>
#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type.  The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
#MIMEMagicFile etc/apache22/magic

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall is used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted 
# filesystems or if support for these functions is otherwise
# broken on your system.
#
#EnableMMAP off
#EnableSendfile off

# Supplemental configuration
#
# The configuration files in the etc/apache22/extra/ directory can be 
# included to add extra features or to modify the default configuration of 
# the server, or you may simply copy their contents here and change as 
# necessary.

# Server-pool management (MPM specific)
#Include etc/apache22/extra/httpd-mpm.conf

# Multi-language error messages
#Include etc/apache22/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
#Include etc/apache22/extra/httpd-autoindex.conf

# Language settings
#Include etc/apache22/extra/httpd-languages.conf

# User home directories
#Include etc/apache22/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include etc/apache22/extra/httpd-info.conf

# Virtual hosts
#Include etc/apache22/extra/httpd-vhosts.conf
#Include etc/apache22/hosts/*

# Local access to the Apache HTTP Server Manual
#Include etc/apache22/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include etc/apache22/extra/httpd-dav.conf

# Various default settings
#Include etc/apache22/extra/httpd-default.conf

# Secure (SSL/TLS) connections
#Include etc/apache22/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#



<IfModule mod_fastcgi.c>
       FastCgiConfig   -singleThreshold 30 -minProcesses 2 -restart    \
                        -idle-timeout 400 -killInterval 200 -autoUpdate \
                        -pass-header HTTP_AUTHORIZATION
        FastCgiWrapper /usr/local/sbin/suexec
        FastCgiIpcDir /var/run/fastcgi
        Action application/x-httpd-fastphp /php-fcgi/php.sh
        Action application/x-httpd-php /php-fcgi/php.sh
        AddType application/x-httpd-fastphp     .php
        AddType application/x-httpd-php     .php 
        <Location /php-fcgi/>
                Options ExecCGI FollowSymLinks
                SetHandler fastcgi-script
        </Location>
</IfModule>


<Directory "/usr/www/*/htdocs">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
</Directory>


<Directory "/usr/www/*/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
</Directory>


<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

NameVirtualHost *
Include etc/apache22/hosts/*.conf
Debian, php/mysql и другой бред...

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-21 23:29:45

оно и не будет работать.
скопируйте конфиг полностью, поправьте пути под ваш дебилиан, должно завестись.
потом допиливайте.
=========
либо въезжайте в логику работы и правьте то что наделали.
Убей их всех! Бог потом рассортирует...

Аватара пользователя
Hazzard
сержант
Сообщения: 265
Зарегистрирован: 2009-02-01 21:22:36
Откуда: Москва
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Hazzard » 2009-06-21 23:31:07

lissyara писал(а):оно и не будет работать.
скопируйте конфиг полностью, поправьте пути под ваш дебилиан, должно завестись.
потом допиливайте.
=========
либо въезжайте в логику работы и правьте то что наделали.
...под ваш фрибсд *** (с)
Debian, php/mysql и другой бред...

paix
лейтенант
Сообщения: 863
Зарегистрирован: 2007-09-24 12:41:05
Откуда: dn.ua
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение paix » 2009-06-25 20:56:52

Лис, а я вот спрыгнул с fastcgi. Достал он меня своими глюками...
сижу на mod_php радуюсь ;) Хотя свои плюсы\минусы их нужно четко понимать.

Hazzard, в пакетах есть mod_fcgid курите его. На mod_fastcgi уже давно забили.
With best wishes, Sergej Kandyla

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-26 9:37:32

та иди ты =)
предложи ещё мне свои мегабайты скриптов переписать на новые реалии =)))
==========
меня устраивает всем.
а глюки - ты их огласи чтоли. у меня нету глюков...
Убей их всех! Бог потом рассортирует...

paix
лейтенант
Сообщения: 863
Зарегистрирован: 2007-09-24 12:41:05
Откуда: dn.ua
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение paix » 2009-06-27 22:23:43

lissyara писал(а):та иди ты =)
предложи ещё мне свои мегабайты скриптов переписать на новые реалии =)))
а глюки - ты их огласи чтоли. у меня нету глюков...
хе хе ;)
по сути я вообще от шаредхостинга отошел (поддерживаю пару серваков чисто на автомате и то по системным вопросам),
ниповериш, какое это счастие ;)
Для себя\друзей\партнеров юзаю syscp, там кстати два варианта есть по выбору, или mod_php или mod_fcgid или вообще можно лайти прикрутить с его встроенный спавнером.

Из глюков фастцжи которые я наблюдал:
- он ооочень долго стартует. Если сервер немного загруженый, скажем 5-10 запросов в секунду к динамике (хотя это и мелочи), то после перезапуска апача и фастцжи, процессов столько может насоздаться, мама не горюй. Соотвественно любой первый самый мелкий запрос обслуживается довольно долго, не говоря уже о том, что это напрягает чисто визуально. (я хочу чтобы мои сайты открывались сразуже.)
- у меня сложилось мнение что фастцжи при старте довольно дискоинтенсивен...хотя вроде бы и должен брать из кеша, но всеже. Одно известно точно, фастцжи очень чувствителен к скорости винта, как только винт пригружают заданиями и скорость отклика падает, фастжи ведет себя очень не стабильно, обычно это проявляется в виде большого числа фастцжи процессов. (Видимо, приходящий запрос не успевает быстро обработаться, как уже приходит новый запрос). Я наблюдал такую картинку на паре серверов, число процессов при этом вырастало, ощутимо (несколько сотен).
- фастцжи имеет тенденцию отмирать, т.е. со временем число отмерших но висящих процессов накапливается и накапливается. (частично это можно решить различными скриптами перезапуска, у меня, например, раз в сутки все киляется нафик, но это всеже кастыль.)
- если пытаться ограничить фастцжи через login.conf это, в принципе, вполне получается, но часто создает еще больше проблем. Когда какойто процесс прибивается по лимиту login.conf юзер выхватывает некрасивые лаги, да и процессы также могут уходить в отмирание...., что часто приводит к старту все новых и новых процессов.
- то что он экономит память - тоже миф. Процессы фастцжи разжираются дико, особенно когда их много.

Возможно, mod_fcgid избавлен от многих этих глюков, я не пробовал и мне лень.
Напомню форумчанам, что самый основной и большой плюс fastcgi это запуск процессов от именю юзера (т.е. безопасность определяется unix permissions) + сравнительно большая скорость обработки запросов нежели просто cgi.
Если брать тесты для единичного домена, то fastcgi по скорости приближается к mod_php. Если сравнивать mod_php и mod_fastcgi для мультидоменной среды (несколько сотен доменов), то fastcgi чисто курит в сторонке. Недостаток mod_php - запуск всех скриптов от владельца веб-сервера (apache), и меньшая безопасность (которая определяется параметрами языка php).
Лично я последнее время строю все на базе связки nginx + apache + mod_php, мне нравится.
Разумеется, openbasedir, disabled functions для каждого домена, + mod_security.
With best wishes, Sergej Kandyla

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-29 7:11:37

ну, всё пересказанное и я наблюдаю.
глюками не считаю - особенностями работы.
=========
перезапуск раз в сутки по крону - это не костыль. у меня ~70% всяких сервисов несистемных так рестартуют (под фрёй).
чем важней сервис - тем более вероятно что он будет воткнут на рестарт.
люблю спать спокойно, в те немногие часы когда это получается =)
Убей их всех! Бог потом рассортирует...

paix
лейтенант
Сообщения: 863
Зарегистрирован: 2007-09-24 12:41:05
Откуда: dn.ua
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение paix » 2009-06-29 8:55:04

все с тобой ясно ;)
лишь бы поспасть спокойно, а бедным юзерам - 502 ;)

PS. у меня на яве тоже кастыль чтобы спать спокойно: скрипт мониторит лог томката на предмет outofmemory и в случае чего передергивает томкат - кастыль, но работает ;)
А в остальном monit + nagios рулят.
With best wishes, Sergej Kandyla

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35465
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Alex Keda » 2009-06-30 0:16:38

та лана... перезапуск сколько идёт - часа в 4 ночи когда нагрузка никакая? секунд 5 - не больше.
считаем
100% * 5/(24*60*60) = 0.005787(037) % - время простоя
т.е. доступность сервиса - 99,994 - это отличный показатель.
502 они будут видеть от своих кривых скриптов - а не от рестарта раз в сутки.
Убей их всех! Бог потом рассортирует...

Аватара пользователя
Hazzard
сержант
Сообщения: 265
Зарегистрирован: 2009-02-01 21:22:36
Откуда: Москва
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение Hazzard » 2009-06-30 1:18:52

paix писал(а): ....
Недостаток mod_php - запуск всех скриптов от владельца веб-сервера (apache).
....
ТОлько для этого и делается (Запуск от разных пользователей).
Debian, php/mysql и другой бред...

Аватара пользователя
ProFTP
подполковник
Сообщения: 3388
Зарегистрирован: 2008-04-13 1:50:04
Откуда: %&й
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение ProFTP » 2009-06-30 6:59:32

все таки можно отследить какой процесс с какого сайта очень нагруженные, и какое количество ресурсоемких процессор идет....
можно запустить в режиме демона тчобы каждые 2 секунды смотрел.... и проводил статистику

вот пример нашел

Код: Выделить всё

#!/usr/bin/perl
# alertmon package v.3, http://www.opennet.ru/dev/alertmon/
# Copyright (c) 1998-2005 by Maxim Chirkov. <mc@tyumen.ru>
#
# apache_mon.pl <log_key> <la_mon.la_name>
# Плагин для простейшей борьбы с DoS и DDoS атаками на web сайт.
# log_key - ключ из хэша с параметрами контролируемых логов.
# la_mon.la_name - названием блока alertmon для контроля Load Average (LA).
#                  если la_mon.la_name = N.N - то смотрим LA в скрипте 
#  	           самостоятельно и воспринимаем N.N как минимально допустимое 
#                  значение, на случай запуска без alertmon.

# При обособленном от alertmon использовании, в cron нужно прописать примерно следующее:
# */15 * * * * cd /home/site/scripts; ./apache_mon.pl site 2.0
# Раз в 15 минут, обрабатываем блок site и при Load Average больше 2 блокируем.

# Алогоритм:
# Если LA в пределах нормы, не блокируем, а только проверяем статус ранее выставленных блокировок.

# Cтроим два top хэша (только если сработал LA алерт):
# - top всех IP в логе начиная с последней позиции.
# - top всех URL в логе.

# Если IP из top'а выходит за обозначенный лимит и user agent не
# подпадает под маску поисковика, то блокируем до следующего запуска через .htaccess.

# Если URL из топа выходит за пределы лимита подпадает под маску
# динамических страниц, то кешируем этот URL через статику и перебрасываем
# на него оригинал черех mod_rewrite правило в .htaccess.

# Блокировка прекращается когда за промежуток времени заблокированный IP
# или URL перестал фигурировать.


# Список контролируемых лог файлов.
my %cfg_targets = (
    "mysite" => {
	# access-лог apache (в "combined" формате)
	"log_path" => "/usr/local/apache/logs/site_access",
	# .htaccess файл для блокировок, ВНИМАНИЕ, файл создается автоматически.
	# Статические настройки необходимо помещать в .htaccess.raw
	"htaccess_file" => "/home/site/htdocs/.htaccess",
	# Процент (1 = 100%) числа запросов при которых IP будет заблокирован,
	# за 100% принимаем число запросов равное числу секунд прошедших с прошлой выборки.
	"ip_block_percent" => 0.8, # 0.7 = 70%.
	# Процент числа запросов, при которых блокировка будет убрана.
	"ip_unblock_percent" => 0.05, # 5%
	# Процент начала кэширования URL через статику.
	"url_cache_percent" => 1, # 100%
	# Процент отмены кэширования через статику.
	"url_cache_del_percent" => 0.7, # 70%
	# Маска для определения типа страниц которые следует кешировать.
	"url_cache_mask" => '\.(shtml\?|cgi|php)', # + php, phtml
	# Дректория куда сохранять статический образ прокэшированной страницы.
	"url_cache_store_dir" => "/home/site/htdocs/static",
	# Название домена.
	"url_cache_site" => "http://www.site.ru",
    },
);

# Маска для отсеивания поисковых систем, чтобы не заблокировать их по ошибке.
my $cfg_skip_ua_mask='([gG]oogle|[yY]andex|[rR]ambler|msn\.com|mail\.ru|htdig)';

# Директория где хранятся промежуточные статус-файлы.
# Формат статус файла: <target>.apache_mon, формат - дамп хэша через Storable.
my $cfg_log_dir = "/home/site/db/apache_mon"; 

# Файл для вывода отладочной информации.
my $cfg_debug_log_file="$cfg_log_dir/apache_mon.log";
my $cfg_debug_flag=1;

# Команда для выдергивания страницы для кэша, запускается как "команда файл url"
my @cfg_url_fetch_command= ("/usr/local/bin/curl", "-s", "--connect-timeout", "3", "--max-time", "20", "--user-agent", '"Mozilla/4.0 (Alertmon)"', "-o");

# Максимальный размер top-хэшей для защиты от переедания памяти.
my $cfg_max_hash_size=50000;

use strict;
use Storable;
use Digest::MD5; 
use Sys::CpuLoad;

# Хэш со статусом блокировок.
#  seek - поcледняя позиция в логе.
# blocked_ip => { ip => "user_agent"} - хэш заблокированных IP.
# cached_url => { url => "static_hash"}- хэш прокэшированных URL.
my $status_hash = {};
my $hits_cnt=0;

###########################################################################
if (! defined $ARGV[1]){
    die "Usage: apache_mon.pl <log_key> <la_mon.la_name>\n";
}
# Читаем парамтеры
my $in_target = $ARGV[0];
$in_target =~ s/[^\d\w_]//g;

my $in_la_id = $ARGV[1];
$in_la_id =~ s/[^\d\w\-\_\.]//g;

my $allow_block_flag = 0;

if ($in_la_id =~ /^\d+\.\d+$/){
    # Определяем текущий LA за 5 минут.
    my $cur_5m_la= (Sys::CpuLoad::load())[1];
    if ($cur_5m_la > $in_la_id){
	$allow_block_flag = 1;
    }
    #print "LA: $cur_5m_la\n";

}elsif (-f "$cfg_log_dir/$in_la_id.act"){
    # LA флаг установлен, можно блокировать.
    $allow_block_flag = 1;
}

if (! defined $cfg_targets{$in_target}){
    die "Tagret '$in_target' not defined in \%cfg_targets";
}

if (! -f $cfg_targets{$in_target}{"log_path"}){
    die "Apache log '$cfg_targets{$in_target}{log_path}' not found";
}

if (! -f "$cfg_targets{$in_target}{htaccess_file}.raw"){
    die "Raw .htaccess file '$cfg_targets{$in_target}{htaccess_file}.raw' not found";
}

# Читаем хэш со статусом, если не найден создаем и выходим.
if (-f "$cfg_log_dir/$in_target.apache_mon"){
    $status_hash = Storable::retrieve("$cfg_log_dir/$in_target.apache_mon");
}
if (ref($status_hash) ne "HASH" || ! defined $status_hash->{"seek"}){
    # Определяем размер лога, создаем хэш и выходим.
    $status_hash={};
    $status_hash->{"seek"} = (stat($cfg_targets{$in_target}{"log_path"}))[7];
} else {
    my %top_ip=(); # cnt, ua
    my %top_url=();

    # Парсим лог.
    parse_apache_log($status_hash, \%{$cfg_targets{$in_target}}, \%top_ip, \%top_url, $allow_block_flag);

# use Data::Dumper;
# print Dumper( \%{$cfg_targets{$in_target}}, \%top_ip,\%top_url,  $status_hash);

    # Определяем время с момента прошлой проверки.
    my $period_time = time() - (stat("$cfg_log_dir/$in_target.apache_mon"))[9];

    #------------------------------
    # Рассматриваем статус прошлых блокировок.    
    # IP
    foreach my $blocked_ip (keys %{$status_hash->{"blocked_ip"}}){
	if (defined $top_ip{$blocked_ip} 
	    && $top_ip{$blocked_ip}{"cnt"} > $period_time * $cfg_targets{$in_target}{"ip_unblock_percent"}){
	
	    # Продолжаем блокировать.
	    not $cfg_debug_flag or debug_log("IP continue $blocked_ip $top_ip{$blocked_ip}{cnt} per $period_time sec");
	} else {
	    # Прекращаем блокировку.
	    delete($status_hash->{"blocked_ip"}{$blocked_ip});
	    not $cfg_debug_flag or debug_log("IP remove $blocked_ip $top_ip{$blocked_ip}{cnt} per $period_time sec");
	}
    }    
    # URL
    foreach my $cached_url (keys %{$status_hash->{"cached_url"}}){
	if (defined $top_url{$cached_url} 
	    && $top_url{$cached_url} > $period_time * $cfg_targets{$in_target}{"url_cache_del_percent"}){
	
	    # Продолжаем кешировать
	    not $cfg_debug_flag or debug_log("URL continue $cached_url per $period_time sec");
	} else {
	    # Удаляем файл кеша.
	    if (-f "$cfg_targets{$in_target}{url_cache_store_dir}/$status_hash->{cached_url}{$cached_url}.html"){
		unlink("$cfg_targets{$in_target}{url_cache_store_dir}/$status_hash->{cached_url}{$cached_url}.html");
	    }
	    # Прекращаем кеширование.
	    delete($status_hash->{"cached_url"}{$cached_url});
	    not $cfg_debug_flag or debug_log("URL remove $cached_url per $period_time sec");
	}
    }    

    #------------------------------
    # Принимаем решение о текущих блокировках.
    if ($allow_block_flag == 1){
	# IP
	foreach my $cur_ip (reverse sort { $top_ip{$a}{"cnt"} <=> $top_ip{$b}{"cnt"} } keys %top_ip){

	    if ($top_ip{$cur_ip}{"cnt"} >= $period_time * $cfg_targets{$in_target}{"ip_block_percent"}){
		# Можно блокировать.
		if ($top_ip{$cur_ip}{"ua"} !~ /$cfg_skip_ua_mask/o){
		    # IP не поисковика.
		    if (! defined $status_hash->{"blocked_ip"}{$cur_ip}){
			# В очередь на блокировку.
			$status_hash->{"blocked_ip"}{$cur_ip} = $top_ip{$cur_ip}{"ua"};
			not $cfg_debug_flag or debug_log("IP add_block $cur_ip $top_ip{$cur_ip}{cnt} per $period_time sec");
		    }
		} else {
		    not $cfg_debug_flag or debug_log("IP skip_search $cur_ip, $top_ip{$cur_ip}{cnt} per $period_time sec");
		}
		
	    } else {
		# Прекращаем просмотр, порог блокировки пройден.
		%top_ip=();
		last;
	    }
	}

	# URL
	foreach my $cur_url (reverse sort { $top_url{$a} <=> $top_url{$b} } keys %top_url){

	    if ($top_url{$cur_url} >= $period_time * $cfg_targets{$in_target}{"url_cache_percent"}){
		# Можно кешировать.
		    if (! defined $status_hash->{"cached_url"}{$cur_url}){
			# В очередь на кеширование, генерируем хэш для URL.
			$status_hash->{"cached_url"}{$cur_url} = Digest::MD5::md5_hex($cur_url);
			not $cfg_debug_flag or debug_log("URL add_cache $cur_url $top_url{$cur_url} per $period_time sec");
		    }
	    } else {
		# Прекращаем просмотр, порог кеширования пройден.
		%top_url=();
		last;
	    }
	}
    }

    #------------------------------
    # Формириуем новый .htaccess, на основании $status_hash
    open(HTACCESS, ">$cfg_targets{$in_target}{htaccess_file}.new");
    flock(HTACCESS, 2);
    # Копируем статичный .htaccess
    if (open(HTACCESS_RAW, "<$cfg_targets{$in_target}{htaccess_file}.raw")){
	flock(HTACCESS_RAW, 1);
	while(<HTACCESS_RAW>){
	    print HTACCESS $_;
	}
	close (HTACCESS_RAW);
        print HTACCESS "\n# AUTOGENERATED PART ---------\n\n";
    } else {
	print HTACCESS "RewriteEngine On\n\n";
    }
    
    # IP
    foreach my $blocked_ip (keys %{$status_hash->{"blocked_ip"}}){
	    my $cur_ip = $blocked_ip;
	    #$cur_ip =~ s/\./\\\./g;
	    print HTACCESS "\n# IP=$blocked_ip, UA=$status_hash->{blocked_ip}{$blocked_ip}\n";
	    print HTACCESS 'RewriteCond %{REMOTE_ADDR} =' . "$cur_ip\n";
	    print HTACCESS 'RewriteRule .* / [F]' . "\n\n\n";
	    #print HTACCESS 'RewriteCond %{REQUEST_URI} !stop.txt';
	    #print HTACCESS "\n";
	    #print HTACCESS 'RewriteRule .* /stop.txt [R]';
	    $hits_cnt++;
    }    
    # URL
    foreach my $cached_url (keys %{$status_hash->{"cached_url"}}){
	if (! -f "$cfg_targets{$in_target}{url_cache_store_dir}/$status_hash->{cached_url}{$cached_url}.html"){
	    # Генерируем кеш файл для URL
	    if ($cached_url =~ /[\0\n\r\t\'\\]/){
		# Недопустимые символы в URL.
		not $cfg_debug_flag or debug_log("Bogus URL ($cached_url), skipping.");
		delete($status_hash->{"cached_url"}{$cached_url});
	    } else {
		my @run_cmd = @cfg_url_fetch_command;
		push @run_cmd, "$cfg_targets{$in_target}{url_cache_store_dir}/$status_hash->{cached_url}{$cached_url}.html"; # Файл куда созранять.
		push @run_cmd, "$cfg_targets{$in_target}{url_cache_site}$cached_url"; # URL
		if (system(@run_cmd) == 0){
		    my ($cur_uri, $cur_args) = split(/\?/, $cached_url);
		    print HTACCESS "\n# URL=$cached_url\n";
		    print HTACCESS 'RewriteCond %{REQUEST_URI} =' . "$cur_uri\n";
		    print HTACCESS 'RewriteCond %{QUERY_STRING} =' . "$cur_args\n";
		    print HTACCESS 'RewriteRule .* ' . "$cfg_targets{$in_target}{url_cache_store_dir}/$status_hash->{cached_url}{$cached_url}.html [L]\n\n\n";
		    $hits_cnt++;
		} else {
		    not $cfg_debug_flag or debug_log("exec failed for url $cfg_targets{$in_target}{url_cache_site}$cached_url: " . join(" ", @run_cmd));
		    delete($status_hash->{"cached_url"}{$cached_url});
		}
	    }
	}
    }
    close(HTACCESS);
    rename("$cfg_targets{$in_target}{htaccess_file}.new", "$cfg_targets{$in_target}{htaccess_file}");
    
}

# Сохраняем хэш со статусом.
Storable::store($status_hash,  "$cfg_log_dir/$in_target.apache_mon.new");
rename("$cfg_log_dir/$in_target.apache_mon.new", "$cfg_log_dir/$in_target.apache_mon");
#print "$hits_cnt\n";
exit(0);

#############################################################################
# Запись отоадочной информации в лог
sub debug_log{
    my ($str) = @_;
    my $now_time = time();
    my $now_time_str = localtime($now_time);
    $str =~ tr/\r\n/  /;
    open(LOG, ">>$cfg_debug_log_file");
    flock(LOG, 2);
    print LOG "$now_time_str:$now_time:$str\n";
    close(LOG);
    return 0;
}

##########################################################################
# Парсинг apache лога.
sub parse_apache_log{
    my ($status_hash, $target_param, $top_ip, $top_url, $allow_block_flag) = @_;


    my $top_ip_cnt=0;
    my $top_url_cnt=0;

    my $log_size = (stat($target_param->{"log_path"}))[7];
    
    if ($log_size < $status_hash->{"seek"}){
        # Лог после ротации.
        $status_hash->{"seek"} = 0;
    } elsif ($log_size == $status_hash->{"seek"}){
	# Лог не изменился.
	return 0;
    }


    open(LOG, "<$target_param->{log_path}") || return -1;
    if ($status_hash->{"seek"} > 0){
        if (seek(LOG, $status_hash->{"seek"}, 0) != 1){
	    not $cfg_debug_flag or debug_log("ERROR: seek() return error: $!");
	    die("ERROR:seek() return error: $!");
	}
    }

    while (my $cur_line = <LOG>){
	if ($cur_line =~ /^([\d\.]+).*\"GET (.*) HTTP\/\d\.\d\" \d+ (\d+) \"([^\"]+)\" \"([^\"]+)\"$/){
    	    my $s_ip=$1;
	    my $s_url=$2;
    	    my $s_size=$3;
	    my $s_refer=$4;
	    my $s_user_agent=$5;
	    

	    if ($s_url =~ /$cfg_skip_ua_mask/o){
		# Поисковик, пропускаем.
		next;
	    }
	    if ($allow_block_flag == 0){
		# Только обновляем информацию о текущих блокировках и кешах.
		if (defined $status_hash->{"blocked_ip"}{$s_ip}){
		    $top_ip->{$s_ip}{"cnt"}++;
		}
		if (defined $status_hash->{"cached_url"}{$s_url}){
		    $top_url->{$s_url}++;
		}
	    } else {
		# Блокирование разрешено, набираем статистику.
		# IP
		if (! defined $top_ip->{$s_ip}){
		    if ($top_ip_cnt < $cfg_max_hash_size){
			$top_ip->{$s_ip}{"ua"} = $s_user_agent;
			$top_ip->{$s_ip}{"cnt"} = 1;
		    }
		    $top_ip_cnt++;
		} else {
		    $top_ip->{$s_ip}{"cnt"}++;
		}

		# URL
		if ($s_url =~ /$target_param->{"url_cache_mask"}/o){
		    if (! defined $top_url->{$s_url}){
			if ($top_url_cnt < $cfg_max_hash_size){
			    $top_url->{$s_url} = 1;
			}
			$top_url_cnt++;
		    } else {
	    		$top_url->{$s_url}++;
		    }
		}
	    }
	}
    }

    $status_hash->{"seek"} = tell(LOG);
    close(LOG);
    return 0;
}
пхп запускать в CGI (FastCGI) все таки не целесобразно (НО смотря какой двиижок и какая посещаемость), так как FastCGI практически тоже самое что и CGI, только FastCGI cразу память не освобождает сразу, а ждет пока следующый раз один и тот же идентификатор загружет слудующую страницу...
Pеrl FAQ
perl -e 'print join"",map $$_[rand@$_],([0..9,'a'..'z','A'..'Z'])x30'
ИзображениеИзображение

paix
лейтенант
Сообщения: 863
Зарегистрирован: 2007-09-24 12:41:05
Откуда: dn.ua
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение paix » 2009-06-30 10:29:42

ProFTP писал(а): пхп запускать в CGI (FastCGI) все таки не целесобразно (НО смотря какой двиижок и какая посещаемость), так как FastCGI практически тоже самое что и CGI, только FastCGI cразу память не освобождает сразу, а ждет пока следующый раз один и тот же идентификатор загружет слудующую страницу...
бред сивой кабылы.
кури матчасть.
With best wishes, Sergej Kandyla

Аватара пользователя
ProFTP
подполковник
Сообщения: 3388
Зарегистрирован: 2008-04-13 1:50:04
Откуда: %&й
Контактная информация:

Re: Apache 2.2, suexec, fastcgi

Непрочитанное сообщение ProFTP » 2009-06-30 11:02:31

paix писал(а): бред сивой кабылы.
кури матчасть.
примерно так написано в статье, может я не так выразился, что тебе не нравится?
FastCGI примерно так как я описал, именно для того ты выставляешь ключевой параметр -idle-timeout 400 (-killInterval 200) и -singleThreshold 30
Pеrl FAQ
perl -e 'print join"",map $$_[rand@$_],([0..9,'a'..'z','A'..'Z'])x30'
ИзображениеИзображение