Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37480899
en ru br
ALT Linux repositórios
S:2.4.57-alt2
D:2.2.9-alt11
5.0: 2.2.24-alt2.M50.1
4.1: 2.2.8-alt1
4.0: 2.2.6-alt4
+updates:2.2.6-alt2
3.0: 2.0.55-alt1
+backports:2.0.59-alt0.M30.1

Outros repositórios
Upstream:2.2.8

Group :: Sistema/Servidores
RPM: apache2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

./000075500000000000000000000000001076202532400112125ustar00rootroot00000000000000./extra-available/000075500000000000000000000000001076202532400142535ustar00rootroot00000000000000./extra-available/httpd-addon.d.conf000064400000000000000000000003471076202532400175560ustar00rootroot00000000000000#
# Summary: Load config files from the config directory "@rel_sysconfdir@/addon.d"
# Provides: Extra
#

###
# Load config files from the config directory "@rel_sysconfdir@/addon.d".
#
Include @rel_sysconfdir@/addon.d/A.*.conf
./extra-available/httpd-manual-addons.conf000064400000000000000000000020501076202532400207630ustar00rootroot00000000000000#
# Summary: Provide access to the documentation to addons on your server
# Provides: Extra
#

#
# Provide access to the documentation on your server as
# http://yourserver.example.com/manual/
# The documentation is always available at
# http://httpd.apache.org/docs/2.2/
#
# Required modules: mod_alias, mod_setenvif, mod_negotiation
#

<IfModule alias_module>
AliasMatch ^/manual-addons(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ "@apache_addondocdir@$1"
</IfModule>

<Directory "@apache_addondocdir@">
Options Indexes
AllowOverride None
<IfModule authz_host_module>
Order allow,deny
Allow from all
</IfModule>

<Files *.html>
SetHandler type-map
</Files>

<IfModule setenvif_module>
SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
</IfModule>
<IfModule alias_module>
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
</IfModule>

<IfModule negotiation_module>
LanguagePriority en de es fr ja ko pt-br ru
ForceLanguagePriority Prefer Fallback
</IfModule>
</Directory>
./extra-start.d/000075500000000000000000000000001076202532400137125ustar00rootroot00000000000000./extra-start.d/000-default.conf000064400000000000000000000002271076202532400165030ustar00rootroot00000000000000DirectoryIndex_default=yes
log_config_default=yes
httpd-default=yes
httpd-mpm=yes
httpd-multilang-errordoc=yes
httpd-languages=yes
httpd-autoindex=yes
./extra-start.d/010-httpd-addon.d.conf000064400000000000000000000000221076202532400175010ustar00rootroot00000000000000httpd-addon.d=yes
./extra-start.d/020-httpd-manual.conf000064400000000000000000000000541076202532400174550ustar00rootroot00000000000000DirectoryIndex_default=yes
httpd-manual=yes
./extra-start.d/030-httpd-manual-addons.conf000064400000000000000000000000631076202532400207240ustar00rootroot00000000000000DirectoryIndex_default=yes
httpd-manual-addons=yes
./mods-start.d/000075500000000000000000000000001076202532400135315ustar00rootroot00000000000000./mods-start.d/000-default.conf000064400000000000000000000001551076202532400163220ustar00rootroot00000000000000alias=yes
authz_host=yes
autoindex=yes
dir=yes
include=yes
log_config=yes
logio=yes
mime=yes
negotiation=yes
./mods-start.d/010-manual.conf000064400000000000000000000001251076202532400161510ustar00rootroot00000000000000alias=yes
authz_host=yes
setenvif=yes
autoindex=yes
dir=yes
mime=yes
negotiation=yes
./mods-start.d/020-manual-addons.conf000064400000000000000000000001101076202532400174120ustar00rootroot00000000000000alias=yes
authz_host=yes
autoindex=yes
dir=yes
mime=yes
negotiation=yes
./ports-available/000075500000000000000000000000001076202532400142775ustar00rootroot00000000000000./ports-available/http-A1PROXIED.conf000064400000000000000000000005571076202532400174260ustar00rootroot00000000000000#
# Summary: This is a hack to run proxified Apache2 in case Apache1 is running
# Provides: Listen
#

###
# This is a hack to run proxified Apache2 in case Apache1 is running
#
<IfDefine A1PROXIED>
Include @rel_sysconfdir@/ports-available/http-localhost-8088.conf
</IfDefine>
<IfDefine !A1PROXIED>
Include @rel_sysconfdir@/ports-available/http.conf
</IfDefine>
./ports-available/http-localhost-8088.conf000064400000000000000000000005741076202532400205260ustar00rootroot00000000000000#
# Summary: Set listen 12.34.56.78:80
# Provides: Listen
#

#
# 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 localhost:8088
./ports-start.d/000075500000000000000000000000001076202532400137365ustar00rootroot00000000000000./ports-start.d/000-default.conf000064400000000000000000000000111076202532400165160ustar00rootroot00000000000000http=yes
./ports-start.d/020-A1PROXIED.conf000064400000000000000000000000621076202532400163760ustar00rootroot00000000000000http=no
http-localhost-8088=no
http-A1PROXIED=yes
./sites-available/000075500000000000000000000000001076202532400142575ustar00rootroot00000000000000./sites-available/ports_all.conf000064400000000000000000000002111076202532400171170ustar00rootroot00000000000000#
# Summary: Use name-based virtual hosting for *
# Provides: NameVirtualHost
#

#
# Use name-based virtual hosting.
#
NameVirtualHost *
./sites-available/vhost.templ.conf000064400000000000000000000014441076202532400174140ustar00rootroot00000000000000#
# Summary: Provide default template for virtual hosts
# Provides: VirtualHost
#

# Provide default template for virtual hosts
<VirtualHost *>
ServerName www.-=name=-.ru
ServerAlias -=name=-.ru
ServerAdmin www-adm@-=name=-.ru
DocumentRoot @vhosts_dir@/-=name=-/htdocs
ScriptAlias /cgi-bin/ %vhosts_dir/-=name=-/feedback/cgis/
ErrorLog @vhosts_dir@/-=name=-/log/error_log_a2
TransferLog @vhosts_dir@/-=name=-/log/access_log_a2
AddDefaultCharset WINDOWS-1251
CharsetSourceEnc WINDOWS-1251
CharsetDefault WINDOWS-1251
# CharsetRecodeMultipartForms Off
</VirtualHost>
./sites-available/vhosts-8088.conf000064400000000000000000000030541076202532400170630ustar00rootroot00000000000000#
# Summary: Use name-based virtual hosting for *:8088
# Provides: NameVirtualHost
#

#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:8088

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
#<VirtualHost *:@@Port@@>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ServerAlias www.dummy-host.example.com
# ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
# CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
#</VirtualHost>
#
#<VirtualHost *:@@Port@@>
# ServerAdmin webmaster@dummy-host2.example.com
# DocumentRoot /www/docs/dummy-host2.example.com
# ServerName dummy-host2.example.com
# ErrorLog @rel_logfiledir@/dummy-host2.example.com-error_log
# CustomLog @rel_logfiledir@/dummy-host2.example.com-access_log common
#</VirtualHost>
./sites-available/vhosts-A1PROXIED.conf000064400000000000000000000005621076202532400177510ustar00rootroot00000000000000#
# Summary: This is a hack to run proxified Apache2 in case Apache1 is running
# Provides: NameVirtualHost
#

###
# This is a hack to run proxified Apache2 in case Apache1 is running
#
<IfDefine A1PROXIED>
Include @rel_sysconfdir@/sites-available/vhosts-8088.conf
</IfDefine>
<IfDefine !A1PROXIED>
Include @rel_sysconfdir@/sites-available/vhosts.conf
</IfDefine>
./sites-start.d/000075500000000000000000000000001076202532400137165ustar00rootroot00000000000000./sites-start.d/000-default.conf000064400000000000000000000000441076202532400165040ustar00rootroot00000000000000ports_all=yes
default=yes
vhosts=no
./sites-start.d/020-A1PROXIED.conf000064400000000000000000000000711076202532400163560ustar00rootroot00000000000000default=yes
vhosts=no
vhosts-8088=no
vhosts-A1PROXIED=no
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009