Initial Commit
This commit is contained in:
244
database/apache/ABOUT_APACHE.txt
Normal file
244
database/apache/ABOUT_APACHE.txt
Normal file
@@ -0,0 +1,244 @@
|
||||
|
||||
The Apache HTTP Server Project
|
||||
|
||||
http://httpd.apache.org/
|
||||
|
||||
The Apache HTTP Server Project is a collaborative software development effort
|
||||
aimed at creating a robust, commercial-grade, featureful, and freely-available
|
||||
source code implementation of an HTTP (Web) server. The project is jointly
|
||||
managed by a group of volunteers located around the world, using the Internet
|
||||
and the Web to communicate, plan, and develop the server and its related
|
||||
documentation. In addition, hundreds of users have contributed ideas, code,
|
||||
and documentation to the project.
|
||||
|
||||
This file is intended to briefly describe the history of the Apache Group (as
|
||||
it was called in the early days), recognize the many contributors, and explain
|
||||
how you can join the fun too.
|
||||
|
||||
In February of 1995, the most popular server software on the Web was the
|
||||
public domain HTTP daemon developed by Rob McCool at the National Center
|
||||
for Supercomputing Applications, University of Illinois, Urbana-Champaign.
|
||||
However, development of that httpd had stalled after Rob left NCSA in
|
||||
mid-1994, and many webmasters had developed their own extensions and bug
|
||||
fixes that were in need of a common distribution. A small group of these
|
||||
webmasters, contacted via private e-mail, gathered together for the purpose
|
||||
of coordinating their changes (in the form of "patches"). Brian Behlendorf
|
||||
and Cliff Skolnick put together a mailing list, shared information space,
|
||||
and logins for the core developers on a machine in the California Bay Area,
|
||||
with bandwidth and diskspace donated by HotWired and Organic Online.
|
||||
By the end of February, eight core contributors formed the foundation
|
||||
of the original Apache Group:
|
||||
|
||||
Brian Behlendorf Roy T. Fielding Rob Hartill
|
||||
David Robinson Cliff Skolnick Randy Terbush
|
||||
Robert S. Thau Andrew Wilson
|
||||
|
||||
with additional contributions from
|
||||
|
||||
Eric Hagberg Frank Peters Nicolas Pioch
|
||||
|
||||
Using NCSA httpd 1.3 as a base, we added all of the published bug fixes
|
||||
and worthwhile enhancements we could find, tested the result on our own
|
||||
servers, and made the first official public release (0.6.2) of the Apache
|
||||
server in April 1995. By coincidence, NCSA restarted their own development
|
||||
during the same period, and Brandon Long and Beth Frank of the NCSA Server
|
||||
Development Team joined the list in March as honorary members so that the
|
||||
two projects could share ideas and fixes.
|
||||
|
||||
The early Apache server was a big hit, but we all knew that the codebase
|
||||
needed a general overhaul and redesign. During May-June 1995, while
|
||||
Rob Hartill and the rest of the group focused on implementing new features
|
||||
for 0.7.x (like pre-forked child processes) and supporting the rapidly growing
|
||||
Apache user community, Robert Thau designed a new server architecture
|
||||
(code-named Shambhala) which included a modular structure and API for better
|
||||
extensibility, pool-based memory allocation, and an adaptive pre-forking
|
||||
process model. The group switched to this new server base in July and added
|
||||
the features from 0.7.x, resulting in Apache 0.8.8 (and its brethren)
|
||||
in August.
|
||||
|
||||
After extensive beta testing, many ports to obscure platforms, a new set
|
||||
of documentation (by David Robinson), and the addition of many features
|
||||
in the form of our standard modules, Apache 1.0 was released on
|
||||
December 1, 1995.
|
||||
|
||||
Less than a year after the group was formed, the Apache server passed
|
||||
NCSA's httpd as the #1 server on the Internet.
|
||||
|
||||
The survey by Netcraft (http://www.netcraft.com/survey/) shows that Apache
|
||||
is today more widely used than all other web servers combined.
|
||||
|
||||
============================================================================
|
||||
|
||||
The current project management committee of the Apache HTTP Server
|
||||
project (as of March, 2011) is:
|
||||
|
||||
Aaron Bannert André Malo Astrid Stolper
|
||||
Ben Laurie Bojan Smojver Brad Nicholes
|
||||
Brian Havard Brian McCallister Chris Darroch
|
||||
Chuck Murcko Colm MacCárthaigh Dan Poirier
|
||||
Dirk-Willem van Gulik Doug MacEachern
|
||||
Eric Covener Erik Abele Graham Dumpleton
|
||||
Graham Leggett Greg Ames Greg Stein
|
||||
Gregory Trubetskoy Guenter Knauf Issac Goldstand
|
||||
Jeff Trawick Jim Gallacher Jim Jagielski
|
||||
Joe Orton Joe Schaefer Joshua Slive
|
||||
Justin Erenkrantz Ken Coar Lars Eilebrecht
|
||||
Manoj Kasichainula Marc Slemko Mark J. Cox
|
||||
Martin Kraemer Maxime Petazzoni Nick Kew
|
||||
Nicolas Lehuen Noirin Shirley Paul Querna
|
||||
Philip M. Gollucci Ralf S. Engelschall Randy Kobes
|
||||
Rasmus Lerdorf Rich Bowen Roy T. Fielding
|
||||
Rüdiger Plüm Sander Striker Sander Temm
|
||||
Stefan Fritsch Tony Stevenson Victor J. Orlikowski
|
||||
Wilfredo Sanchez William A. Rowe Jr. Yoshiki Hayashi
|
||||
|
||||
Other major contributors
|
||||
|
||||
Howard Fear (mod_include), Florent Guillaume (language negotiation),
|
||||
Koen Holtman (rewrite of mod_negotiation),
|
||||
Kevin Hughes (creator of all those nifty icons),
|
||||
Brandon Long and Beth Frank (NCSA Server Development Team, post-1.3),
|
||||
Ambarish Malpani (Beginning of the NT port),
|
||||
Rob McCool (original author of the NCSA httpd 1.3),
|
||||
Paul Richards (convinced the group to use remote CVS after 1.0),
|
||||
Garey Smiley (OS/2 port), Henry Spencer (author of the regex library).
|
||||
|
||||
Many 3rd-party modules, frequently used and recommended, are also
|
||||
freely-available and linked from the related projects page:
|
||||
<http://modules.apache.org/>, and their authors frequently
|
||||
contribute ideas, patches, and testing.
|
||||
|
||||
Hundreds of people have made individual contributions to the Apache
|
||||
project. Patch contributors are listed in the CHANGES file.
|
||||
|
||||
============================================================================
|
||||
|
||||
How to become involved in the Apache project
|
||||
|
||||
There are several levels of contributing. If you just want to send
|
||||
in an occasional suggestion/fix, then you can just use the bug reporting
|
||||
form at <http://httpd.apache.org/bug_report.html>. You can also subscribe
|
||||
to the announcements mailing list (announce-subscribe@httpd.apache.org) which
|
||||
we use to broadcast information about new releases, bugfixes, and upcoming
|
||||
events. There's a lot of information about the development process (much of
|
||||
it in serious need of updating) to be found at <http://httpd.apache.org/dev/>.
|
||||
|
||||
If you'd like to become an active contributor to the Apache project (the
|
||||
group of volunteers who vote on changes to the distributed server), then
|
||||
you need to start by subscribing to the dev@httpd.apache.org mailing list.
|
||||
One warning though: traffic is high, 1000 to 1500 messages/month.
|
||||
To subscribe to the list, send an email to dev-subscribe@httpd.apache.org.
|
||||
We recommend reading the list for a while before trying to jump in to
|
||||
development.
|
||||
|
||||
NOTE: The developer mailing list (dev@httpd.apache.org) is not
|
||||
a user support forum; it is for people actively working on development
|
||||
of the server code and documentation, and for planning future
|
||||
directions. If you have user/configuration questions, send them
|
||||
to users list <http://httpd.apache.org/userslist> or to the USENET
|
||||
newsgroup "comp.infosystems.www.servers.unix".or for windows users,
|
||||
the newsgroup "comp.infosystems.www.servers.ms-windows".
|
||||
|
||||
There is a core group of contributors (informally called the "core")
|
||||
which was formed from the project founders and is augmented from time
|
||||
to time when core members nominate outstanding contributors and the
|
||||
rest of the core members agree. The core group focus is more on
|
||||
"business" issues and limited-circulation things like security problems
|
||||
than on mainstream code development. The term "The Apache Group"
|
||||
technically refers to this core of project contributors.
|
||||
|
||||
The Apache project is a meritocracy--the more work you have done, the more
|
||||
you are allowed to do. The group founders set the original rules, but
|
||||
they can be changed by vote of the active members. There is a group
|
||||
of people who have logins on our server (apache.org) and access to the
|
||||
svn repository. Everyone has access to the svn snapshots. Changes to
|
||||
the code are proposed on the mailing list and usually voted on by active
|
||||
members--three +1 (yes votes) and no -1 (no votes, or vetoes) are needed
|
||||
to commit a code change during a release cycle; docs are usually committed
|
||||
first and then changed as needed, with conflicts resolved by majority vote.
|
||||
|
||||
Our primary method of communication is our mailing list. Approximately 40
|
||||
messages a day flow over the list, and are typically very conversational in
|
||||
tone. We discuss new features to add, bug fixes, user problems, developments
|
||||
in the web server community, release dates, etc. The actual code development
|
||||
takes place on the developers' local machines, with proposed changes
|
||||
communicated using a patch (output of a unified "diff -u oldfile newfile"
|
||||
command), and committed to the source repository by one of the core
|
||||
developers using remote svn. Anyone on the mailing list can vote on a
|
||||
particular issue, but we only count those made by active members or people
|
||||
who are known to be experts on that part of the server. Vetoes must be
|
||||
accompanied by a convincing explanation.
|
||||
|
||||
New members of the Apache Group are added when a frequent contributor is
|
||||
nominated by one member and unanimously approved by the voting members.
|
||||
In most cases, this "new" member has been actively contributing to the
|
||||
group's work for over six months, so it's usually an easy decision.
|
||||
|
||||
The above describes our past and current (as of July 2000) guidelines,
|
||||
which will probably change over time as the membership of the group
|
||||
changes and our development/coordination tools improve.
|
||||
|
||||
============================================================================
|
||||
|
||||
The Apache Software Foundation (www.apache.org)
|
||||
|
||||
The Apache Software Foundation exists to provide organizational, legal,
|
||||
and financial support for the Apache open-source software projects.
|
||||
Founded in June 1999 by the Apache Group, the Foundation has been
|
||||
incorporated as a membership-based, not-for-profit corporation in order
|
||||
to ensure that the Apache projects continue to exist beyond the participation
|
||||
of individual volunteers, to enable contributions of intellectual property
|
||||
and funds on a sound basis, and to provide a vehicle for limiting legal
|
||||
exposure while participating in open-source software projects.
|
||||
|
||||
You are invited to participate in The Apache Software Foundation. We welcome
|
||||
contributions in many forms. Our membership consists of those individuals
|
||||
who have demonstrated a commitment to collaborative open-source software
|
||||
development through sustained participation and contributions within the
|
||||
Foundation's projects. Many people and companies have contributed towards
|
||||
the success of the Apache projects.
|
||||
|
||||
============================================================================
|
||||
|
||||
Why The Apache HTTP Server Is Free
|
||||
|
||||
Apache HTTP Server exists to provide a robust and commercial-grade reference
|
||||
implementation of the HTTP protocol. It must remain a platform upon which
|
||||
individuals and institutions can build reliable systems, both for
|
||||
experimental purposes and for mission-critical purposes. We believe the
|
||||
tools of online publishing should be in the hands of everyone, and
|
||||
software companies should make their money providing value-added services
|
||||
such as specialized modules and support, amongst other things. We realize
|
||||
that it is often seen as an economic advantage for one company to "own" a
|
||||
market - in the software industry that means to control tightly a
|
||||
particular conduit such that all others must pay. This is typically done
|
||||
by "owning" the protocols through which companies conduct business, at the
|
||||
expense of all those other companies. To the extent that the protocols of
|
||||
the World Wide Web remain "unowned" by a single company, the Web will
|
||||
remain a level playing field for companies large and small. Thus,
|
||||
"ownership" of the protocol must be prevented, and the existence of a
|
||||
robust reference implementation of the protocol, available absolutely for
|
||||
free to all companies, is a tremendously good thing.
|
||||
|
||||
Furthermore, Apache httpd is an organic entity; those who benefit from it
|
||||
by using it often contribute back to it by providing feature enhancements,
|
||||
bug fixes, and support for others in public newsgroups. The amount of
|
||||
effort expended by any particular individual is usually fairly light, but
|
||||
the resulting product is made very strong. This kind of community can
|
||||
only happen with freeware--when someone pays for software, they usually
|
||||
aren't willing to fix its bugs. One can argue, then, that Apache's
|
||||
strength comes from the fact that it's free, and if it were made "not
|
||||
free" it would suffer tremendously, even if that money were spent on a
|
||||
real development team.
|
||||
|
||||
We want to see Apache httpd used very widely--by large companies, small
|
||||
companies, research institutions, schools, individuals, in the intranet
|
||||
environment, everywhere--even though this may mean that companies who
|
||||
could afford commercial software, and would pay for it without blinking,
|
||||
might get a "free ride" by using Apache httpd. We would even be happy if
|
||||
some commercial software companies completely dropped their own HTTP server
|
||||
development plans and used Apache httpd as a base, with the proper attributions
|
||||
as described in the LICENSE file.
|
||||
|
||||
Thanks for using Apache HTTP Server!
|
||||
|
||||
2
database/apache/CHANGES.txt
Normal file
2
database/apache/CHANGES.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
See : https://www.apachelounge.com/Changelog-2.4.html
|
||||
13
database/apache/INSTALL.txt
Normal file
13
database/apache/INSTALL.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
For complete documentation, see https://httpd.apache.org/docs/2.4/platform/windows.html
|
||||
|
||||
|
||||
|
||||
|
||||
Thanks for using the Apache HTTP Server, version 2.4.
|
||||
|
||||
The Apache Software Foundation
|
||||
http://www.apache.org/
|
||||
946
database/apache/LICENSE.txt
Normal file
946
database/apache/LICENSE.txt
Normal file
@@ -0,0 +1,946 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
|
||||
APACHE HTTP SERVER SUBCOMPONENTS:
|
||||
|
||||
The Apache HTTP Server includes a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
code for the these subcomponents is subject to the terms and
|
||||
conditions of the following licenses.
|
||||
|
||||
For the mod_mime_magic component:
|
||||
|
||||
/*
|
||||
* mod_mime_magic: MIME type lookup via file magic numbers
|
||||
* Copyright (c) 1996-1997 Cisco Systems, Inc.
|
||||
*
|
||||
* This software was submitted by Cisco Systems to the Apache Group in July
|
||||
* 1997. Future revisions and derivatives of this source code must
|
||||
* acknowledge Cisco Systems as the original contributor of this module.
|
||||
* All other licensing and usage conditions are those of the Apache Group.
|
||||
*
|
||||
* Some of this code is derived from the free version of the file command
|
||||
* originally posted to comp.sources.unix. Copyright info for that program
|
||||
* is included below as required.
|
||||
* ---------------------------------------------------------------------------
|
||||
* - Copyright (c) Ian F. Darwin, 1987. Written by Ian F. Darwin.
|
||||
*
|
||||
* This software is not subject to any license of the American Telephone and
|
||||
* Telegraph Company or of the Regents of the University of California.
|
||||
*
|
||||
* Permission is granted to anyone to use this software for any purpose on any
|
||||
* computer system, and to alter it and redistribute it freely, subject to
|
||||
* the following restrictions:
|
||||
*
|
||||
* 1. The author is not responsible for the consequences of use of this
|
||||
* software, no matter how awful, even if they arise from flaws in it.
|
||||
*
|
||||
* 2. The origin of this software must not be misrepresented, either by
|
||||
* explicit claim or by omission. Since few users ever read sources, credits
|
||||
* must appear in the documentation.
|
||||
*
|
||||
* 3. Altered versions must be plainly marked as such, and must not be
|
||||
* misrepresented as being the original software. Since few users ever read
|
||||
* sources, credits must appear in the documentation.
|
||||
*
|
||||
* 4. This notice may not be removed or altered.
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
For the modules\mappers\mod_imagemap.c component:
|
||||
|
||||
"macmartinized" polygon code copyright 1992 by Eric Haines, erich@eye.com
|
||||
|
||||
For the server\util_md5.c component:
|
||||
|
||||
/************************************************************************
|
||||
* NCSA HTTPd Server
|
||||
* Software Development Group
|
||||
* National Center for Supercomputing Applications
|
||||
* University of Illinois at Urbana-Champaign
|
||||
* 605 E. Springfield, Champaign, IL 61820
|
||||
* httpd@ncsa.uiuc.edu
|
||||
*
|
||||
* Copyright (C) 1995, Board of Trustees of the University of Illinois
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
* md5.c: NCSA HTTPd code which uses the md5c.c RSA Code
|
||||
*
|
||||
* Original Code Copyright (C) 1994, Jeff Hostetler, Spyglass, Inc.
|
||||
* Portions of Content-MD5 code Copyright (C) 1993, 1994 by Carnegie Mellon
|
||||
* University (see Copyright below).
|
||||
* Portions of Content-MD5 code Copyright (C) 1991 Bell Communications
|
||||
* Research, Inc. (Bellcore) (see Copyright below).
|
||||
* Portions extracted from mpack, John G. Myers - jgm+@cmu.edu
|
||||
* Content-MD5 Code contributed by Martin Hamilton (martin@net.lut.ac.uk)
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/* these portions extracted from mpack, John G. Myers - jgm+@cmu.edu */
|
||||
/* (C) Copyright 1993,1994 by Carnegie Mellon University
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software
|
||||
* and its documentation for any purpose is hereby granted without
|
||||
* fee, provided that the above copyright notice appear in all copies
|
||||
* and that both that copyright notice and this permission notice
|
||||
* appear in supporting documentation, and that the name of Carnegie
|
||||
* Mellon University not be used in advertising or publicity
|
||||
* pertaining to distribution of the software without specific,
|
||||
* written prior permission. Carnegie Mellon University makes no
|
||||
* representations about the suitability of this software for any
|
||||
* purpose. It is provided "as is" without express or implied
|
||||
* warranty.
|
||||
*
|
||||
* CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
* AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
|
||||
* FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this material
|
||||
* for any purpose and without fee is hereby granted, provided
|
||||
* that the above copyright notice and this permission notice
|
||||
* appear in all copies, and that the name of Bellcore not be
|
||||
* used in advertising or publicity pertaining to this
|
||||
* material without the specific, prior written permission
|
||||
* of an authorized representative of Bellcore. BELLCORE
|
||||
* MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
|
||||
* OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
|
||||
* WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
|
||||
*/
|
||||
|
||||
|
||||
For the util_pcre.c and ap_regex.h components:
|
||||
|
||||
Copyright (c) 1997-2004 University of Cambridge
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of the University of Cambridge nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
For the srclib\apr\include\apr_md5.h component:
|
||||
/*
|
||||
* This is work is derived from material Copyright RSA Data Security, Inc.
|
||||
*
|
||||
* The RSA copyright statement and Licence for that original material is
|
||||
* included below. This is followed by the Apache copyright statement and
|
||||
* licence for the modifications made to that material.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 1991-2020, RSA Data Security, Inc. Created 1991. All
|
||||
rights reserved.
|
||||
|
||||
License to copy and use this software is granted provided that it
|
||||
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
||||
Algorithm" in all material mentioning or referencing this software
|
||||
or this function.
|
||||
|
||||
License is also granted to make and use derivative works provided
|
||||
that such works are identified as "derived from the RSA Data
|
||||
Security, Inc. MD5 Message-Digest Algorithm" in all material
|
||||
mentioning or referencing the derived work.
|
||||
|
||||
RSA Data Security, Inc. makes no representations concerning either
|
||||
the merchantability of this software or the suitability of this
|
||||
software for any particular purpose. It is provided "as is"
|
||||
without express or implied warranty of any kind.
|
||||
|
||||
These notices must be retained in any copies of any part of this
|
||||
documentation and/or software.
|
||||
*/
|
||||
|
||||
For the srclib\apr\passwd\apr_md5.c component:
|
||||
|
||||
/*
|
||||
* This is work is derived from material Copyright RSA Data Security, Inc.
|
||||
*
|
||||
* The RSA copyright statement and Licence for that original material is
|
||||
* included below. This is followed by the Apache copyright statement and
|
||||
* licence for the modifications made to that material.
|
||||
*/
|
||||
|
||||
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
|
||||
*/
|
||||
|
||||
/* Copyright (C) 1991-2020, RSA Data Security, Inc. Created 1991. All
|
||||
rights reserved.
|
||||
|
||||
License to copy and use this software is granted provided that it
|
||||
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
||||
Algorithm" in all material mentioning or referencing this software
|
||||
or this function.
|
||||
|
||||
License is also granted to make and use derivative works provided
|
||||
that such works are identified as "derived from the RSA Data
|
||||
Security, Inc. MD5 Message-Digest Algorithm" in all material
|
||||
mentioning or referencing the derived work.
|
||||
|
||||
RSA Data Security, Inc. makes no representations concerning either
|
||||
the merchantability of this software or the suitability of this
|
||||
software for any particular purpose. It is provided "as is"
|
||||
without express or implied warranty of any kind.
|
||||
|
||||
These notices must be retained in any copies of any part of this
|
||||
documentation and/or software.
|
||||
*/
|
||||
/*
|
||||
* The apr_md5_encode() routine uses much code obtained from the FreeBSD 3.0
|
||||
* MD5 crypt() function, which is licenced as follows:
|
||||
* ----------------------------------------------------------------------------
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
|
||||
* can do whatever you want with this stuff. If we meet some day, and you think
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
For the srclib\apr-util\crypto\apr_md4.c component:
|
||||
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* Copyright (C) 1991-2020, RSA Data Security, Inc. Created 1991. All
|
||||
* rights reserved.
|
||||
*
|
||||
* License to copy and use this software is granted provided that it
|
||||
* is identified as the "RSA Data Security, Inc. MD4 Message-Digest
|
||||
* Algorithm" in all material mentioning or referencing this software
|
||||
* or this function.
|
||||
*
|
||||
* License is also granted to make and use derivative works provided
|
||||
* that such works are identified as "derived from the RSA Data
|
||||
* Security, Inc. MD4 Message-Digest Algorithm" in all material
|
||||
* mentioning or referencing the derived work.
|
||||
*
|
||||
* RSA Data Security, Inc. makes no representations concerning either
|
||||
* the merchantability of this software or the suitability of this
|
||||
* software for any particular purpose. It is provided "as is"
|
||||
* without express or implied warranty of any kind.
|
||||
*
|
||||
* These notices must be retained in any copies of any part of this
|
||||
* documentation and/or software.
|
||||
*/
|
||||
|
||||
For the srclib\apr-util\include\apr_md4.h component:
|
||||
|
||||
*
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* Copyright (C) 1991-2020, RSA Data Security, Inc. Created 1991. All
|
||||
* rights reserved.
|
||||
*
|
||||
* License to copy and use this software is granted provided that it
|
||||
* is identified as the "RSA Data Security, Inc. MD4 Message-Digest
|
||||
* Algorithm" in all material mentioning or referencing this software
|
||||
* or this function.
|
||||
*
|
||||
* License is also granted to make and use derivative works provided
|
||||
* that such works are identified as "derived from the RSA Data
|
||||
* Security, Inc. MD4 Message-Digest Algorithm" in all material
|
||||
* mentioning or referencing the derived work.
|
||||
*
|
||||
* RSA Data Security, Inc. makes no representations concerning either
|
||||
* the merchantability of this software or the suitability of this
|
||||
* software for any particular purpose. It is provided "as is"
|
||||
* without express or implied warranty of any kind.
|
||||
*
|
||||
* These notices must be retained in any copies of any part of this
|
||||
* documentation and/or software.
|
||||
*/
|
||||
|
||||
|
||||
For the srclib\apr-util\test\testmd4.c component:
|
||||
|
||||
*
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* Copyright (C) 1990-2020, RSA Data Security, Inc. Created 1990. All
|
||||
* rights reserved.
|
||||
*
|
||||
* RSA Data Security, Inc. makes no representations concerning either
|
||||
* the merchantability of this software or the suitability of this
|
||||
* software for any particular purpose. It is provided "as is"
|
||||
* without express or implied warranty of any kind.
|
||||
*
|
||||
* These notices must be retained in any copies of any part of this
|
||||
* documentation and/or software.
|
||||
*/
|
||||
|
||||
For the test\zb.c component:
|
||||
|
||||
/* ZeusBench V1.01
|
||||
===============
|
||||
|
||||
This program is Copyright (C) Zeus Technology Limited 1996.
|
||||
|
||||
This program may be used and copied freely providing this copyright notice
|
||||
is not removed.
|
||||
|
||||
This software is provided "as is" and any express or implied waranties,
|
||||
including but not limited to, the implied warranties of merchantability and
|
||||
fitness for a particular purpose are disclaimed. In no event shall
|
||||
Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
|
||||
exemplary, or consequential damaged (including, but not limited to,
|
||||
procurement of substitute good or services; loss of use, data, or profits;
|
||||
or business interruption) however caused and on theory of liability. Whether
|
||||
in contract, strict liability or tort (including negligence or otherwise)
|
||||
arising in any way out of the use of this software, even if advised of the
|
||||
possibility of such damage.
|
||||
|
||||
Written by Adam Twiss (adam@zeus.co.uk). March 1996
|
||||
|
||||
Thanks to the following people for their input:
|
||||
Mike Belshe (mbelshe@netscape.com)
|
||||
Michael Campanella (campanella@stevms.enet.dec.com)
|
||||
|
||||
*/
|
||||
|
||||
|
||||
For the pcre.dll component:
|
||||
|
||||
PCRE LICENCE
|
||||
------------
|
||||
|
||||
PCRE is a library of functions to support regular expressions whose syntax
|
||||
and semantics are as close as possible to those of the Perl 5 language.
|
||||
|
||||
Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
|
||||
specified below. The documentation for PCRE, supplied in the "doc"
|
||||
directory, is distributed under the same terms as the software itself. The data
|
||||
in the testdata directory is not copyrighted and is in the public domain.
|
||||
|
||||
The basic library functions are written in C and are freestanding. Also
|
||||
included in the distribution is a set of C++ wrapper functions, and a
|
||||
just-in-time compiler that can be used to optimize pattern matching. These
|
||||
are both optional features that can be omitted when the library is built.
|
||||
|
||||
|
||||
THE BASIC LIBRARY FUNCTIONS
|
||||
---------------------------
|
||||
|
||||
Written by: Philip Hazel
|
||||
Email local part: ph10
|
||||
Email domain: cam.ac.uk
|
||||
|
||||
University of Cambridge Computing Service,
|
||||
Cambridge, England.
|
||||
|
||||
Copyright (c) 1997-2019 University of Cambridge
|
||||
All rights reserved.
|
||||
|
||||
|
||||
PCRE JUST-IN-TIME COMPILATION SUPPORT
|
||||
-------------------------------------
|
||||
|
||||
Written by: Zoltan Herczeg
|
||||
Email local part: hzmester
|
||||
Emain domain: freemail.hu
|
||||
|
||||
Copyright(c) 2010-2019 Zoltan Herczeg
|
||||
All rights reserved.
|
||||
|
||||
|
||||
STACK-LESS JUST-IN-TIME COMPILER
|
||||
--------------------------------
|
||||
|
||||
Written by: Zoltan Herczeg
|
||||
Email local part: hzmester
|
||||
Emain domain: freemail.hu
|
||||
|
||||
Copyright(c) 2009-2019 Zoltan Herczeg
|
||||
All rights reserved.
|
||||
|
||||
|
||||
THE C++ WRAPPER FUNCTIONS
|
||||
-------------------------
|
||||
|
||||
Contributed by: Google Inc.
|
||||
|
||||
Copyright (c) 2007-2012, Google Inc.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
THE "BSD" LICENCE
|
||||
-----------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of the University of Cambridge nor the name of Google
|
||||
Inc. nor the names of their contributors may be used to endorse or
|
||||
promote products derived from this software without specific prior
|
||||
written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
END OF PCRE LICENSE
|
||||
|
||||
For the libeay32.dll, ssleay32.dll and openssl.exe components:
|
||||
|
||||
|
||||
LICENSE ISSUES
|
||||
==============
|
||||
|
||||
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
|
||||
the OpenSSL License and the original SSLeay license apply to the toolkit.
|
||||
See below for the actual license texts. Actually both licenses are BSD-style
|
||||
Open Source licenses. In case of any license issues related to OpenSSL
|
||||
please contact openssl-core@openssl.org.
|
||||
|
||||
OpenSSL License
|
||||
---------------
|
||||
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in
|
||||
* the documentation and/or other materials provided with the
|
||||
* distribution.
|
||||
*
|
||||
* 3. All advertising materials mentioning features or use of this
|
||||
* software must display the following acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
||||
*
|
||||
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
||||
* endorse or promote products derived from this software without
|
||||
* prior written permission. For written permission, please contact
|
||||
* openssl-core@openssl.org.
|
||||
*
|
||||
* 5. Products derived from this software may not be called "OpenSSL"
|
||||
* nor may "OpenSSL" appear in their names without prior written
|
||||
* permission of the OpenSSL Project.
|
||||
*
|
||||
* 6. Redistributions of any form whatsoever must retain the following
|
||||
* acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
||||
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
* ====================================================================
|
||||
*
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
*/
|
||||
|
||||
Original SSLeay License
|
||||
-----------------------
|
||||
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
* This package is an SSL implementation written
|
||||
* by Eric Young (eay@cryptsoft.com).
|
||||
* The implementation was written so as to conform with Netscapes SSL.
|
||||
*
|
||||
* This library is free for commercial and non-commercial use as long as
|
||||
* the following conditions are aheared to. The following conditions
|
||||
* apply to all code found in this distribution, be it the RC4, RSA,
|
||||
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
||||
* included with this distribution is covered by the same copyright terms
|
||||
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
* Copyright remains Eric Young's, and as such any Copyright notices in
|
||||
* the code are not to be removed.
|
||||
* If this package is used in a product, Eric Young should be given attribution
|
||||
* as the author of the parts of the library used.
|
||||
* This can be in the form of a textual message at program startup or
|
||||
* in documentation (online or textual) provided with the package.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* "This product includes cryptographic software written by
|
||||
* Eric Young (eay@cryptsoft.com)"
|
||||
* The word 'cryptographic' can be left out if the rouines from the library
|
||||
* being used are not cryptographic related :-).
|
||||
* 4. If you include any Windows specific code (or a derivative thereof) from
|
||||
* the apps directory (application code) you must include an acknowledgement:
|
||||
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* The licence and distribution terms for any publically available version or
|
||||
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
||||
* copied and put under another distribution licence
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
||||
|
||||
For the mod_deflate zlib compression component:
|
||||
|
||||
(C) 1995-2019 Jean-loup Gailly and Mark Adler
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
Jean-loup Gailly Mark Adler
|
||||
jloup@gzip.org madler@alumni.caltech.edu
|
||||
|
||||
|
||||
For the mod_lua language component:
|
||||
|
||||
Lua License
|
||||
-----------
|
||||
|
||||
Lua is licensed under the terms of the MIT license reproduced below.
|
||||
This means that Lua is free software and can be used for both academic
|
||||
and commercial purposes at absolutely no cost.
|
||||
|
||||
For details and rationale, see http://www.lua.org/license.html .
|
||||
|
||||
===============================================================================
|
||||
|
||||
Copyright (C) 1994-2012 Lua.org, PUC-Rio.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
===============================================================================
|
||||
|
||||
|
||||
For the mod_proxy_html and mod_xml2enc libxml2 C library components:
|
||||
|
||||
Except where otherwise noted in the source code (e.g. the files hash.c,
|
||||
list.c and the trio files, which are covered by a similar licence but
|
||||
with different Copyright notices) all the files are:
|
||||
|
||||
Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is fur-
|
||||
nished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
||||
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
For the mod_http2 nghttp2 C library component:
|
||||
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2012-2019 Tatsuhiro Tsujikawa
|
||||
Copyright (c) 2012-2019 nghttp2 contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
For the mod_brotli Brotli C library component:
|
||||
|
||||
Copyright (c) 2009-2019 by the Brotli Authors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
For the mod_md Curl C library component:
|
||||
|
||||
COPYRIGHT AND PERMISSION NOTICE
|
||||
|
||||
Copyright (c) 1996 - 2019, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||
contributors.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any purpose
|
||||
with or without fee is hereby granted, provided that the above copyright
|
||||
notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
|
||||
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of a copyright holder shall not
|
||||
be used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization of the copyright holder.
|
||||
|
||||
For the mod_md Jansson C library component:
|
||||
|
||||
Copyright (c) 2009-2019 Petri Lehtinen <petri@digip.org>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
|
||||
60
database/apache/NOTICE.txt
Normal file
60
database/apache/NOTICE.txt
Normal file
@@ -0,0 +1,60 @@
|
||||
Apache HTTP Server
|
||||
Copyright 2023 The Apache Software Foundation.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
||||
Portions of this software were developed at the National Center
|
||||
for Supercomputing Applications (NCSA) at the University of
|
||||
Illinois at Urbana-Champaign.
|
||||
|
||||
This software contains code derived from the RSA Data Security
|
||||
Inc. MD5 Message-Digest Algorithm, including various
|
||||
modifications by Spyglass Inc., Carnegie Mellon University, and
|
||||
Bell Communications Research, Inc (Bellcore).
|
||||
|
||||
This software contains code derived from the PCRE library pcreposix.c
|
||||
source code, written by Philip Hazel, Copyright 1997-2004
|
||||
by the University of Cambridge, England.
|
||||
|
||||
Regular expression support is provided by the PCRE library package,
|
||||
which is open source software, written by Philip Hazel, and copyright
|
||||
by the University of Cambridge, England. The original software is
|
||||
available from
|
||||
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
||||
|
||||
This binary distribution includes cryptographic software written by
|
||||
Eric Young (eay@cryptsoft.com), software written by Tim Hudson
|
||||
(tjh@cryptsoft.com), and software developed by the OpenSSL Project
|
||||
for use in the OpenSSL Toolkit <http://www.openssl.org/>.
|
||||
|
||||
This binary distribution of mod_deflate.so includes zlib compression code
|
||||
<http://www.gzip.org/zlib/> written by Jean-loup Gailly (jloup@gzip.org)
|
||||
and Mark Adler (madler@alumni.caltech.edu) .
|
||||
|
||||
This binary distribution of mod_lua.so includes the Lua language,
|
||||
developed at Lua.org, a laboratory of the Department of Computer Science
|
||||
of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil).
|
||||
For complete information, visit Lua's web site at http://www.lua.org/
|
||||
|
||||
This binary distributions of mod_proxy_html.so and mod_xml2enc.so include the
|
||||
libxml2 C library written by Daniel Veillard (daniel veillard.com), Bjorn
|
||||
Reese (breese users.sourceforge.net) and Gary Pennington (Gary.Pennington
|
||||
uk.sun.com). For complete information, visit LibXML2's web site at
|
||||
https://http://www.xmlsoft.org/
|
||||
|
||||
This binary distribution of mod_http2.so includes nghttp2 C library written
|
||||
by Tatsuhiro Tsujikawa. For complete information, visit nghttp2's web site
|
||||
at https://nghttp2.org/
|
||||
|
||||
This binary distribution of mod_brotli.so includes Brotli C library written
|
||||
by the Brotli Authors. For complete information, visit Brotli's web site
|
||||
at https://github.com/google/brotli
|
||||
|
||||
This binary distribution of mod_md.so includes Curl C library written by
|
||||
Daniel Stenberg and many contributors. For complete information,
|
||||
visit curl's web site at https://curl.haxx.se/
|
||||
|
||||
This binary distribution of mod_md.so includes Jansson C library written
|
||||
by the Petri Lehtinen. For complete information, visit Jansson's web site
|
||||
at http://www.digip.org/jansson/
|
||||
110
database/apache/README.txt
Normal file
110
database/apache/README.txt
Normal file
@@ -0,0 +1,110 @@
|
||||
|
||||
Apache HTTP Server
|
||||
|
||||
What is it?
|
||||
-----------
|
||||
|
||||
The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
|
||||
web server. Originally designed as a replacement for the NCSA HTTP
|
||||
Server, it has grown to be the most popular web server on the
|
||||
Internet. As a project of the Apache Software Foundation, the
|
||||
developers aim to collaboratively develop and maintain a robust,
|
||||
commercial-grade, standards-based server with freely available
|
||||
source code.
|
||||
|
||||
The Latest Version
|
||||
------------------
|
||||
|
||||
Details of the latest version can be found on the Apache HTTP
|
||||
server project page under https://httpd.apache.org/.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation available as of the date of this release is
|
||||
included in HTML format in the docs/manual/ directory. The most
|
||||
up-to-date documentation can be found at
|
||||
https://httpd.apache.org/docs/2.4/.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Please see the file called INSTALL. Platform specific notes can be
|
||||
found in README.platforms.
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
Please see the file called LICENSE.
|
||||
|
||||
Cryptographic Software Notice
|
||||
-----------------------------
|
||||
|
||||
This distribution may include software that has been designed for use
|
||||
with cryptographic software. The country in which you currently reside
|
||||
may have restrictions on the import, possession, use, and/or re-export
|
||||
to another country, of encryption software. BEFORE using any encryption
|
||||
software, please check your country's laws, regulations and policies
|
||||
concerning the import, possession, or use, and re-export of encryption
|
||||
software, to see if this is permitted. See <https://www.wassenaar.org/>
|
||||
for more information.
|
||||
|
||||
The U.S. Government Department of Commerce, Bureau of Industry and
|
||||
Security (BIS), has classified this software as Export Commodity
|
||||
Control Number (ECCN) 5D002.C.1, which includes information security
|
||||
software using or performing cryptographic functions with asymmetric
|
||||
algorithms. The form and manner of this Apache Software Foundation
|
||||
distribution makes it eligible for export under the License Exception
|
||||
ENC Technology Software Unrestricted (TSU) exception (see the BIS
|
||||
Export Administration Regulations, Section 740.13) for both object
|
||||
code and source code.
|
||||
|
||||
The following provides more details on the included files that
|
||||
may be subject to export controls on cryptographic software:
|
||||
|
||||
Apache httpd 2.0 and later versions include the mod_ssl module under
|
||||
modules/ssl/
|
||||
for configuring and listening to connections over SSL encrypted
|
||||
network sockets by performing calls to a general-purpose encryption
|
||||
library, such as OpenSSL or the operating system's platform-specific
|
||||
SSL facilities.
|
||||
|
||||
In addition, some versions of apr-util provide an abstract interface
|
||||
for symmetrical cryptographic functions that make use of a
|
||||
general-purpose encryption library, such as OpenSSL, NSS, or the
|
||||
operating system's platform-specific facilities. This interface is
|
||||
known as the apr_crypto interface, with implementation beneath the
|
||||
/crypto directory. The apr_crypto interface is used by the
|
||||
mod_session_crypto module available under
|
||||
modules/session
|
||||
for optional encryption of session information.
|
||||
|
||||
Some object code distributions of Apache httpd, indicated with the
|
||||
word "crypto" in the package name, may include object code for the
|
||||
OpenSSL encryption library as distributed in open source form from
|
||||
<https://www.openssl.org/source/>.
|
||||
|
||||
The above files are optional and may be removed if the cryptographic
|
||||
functionality is not desired or needs to be excluded from redistribution.
|
||||
Distribution packages of Apache httpd that include the word "nossl"
|
||||
in the package name have been created without the above files and are
|
||||
therefore not subject to this notice.
|
||||
|
||||
Contacts
|
||||
--------
|
||||
|
||||
o If you want to be informed about new code releases, bug fixes,
|
||||
security fixes, general news and information about the Apache server
|
||||
subscribe to the apache-announce mailing list as described under
|
||||
<https://httpd.apache.org/lists.html#http-announce>
|
||||
|
||||
o If you want freely available support for running Apache please see the
|
||||
resources at <https://httpd.apache.org/support.html>
|
||||
|
||||
o If you have a concrete bug report for Apache please see the instructions
|
||||
for bug reporting at <https://httpd.apache.org/bug_report.html>
|
||||
|
||||
o If you want to participate in actively developing Apache please
|
||||
subscribe to the `dev@httpd.apache.org' mailing list as described at
|
||||
<https://httpd.apache.org/lists.html#http-dev>
|
||||
|
||||
17
database/apache/apache_installservice.bat
Normal file
17
database/apache/apache_installservice.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
|
||||
if "%OS%" == "Windows_NT" goto WinNT
|
||||
|
||||
:Win9X
|
||||
echo Don't be stupid! Win9x don't know Services
|
||||
echo Please use apache_start.bat instead
|
||||
goto exit
|
||||
|
||||
:WinNT
|
||||
echo Installing Apache2.4 as an Service
|
||||
bin\httpd -k install
|
||||
echo Now we Start Apache2.4 :)
|
||||
net start Apache2.4
|
||||
|
||||
:exit
|
||||
pause
|
||||
18
database/apache/apache_uninstallservice.bat
Normal file
18
database/apache/apache_uninstallservice.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
|
||||
if "%OS%" == "Windows_NT" goto WinNT
|
||||
|
||||
:Win9X
|
||||
echo Don't be stupid! Win9x don't know Services
|
||||
echo Please use apache_stop.bat instead
|
||||
goto exit
|
||||
|
||||
:WinNT
|
||||
echo Are you sure you wan't this?
|
||||
echo now stopping Apache2.4 when it runs
|
||||
net stop Apache2.4
|
||||
echo Time to say good bye to Apache2.4 :(
|
||||
bin\httpd -k uninstall
|
||||
|
||||
:exit
|
||||
pause
|
||||
BIN
database/apache/bin/ApacheMonitor.exe
Normal file
BIN
database/apache/bin/ApacheMonitor.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/ab.exe
Normal file
BIN
database/apache/bin/ab.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/abs.exe
Normal file
BIN
database/apache/bin/abs.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/apr_crypto_openssl-1.dll
Normal file
BIN
database/apache/bin/apr_crypto_openssl-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/apr_dbd_odbc-1.dll
Normal file
BIN
database/apache/bin/apr_dbd_odbc-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/apr_ldap-1.dll
Normal file
BIN
database/apache/bin/apr_ldap-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/brotlicommon.dll
Normal file
BIN
database/apache/bin/brotlicommon.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/brotlienc.dll
Normal file
BIN
database/apache/bin/brotlienc.dll
Normal file
Binary file not shown.
3347
database/apache/bin/curl-ca-bundle.crt
Normal file
3347
database/apache/bin/curl-ca-bundle.crt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
database/apache/bin/curl.exe
Normal file
BIN
database/apache/bin/curl.exe
Normal file
Binary file not shown.
311
database/apache/bin/dbmmanage.pl
Normal file
311
database/apache/bin/dbmmanage.pl
Normal file
@@ -0,0 +1,311 @@
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#for more functionality see the HTTPD::UserAdmin module:
|
||||
# http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz
|
||||
#
|
||||
# usage: dbmmanage <DBMfile> <command> <user> <password> <groups> <comment>
|
||||
|
||||
package dbmmanage;
|
||||
# -ldb -lndbm -lgdbm -lsdbm
|
||||
BEGIN { @AnyDBM_File::ISA = qw(SDBM_File) }
|
||||
use strict;
|
||||
use Fcntl;
|
||||
use AnyDBM_File ();
|
||||
|
||||
sub usage {
|
||||
my $cmds = join "|", sort keys %dbmc::;
|
||||
die <<SYNTAX;
|
||||
Usage: dbmmanage [enc] dbname command [username [pw [group[,group] [comment]]]]
|
||||
|
||||
where enc is -d for crypt encryption (default except on Win32, Netware)
|
||||
-m for MD5 encryption (default on Win32, Netware)
|
||||
-s for SHA1 encryption
|
||||
-p for plaintext
|
||||
|
||||
command is one of: $cmds
|
||||
|
||||
pw of . for update command retains the old password
|
||||
pw of - (or blank) for update command prompts for the password
|
||||
|
||||
groups or comment of . (or blank) for update command retains old values
|
||||
groups or comment of - for update command clears the existing value
|
||||
groups or comment of - for add and adduser commands is the empty value
|
||||
SYNTAX
|
||||
}
|
||||
|
||||
sub need_sha1_crypt {
|
||||
if (!eval ('require "Digest/SHA1.pm";')) {
|
||||
print STDERR <<SHAERR;
|
||||
dbmmanage SHA1 passwords require the interface or the module Digest::SHA1
|
||||
available from CPAN:
|
||||
|
||||
http://www.cpan.org/modules/by-module/Digest/Digest-MD5-2.12.tar.gz
|
||||
|
||||
Please install Digest::SHA1 and try again, or use a different crypt option:
|
||||
|
||||
SHAERR
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
sub need_md5_crypt {
|
||||
if (!eval ('require "Crypt/PasswdMD5.pm";')) {
|
||||
print STDERR <<MD5ERR;
|
||||
dbmmanage MD5 passwords require the module Crypt::PasswdMD5 available from CPAN
|
||||
|
||||
http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-1.1.tar.gz
|
||||
|
||||
Please install Crypt::PasswdMD5 and try again, or use a different crypt option:
|
||||
|
||||
MD5ERR
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
# if your osname is in $newstyle_salt, then use new style salt (starts with '_' and contains
|
||||
# four bytes of iteration count and four bytes of salt). Otherwise, just use
|
||||
# the traditional two-byte salt.
|
||||
# see the man page on your system to decide if you have a newer crypt() lib.
|
||||
# I believe that 4.4BSD derived systems do (at least BSD/OS 2.0 does).
|
||||
# The new style crypt() allows up to 20 characters of the password to be
|
||||
# significant rather than only 8.
|
||||
#
|
||||
my $newstyle_salt_platforms = join '|', qw{bsdos}; #others?
|
||||
my $newstyle_salt = $^O =~ /(?:$newstyle_salt_platforms)/;
|
||||
|
||||
# Some platforms just can't crypt() for Apache
|
||||
#
|
||||
my $crypt_not_supported_platforms = join '|', qw{MSWin32 NetWare}; #others?
|
||||
my $crypt_not_supported = $^O =~ /(?:$crypt_not_supported_platforms)/;
|
||||
|
||||
my $crypt_method = "crypt";
|
||||
|
||||
if ($crypt_not_supported) {
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
# Some platforms won't jump through our favorite hoops
|
||||
#
|
||||
my $not_unix_platforms = join '|', qw{MSWin32 NetWare}; #others?
|
||||
my $not_unix = $^O =~ /(?:$not_unix_platforms)/;
|
||||
|
||||
if ($crypt_not_supported) {
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-d") {
|
||||
shift @ARGV;
|
||||
if ($crypt_not_supported) {
|
||||
print STDERR
|
||||
"Warning: Apache/$^O does not support crypt()ed passwords!\n\n";
|
||||
}
|
||||
$crypt_method = "crypt";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-m") {
|
||||
shift @ARGV;
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-p") {
|
||||
shift @ARGV;
|
||||
if (!$crypt_not_supported) {
|
||||
print STDERR
|
||||
"Warning: Apache/$^O does not support plaintext passwords!\n\n";
|
||||
}
|
||||
$crypt_method = "plain";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-s") {
|
||||
shift @ARGV;
|
||||
need_sha1_crypt();
|
||||
$crypt_method = "sha1";
|
||||
}
|
||||
|
||||
if ($crypt_method eq "md5") {
|
||||
need_md5_crypt();
|
||||
}
|
||||
|
||||
my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
|
||||
|
||||
usage() unless $file and $command and defined &{$dbmc::{$command}};
|
||||
|
||||
# remove extension if any
|
||||
my $chop = join '|', qw{db.? pag dir};
|
||||
$file =~ s/\.($chop)$//;
|
||||
|
||||
my $is_update = $command eq "update";
|
||||
my %DB = ();
|
||||
my @range = ();
|
||||
my($mode, $flags) = $command =~
|
||||
/^(?:view|check)$/ ? (0644, O_RDONLY) : (0644, O_RDWR|O_CREAT);
|
||||
|
||||
tie (%DB, "AnyDBM_File", $file, $flags, $mode) || die "Can't tie $file: $!";
|
||||
dbmc->$command();
|
||||
untie %DB;
|
||||
|
||||
|
||||
my $x;
|
||||
sub genseed {
|
||||
my $psf;
|
||||
if ($not_unix) {
|
||||
srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
|
||||
}
|
||||
else {
|
||||
for (qw(-xlwwa -le)) {
|
||||
`ps $_ 2>/dev/null`;
|
||||
$psf = $_, last unless $?;
|
||||
}
|
||||
srand (time ^ $$ ^ unpack("%L*", `ps $psf | gzip -f`));
|
||||
}
|
||||
@range = (qw(. /), '0'..'9','a'..'z','A'..'Z');
|
||||
$x = int scalar @range;
|
||||
}
|
||||
|
||||
sub randchar {
|
||||
join '', map $range[rand $x], 1..shift||1;
|
||||
}
|
||||
|
||||
sub saltpw_crypt {
|
||||
genseed() unless @range;
|
||||
return $newstyle_salt ?
|
||||
join '', "_", randchar, "a..", randchar(4) :
|
||||
randchar(2);
|
||||
}
|
||||
|
||||
sub cryptpw_crypt {
|
||||
my ($pw, $salt) = @_;
|
||||
$salt = saltpw_crypt unless $salt;
|
||||
crypt $pw, $salt;
|
||||
}
|
||||
|
||||
sub saltpw_md5 {
|
||||
genseed() unless @range;
|
||||
randchar(8);
|
||||
}
|
||||
|
||||
sub cryptpw_md5 {
|
||||
my($pw, $salt) = @_;
|
||||
$salt = saltpw_md5 unless $salt;
|
||||
Crypt::PasswdMD5::apache_md5_crypt($pw, $salt);
|
||||
}
|
||||
|
||||
sub cryptpw_sha1 {
|
||||
my($pw, $salt) = @_;
|
||||
'{SHA}' . Digest::SHA1::sha1_base64($pw) . "=";
|
||||
}
|
||||
|
||||
sub cryptpw {
|
||||
if ($crypt_method eq "md5") {
|
||||
return cryptpw_md5(@_);
|
||||
} elsif ($crypt_method eq "sha1") {
|
||||
return cryptpw_sha1(@_);
|
||||
} elsif ($crypt_method eq "crypt") {
|
||||
return cryptpw_crypt(@_);
|
||||
}
|
||||
@_[0]; # otherwise return plaintext
|
||||
}
|
||||
|
||||
sub getpass {
|
||||
my $prompt = shift || "Enter password:";
|
||||
|
||||
unless($not_unix) {
|
||||
open STDIN, "/dev/tty" or warn "couldn't open /dev/tty $!\n";
|
||||
system "stty -echo;";
|
||||
}
|
||||
|
||||
my($c,$pwd);
|
||||
print STDERR $prompt;
|
||||
while (($c = getc(STDIN)) ne '' and $c ne "\n" and $c ne "\r") {
|
||||
$pwd .= $c;
|
||||
}
|
||||
|
||||
system "stty echo" unless $not_unix;
|
||||
print STDERR "\n";
|
||||
die "Can't use empty password!\n" unless length $pwd;
|
||||
return $pwd;
|
||||
}
|
||||
|
||||
sub dbmc::update {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
$crypted_pwd = (split /:/, $DB{$key}, 3)[0] if $crypted_pwd eq '.';
|
||||
$groups = (split /:/, $DB{$key}, 3)[1] if !$groups || $groups eq '.';
|
||||
$comment = (split /:/, $DB{$key}, 3)[2] if !$comment || $comment eq '.';
|
||||
if (!$crypted_pwd || $crypted_pwd eq '-') {
|
||||
dbmc->adduser;
|
||||
}
|
||||
else {
|
||||
dbmc->add;
|
||||
}
|
||||
}
|
||||
|
||||
sub dbmc::add {
|
||||
die "Can't use empty password!\n" unless $crypted_pwd;
|
||||
unless($is_update) {
|
||||
die "Sorry, user `$key' already exists!\n" if $DB{$key};
|
||||
}
|
||||
$groups = '' if $groups eq '-';
|
||||
$comment = '' if $comment eq '-';
|
||||
$groups .= ":" . $comment if $comment;
|
||||
$crypted_pwd .= ":" . $groups if $groups;
|
||||
$DB{$key} = $crypted_pwd;
|
||||
my $action = $is_update ? "updated" : "added";
|
||||
print "User $key $action with password encrypted to $DB{$key} using $crypt_method\n";
|
||||
}
|
||||
|
||||
sub dbmc::adduser {
|
||||
my $value = getpass "New password:";
|
||||
die "They don't match, sorry.\n" unless getpass("Re-type new password:") eq $value;
|
||||
$crypted_pwd = cryptpw $value;
|
||||
dbmc->add;
|
||||
}
|
||||
|
||||
sub dbmc::delete {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
delete $DB{$key}, print "`$key' deleted\n";
|
||||
}
|
||||
|
||||
sub dbmc::view {
|
||||
print $key ? "$key:$DB{$key}\n" : map { "$_:$DB{$_}\n" if $DB{$_} } keys %DB;
|
||||
}
|
||||
|
||||
sub dbmc::check {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
my $chkpass = (split /:/, $DB{$key}, 3)[0];
|
||||
my $testpass = getpass();
|
||||
if (substr($chkpass, 0, 6) eq '$apr1$') {
|
||||
need_md5_crypt;
|
||||
$crypt_method = "md5";
|
||||
} elsif (substr($chkpass, 0, 5) eq '{SHA}') {
|
||||
need_sha1_crypt;
|
||||
$crypt_method = "sha1";
|
||||
} elsif (length($chkpass) == 13 && $chkpass ne $testpass) {
|
||||
$crypt_method = "crypt";
|
||||
} else {
|
||||
$crypt_method = "plain";
|
||||
}
|
||||
print $crypt_method . (cryptpw($testpass, $chkpass) eq $chkpass
|
||||
? " password ok\n" : " password mismatch\n");
|
||||
}
|
||||
|
||||
sub dbmc::import {
|
||||
while(defined($_ = <STDIN>) and chomp) {
|
||||
($key,$crypted_pwd,$groups,$comment) = split /:/, $_, 4;
|
||||
dbmc->add;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
database/apache/bin/htcacheclean.exe
Normal file
BIN
database/apache/bin/htcacheclean.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/htdbm.exe
Normal file
BIN
database/apache/bin/htdbm.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/htdigest.exe
Normal file
BIN
database/apache/bin/htdigest.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/htpasswd.exe
Normal file
BIN
database/apache/bin/htpasswd.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/httpd.exe
Normal file
BIN
database/apache/bin/httpd.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/httxt2dbm.exe
Normal file
BIN
database/apache/bin/httxt2dbm.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/icudt71.dll
Normal file
BIN
database/apache/bin/icudt71.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/icuin71.dll
Normal file
BIN
database/apache/bin/icuin71.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/icuio71.dll
Normal file
BIN
database/apache/bin/icuio71.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/icuuc71.dll
Normal file
BIN
database/apache/bin/icuuc71.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/jansson.dll
Normal file
BIN
database/apache/bin/jansson.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libapr-1.dll
Normal file
BIN
database/apache/bin/libapr-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libapriconv-1.dll
Normal file
BIN
database/apache/bin/libapriconv-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libaprutil-1.dll
Normal file
BIN
database/apache/bin/libaprutil-1.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libcrypto-3-x64.dll
Normal file
BIN
database/apache/bin/libcrypto-3-x64.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libcurl.dll
Normal file
BIN
database/apache/bin/libcurl.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libhttpd.dll
Normal file
BIN
database/apache/bin/libhttpd.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libsasl.dll
Normal file
BIN
database/apache/bin/libsasl.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libssh2.dll
Normal file
BIN
database/apache/bin/libssh2.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libssl-3-x64.dll
Normal file
BIN
database/apache/bin/libssl-3-x64.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/libxml2.dll
Normal file
BIN
database/apache/bin/libxml2.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/logresolve.exe
Normal file
BIN
database/apache/bin/logresolve.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/lua54.dll
Normal file
BIN
database/apache/bin/lua54.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/nghttp2.dll
Normal file
BIN
database/apache/bin/nghttp2.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/openssl.exe
Normal file
BIN
database/apache/bin/openssl.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/pcre.dll
Normal file
BIN
database/apache/bin/pcre.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/pcre2-8.dll
Normal file
BIN
database/apache/bin/pcre2-8.dll
Normal file
Binary file not shown.
BIN
database/apache/bin/pv.exe
Normal file
BIN
database/apache/bin/pv.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/rotatelogs.exe
Normal file
BIN
database/apache/bin/rotatelogs.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/wintty.exe
Normal file
BIN
database/apache/bin/wintty.exe
Normal file
Binary file not shown.
BIN
database/apache/bin/zlib1.dll
Normal file
BIN
database/apache/bin/zlib1.dll
Normal file
Binary file not shown.
55
database/apache/conf/charset.conv
Normal file
55
database/apache/conf/charset.conv
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
# Lang-abbv Charset Language
|
||||
#---------------------------------
|
||||
en ISO-8859-1 English
|
||||
UTF-8 utf8 UTF-8
|
||||
Unicode ucs Unicode
|
||||
th Cp874 Thai
|
||||
ja SJIS Japanese
|
||||
ko Cp949 Korean
|
||||
zh Cp950 Chinese-Traditional
|
||||
zh-cn GB2312 Chinese-Simplified
|
||||
zh-tw Cp950 Chinese
|
||||
cs ISO-8859-2 Czech
|
||||
hu ISO-8859-2 Hungarian
|
||||
hr ISO-8859-2 Croation
|
||||
pl ISO-8859-2 Polish
|
||||
ro ISO-8859-2 Romanian
|
||||
sr ISO-8859-2 Serbian
|
||||
sk ISO-8859-2 Slovak
|
||||
sl ISO-8859-2 Slovenian
|
||||
sq ISO-8859-2 Albanian
|
||||
bg ISO-8859-5 Bulgarian
|
||||
be ISO-8859-5 Byelorussian
|
||||
mk ISO-8859-5 Macedonian
|
||||
ru ISO-8859-5 Russian
|
||||
uk ISO-8859-5 Ukrainian
|
||||
ca ISO-8859-1 Catalan
|
||||
de ISO-8859-1 German
|
||||
da ISO-8859-1 Danish
|
||||
fi ISO-8859-1 Finnish
|
||||
fr ISO-8859-1 French
|
||||
es ISO-8859-1 Spanish
|
||||
is ISO-8859-1 Icelandic
|
||||
it ISO-8859-1 Italian
|
||||
nl ISO-8859-1 Dutch
|
||||
no ISO-8859-1 Norwegian
|
||||
pt ISO-8859-1 Portuguese
|
||||
sv ISO-8859-1 Swedish
|
||||
af ISO-8859-1 Afrikaans
|
||||
eu ISO-8859-1 Basque
|
||||
fo ISO-8859-1 Faroese
|
||||
gl ISO-8859-1 Galician
|
||||
ga ISO-8859-1 Irish
|
||||
gd ISO-8859-1 Scottish
|
||||
mt ISO-8859-3 Maltese
|
||||
eo ISO-8859-3 Esperanto
|
||||
el ISO-8859-7 Greek
|
||||
tr ISO-8859-9 Turkish
|
||||
he ISO-8859-8 Hebrew
|
||||
iw ISO-8859-8 Hebrew
|
||||
ar ISO-8859-6 Arabic
|
||||
et ISO-8859-1 Estonian
|
||||
lv ISO-8859-2 Latvian
|
||||
lt ISO-8859-2 Lithuanian
|
||||
|
||||
12
database/apache/conf/extra/httpd-ajp.conf
Normal file
12
database/apache/conf/extra/httpd-ajp.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
</Proxy>
|
||||
|
||||
|
||||
#ProxyPass /myapp ajp://127.0.0.1:8009/myapp
|
||||
#ProxyPassReverse /myapp ajp://127.0.0.1:8009/myapp
|
||||
|
||||
ProxyPass /examples ajp://127.0.0.1:8009/examples smax=0 ttl=60 retry=5
|
||||
#ProxyPass /ajax ajp://127.0.0.1:8009/ajax smax=0 ttl=60 retry=5
|
||||
#ProxyPass /servlet ajp://127.0.0.1:8009/servlet smax=0 ttl=60 retry=5
|
||||
#ProxyPass /infostore ajp://127.0.0.1:8009/infostore smax=0 ttl=60 retry=5
|
||||
97
database/apache/conf/extra/httpd-autoindex.conf
Normal file
97
database/apache/conf/extra/httpd-autoindex.conf
Normal file
@@ -0,0 +1,97 @@
|
||||
<IfModule autoindex_module>
|
||||
<IfModule alias_module>
|
||||
#
|
||||
# Directives controlling the display of server-generated directory listings.
|
||||
#
|
||||
# Required modules: mod_authz_core, mod_authz_host,
|
||||
# mod_autoindex, mod_alias
|
||||
#
|
||||
# To see the listing of a directory, the Options directive for the
|
||||
# directory must include "Indexes", and the directory must not contain
|
||||
# a file matching those listed in the DirectoryIndex directive.
|
||||
#
|
||||
|
||||
#
|
||||
# IndexOptions: Controls the appearance of server-generated directory
|
||||
# listings.
|
||||
#
|
||||
IndexOptions FancyIndexing HTMLTable VersionSort
|
||||
|
||||
# We include the /icons/ alias for FancyIndexed directory listings. If
|
||||
# you do not use FancyIndexing, you may comment this out.
|
||||
#
|
||||
Alias /icons/ "/xampp/apache/icons/"
|
||||
|
||||
<Directory "/xampp/apache/icons">
|
||||
Options Indexes MultiViews
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# AddIcon* directives tell the server which icon to show for different
|
||||
# files or filename extensions. These are only displayed for
|
||||
# FancyIndexed directories.
|
||||
#
|
||||
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
|
||||
|
||||
AddIconByType (TXT,/icons/text.gif) text/*
|
||||
AddIconByType (IMG,/icons/image2.gif) image/*
|
||||
AddIconByType (SND,/icons/sound2.gif) audio/*
|
||||
AddIconByType (VID,/icons/movie.gif) video/*
|
||||
|
||||
AddIcon /icons/binary.gif .bin .exe
|
||||
AddIcon /icons/binhex.gif .hqx
|
||||
AddIcon /icons/tar.gif .tar
|
||||
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
|
||||
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
|
||||
AddIcon /icons/a.gif .ps .ai .eps
|
||||
AddIcon /icons/layout.gif .html .shtml .htm .pdf
|
||||
AddIcon /icons/text.gif .txt
|
||||
AddIcon /icons/c.gif .c
|
||||
AddIcon /icons/p.gif .pl .py
|
||||
AddIcon /icons/f.gif .for
|
||||
AddIcon /icons/dvi.gif .dvi
|
||||
AddIcon /icons/uuencoded.gif .uu
|
||||
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
|
||||
AddIcon /icons/tex.gif .tex
|
||||
AddIcon /icons/bomb.gif core
|
||||
|
||||
AddIcon /icons/back.gif ..
|
||||
AddIcon /icons/hand.right.gif README
|
||||
AddIcon /icons/folder.gif ^^DIRECTORY^^
|
||||
AddIcon /icons/blank.gif ^^BLANKICON^^
|
||||
|
||||
#
|
||||
# DefaultIcon is which icon to show for files which do not have an icon
|
||||
# explicitly set.
|
||||
#
|
||||
DefaultIcon /icons/unknown.gif
|
||||
|
||||
#
|
||||
# AddDescription allows you to place a short description after a file in
|
||||
# server-generated indexes. These are only displayed for FancyIndexed
|
||||
# directories.
|
||||
# Format: AddDescription "description" filename
|
||||
#
|
||||
#AddDescription "GZIP compressed document" .gz
|
||||
#AddDescription "tar archive" .tar
|
||||
#AddDescription "GZIP compressed tar archive" .tgz
|
||||
|
||||
#
|
||||
# ReadmeName is the name of the README file the server will look for by
|
||||
# default, and append to directory listings.
|
||||
#
|
||||
# HeaderName is the name of a file which should be prepended to
|
||||
# directory indexes.
|
||||
ReadmeName README.html
|
||||
HeaderName HEADER.html
|
||||
|
||||
#
|
||||
# IndexIgnore is a set of filenames which directory indexing should ignore
|
||||
# and not include in the listing. Shell-style wildcarding is permitted.
|
||||
#
|
||||
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
63
database/apache/conf/extra/httpd-dav.conf
Normal file
63
database/apache/conf/extra/httpd-dav.conf
Normal file
@@ -0,0 +1,63 @@
|
||||
<IfModule dav_module>
|
||||
<IfModule dav_fs_module>
|
||||
<IfModule setenvif_module>
|
||||
<IfModule alias_module>
|
||||
<IfModule auth_digest_module>
|
||||
<IfModule authn_file_module>#
|
||||
# Distributed authoring and versioning (WebDAV)
|
||||
#
|
||||
# Required modules: mod_alias, mod_auth_digest, mod_authn_core, mod_authn_file,
|
||||
# mod_authz_core, mod_authz_user, mod_dav, mod_dav_fs,
|
||||
# mod_setenvif
|
||||
|
||||
# The following example gives DAV write access to a directory called
|
||||
# "uploads" under the ServerRoot directory.
|
||||
#
|
||||
# The User/Group specified in httpd.conf needs to have write permissions
|
||||
# on the directory where the DavLockDB is placed and on any directory where
|
||||
# "Dav On" is specified.
|
||||
|
||||
DavLockDB "/xampp/apache/logs/Dav.Lock"
|
||||
|
||||
Alias /webdav "/xampp/webdav/"
|
||||
|
||||
<Directory "/xampp/webdav">
|
||||
Require all granted
|
||||
Dav On
|
||||
|
||||
AuthType Digest
|
||||
AuthName "XAMPP with WebDAV"
|
||||
# You can use the htdigest program to create the password database:
|
||||
# htdigest -c "${SRVROOT}/user.passwd" DAV-upload admin
|
||||
AuthUserFile "${SRVROOT}/user.passwd"
|
||||
AuthDigestProvider file
|
||||
|
||||
# Allow universal read-access, but writes are restricted
|
||||
# to the admin user.
|
||||
<LimitExcept GET OPTIONS>
|
||||
require valid-user
|
||||
</LimitExcept>
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# The following directives disable redirects on non-GET requests for
|
||||
# a directory that does not include the trailing slash. This fixes a
|
||||
# problem with several clients that do not appropriately handle
|
||||
# redirects for folders with DAV methods.
|
||||
#
|
||||
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
|
||||
BrowserMatch "MS FrontPage" redirect-carefully
|
||||
BrowserMatch "^WebDrive" redirect-carefully
|
||||
BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
|
||||
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
|
||||
BrowserMatch "^XML Spy" redirect-carefully
|
||||
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
|
||||
BrowserMatch " Konqueror/4" redirect-carefully
|
||||
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
90
database/apache/conf/extra/httpd-default.conf
Normal file
90
database/apache/conf/extra/httpd-default.conf
Normal file
@@ -0,0 +1,90 @@
|
||||
#
|
||||
# This configuration file reflects default settings for Apache HTTP Server.
|
||||
#
|
||||
# You may change these, but chances are that you may not need to.
|
||||
#
|
||||
|
||||
#
|
||||
# Timeout: The number of seconds before receives and sends time out.
|
||||
#
|
||||
Timeout 300
|
||||
|
||||
#
|
||||
# KeepAlive: Whether or not to allow persistent connections (more than
|
||||
# one request per connection). Set to "Off" to deactivate.
|
||||
#
|
||||
KeepAlive On
|
||||
|
||||
#
|
||||
# MaxKeepAliveRequests: The maximum number of requests to allow
|
||||
# during a persistent connection. Set to 0 to allow an unlimited amount.
|
||||
# We recommend you leave this number high, for maximum performance.
|
||||
#
|
||||
MaxKeepAliveRequests 100
|
||||
|
||||
#
|
||||
# KeepAliveTimeout: Number of seconds to wait for the next request from the
|
||||
# same client on the same connection.
|
||||
#
|
||||
KeepAliveTimeout 5
|
||||
|
||||
#
|
||||
# UseCanonicalName: Determines how Apache constructs self-referencing
|
||||
# URLs and the SERVER_NAME and SERVER_PORT variables.
|
||||
# When set "Off", Apache will use the Hostname and Port supplied
|
||||
# by the client. When set "On", Apache will use the value of the
|
||||
# ServerName directive.
|
||||
#
|
||||
UseCanonicalName Off
|
||||
|
||||
#
|
||||
# AccessFileName: The name of the file to look for in each directory
|
||||
# for additional configuration directives. See also the AllowOverride
|
||||
# directive.
|
||||
#
|
||||
AccessFileName .htaccess
|
||||
|
||||
#
|
||||
# ServerTokens
|
||||
# This directive configures what you return as the Server HTTP response
|
||||
# Header. The default is 'Full' which sends information about the OS-Type
|
||||
# and compiled in modules.
|
||||
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
|
||||
# where Full conveys the most information, and Prod the least.
|
||||
#
|
||||
ServerTokens Full
|
||||
|
||||
#
|
||||
# Optionally add a line containing the server version and virtual host
|
||||
# name to server-generated pages (internal error documents, FTP directory
|
||||
# listings, mod_status and mod_info output etc., but not CGI generated
|
||||
# documents or custom error documents).
|
||||
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
|
||||
# Set to one of: On | Off | EMail
|
||||
#
|
||||
ServerSignature On
|
||||
|
||||
#
|
||||
# HostnameLookups: Log the names of clients or just their IP addresses
|
||||
# e.g., www.apache.org (on) or 204.62.129.132 (off).
|
||||
# The default is off because it'd be overall better for the net if people
|
||||
# had to knowingly turn this feature on, since enabling it means that
|
||||
# each client request will result in AT LEAST one lookup request to the
|
||||
# nameserver.
|
||||
#
|
||||
HostnameLookups Off
|
||||
|
||||
#
|
||||
# Set a timeout for how long the client may take to send the request header
|
||||
# and body.
|
||||
# The default for the headers is header=20-40,MinRate=500, which means wait
|
||||
# for the first byte of headers for 20 seconds. If some data arrives,
|
||||
# increase the timeout corresponding to a data rate of 500 bytes/s, but not
|
||||
# above 40 seconds.
|
||||
# The default for the request body is body=20,MinRate=500, which is the same
|
||||
# but has no upper limit for the timeout.
|
||||
# To disable, set to header=0 body=0
|
||||
#
|
||||
<IfModule reqtimeout_module>
|
||||
RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500
|
||||
</IfModule>
|
||||
39
database/apache/conf/extra/httpd-info.conf
Normal file
39
database/apache/conf/extra/httpd-info.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
#
|
||||
# Get information about the requests being processed by the server
|
||||
# and the configuration of the server.
|
||||
#
|
||||
# Required modules: mod_status (for the server-status handler),
|
||||
# mod_info (for the server-info handler)
|
||||
|
||||
<IfModule status_module>
|
||||
#
|
||||
# Allow server status reports generated by mod_status,
|
||||
# with the URL of http://servername/server-status
|
||||
# Change the ".localhost" to match your domain to enable.
|
||||
|
||||
<Location /server-status>
|
||||
SetHandler server-status
|
||||
Require local
|
||||
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
|
||||
</Location>
|
||||
|
||||
#
|
||||
# ExtendedStatus controls whether Apache will generate "full" status
|
||||
# information (ExtendedStatus On) or just basic information (ExtendedStatus
|
||||
# Off) when the "server-status" handler is called. The default is Off.
|
||||
#
|
||||
#ExtendedStatus On
|
||||
</IfModule>
|
||||
|
||||
<IfModule info_module>
|
||||
#
|
||||
# Allow remote server configuration reports, with the URL of
|
||||
# http://servername/server-info (requires that mod_info.c be loaded).
|
||||
# Change the ".localhost" to match your domain to enable.
|
||||
#
|
||||
<Location /server-info>
|
||||
SetHandler server-info
|
||||
Require local
|
||||
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
|
||||
</Location>
|
||||
</IfModule>
|
||||
145
database/apache/conf/extra/httpd-languages.conf
Normal file
145
database/apache/conf/extra/httpd-languages.conf
Normal file
@@ -0,0 +1,145 @@
|
||||
<IfModule mime_module>
|
||||
<IfModule negotiation_module>
|
||||
#
|
||||
# Settings for hosting different languages.
|
||||
#
|
||||
# Required modules: mod_mime, mod_negotiation
|
||||
|
||||
# DefaultLanguage and AddLanguage allows you to specify the language of
|
||||
# a document. You can then use content negotiation to give a browser a
|
||||
# file in a language the user can understand.
|
||||
#
|
||||
# Specify a default language. This means that all data
|
||||
# going out without a specific language tag (see below) will
|
||||
# be marked with this one. You probably do NOT want to set
|
||||
# this unless you are sure it is correct for all cases.
|
||||
#
|
||||
# * It is generally better to not mark a page as
|
||||
# * being a certain language than marking it with the wrong
|
||||
# * language!
|
||||
#
|
||||
# DefaultLanguage nl
|
||||
#
|
||||
# Note 1: The suffix does not have to be the same as the language
|
||||
# keyword --- those with documents in Polish (whose net-standard
|
||||
# language code is pl) may wish to use "AddLanguage pl .po" to
|
||||
# avoid the ambiguity with the common suffix for perl scripts.
|
||||
#
|
||||
# Note 2: The example entries below illustrate that in some cases
|
||||
# the two character 'Language' abbreviation is not identical to
|
||||
# the two character 'Country' code for its country,
|
||||
# E.g. 'Danmark/dk' versus 'Danish/da'.
|
||||
#
|
||||
# Note 3: In the case of 'ltz' we violate the RFC by using a three char
|
||||
# specifier. There is 'work in progress' to fix this and get
|
||||
# the reference data for rfc1766 cleaned up.
|
||||
#
|
||||
# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
|
||||
# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
|
||||
# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
|
||||
# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
|
||||
# Norwegian (no) - Polish (pl) - Portugese (pt)
|
||||
# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
|
||||
# Turkish (tr) - Simplified Chinese (zh-CN) - Spanish (es)
|
||||
# Traditional Chinese (zh-TW)
|
||||
#
|
||||
AddLanguage ca .ca
|
||||
AddLanguage cs .cz .cs
|
||||
AddLanguage da .dk
|
||||
AddLanguage de .de
|
||||
AddLanguage el .el
|
||||
AddLanguage en .en
|
||||
AddLanguage eo .eo
|
||||
AddLanguage es .es
|
||||
AddLanguage et .et
|
||||
AddLanguage fr .fr
|
||||
AddLanguage he .he
|
||||
AddLanguage hr .hr
|
||||
AddLanguage it .it
|
||||
AddLanguage ja .ja
|
||||
AddLanguage ko .ko
|
||||
AddLanguage ltz .ltz
|
||||
AddLanguage nl .nl
|
||||
AddLanguage nn .nn
|
||||
AddLanguage no .no
|
||||
AddLanguage pl .po
|
||||
AddLanguage pt .pt
|
||||
AddLanguage pt-BR .pt-br
|
||||
AddLanguage ru .ru
|
||||
AddLanguage sv .sv
|
||||
AddLanguage tr .tr
|
||||
AddLanguage zh-CN .zh-cn
|
||||
AddLanguage zh-TW .zh-tw
|
||||
|
||||
# LanguagePriority allows you to give precedence to some languages
|
||||
# in case of a tie during content negotiation.
|
||||
#
|
||||
# Just list the languages in decreasing order of preference. We have
|
||||
# more or less alphabetized them here. You probably want to change this.
|
||||
#
|
||||
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
|
||||
|
||||
#
|
||||
# ForceLanguagePriority allows you to serve a result page rather than
|
||||
# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
|
||||
# [in case no accepted languages matched the available variants]
|
||||
#
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
|
||||
#
|
||||
# Commonly used filename extensions to character sets. You probably
|
||||
# want to avoid clashes with the language extensions, unless you
|
||||
# are good at carefully testing your setup after each change.
|
||||
# See http://www.iana.org/assignments/character-sets for the
|
||||
# official list of charset names and their respective RFCs.
|
||||
#
|
||||
AddCharset us-ascii.ascii .us-ascii
|
||||
AddCharset ISO-8859-1 .iso8859-1 .latin1
|
||||
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
|
||||
AddCharset ISO-8859-3 .iso8859-3 .latin3
|
||||
AddCharset ISO-8859-4 .iso8859-4 .latin4
|
||||
AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
|
||||
AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
|
||||
AddCharset ISO-8859-7 .iso8859-7 .grk .greek
|
||||
AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
|
||||
AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
|
||||
AddCharset ISO-8859-10 .iso8859-10 .latin6
|
||||
AddCharset ISO-8859-13 .iso8859-13
|
||||
AddCharset ISO-8859-14 .iso8859-14 .latin8
|
||||
AddCharset ISO-8859-15 .iso8859-15 .latin9
|
||||
AddCharset ISO-8859-16 .iso8859-16 .latin10
|
||||
AddCharset ISO-2022-JP .iso2022-jp .jis
|
||||
AddCharset ISO-2022-KR .iso2022-kr .kis
|
||||
AddCharset ISO-2022-CN .iso2022-cn .cis
|
||||
AddCharset Big5.Big5 .big5 .b5
|
||||
AddCharset cn-Big5 .cn-big5
|
||||
# For russian, more than one charset is used (depends on client, mostly):
|
||||
AddCharset WINDOWS-1251 .cp-1251 .win-1251
|
||||
AddCharset CP866 .cp866
|
||||
AddCharset KOI8 .koi8
|
||||
AddCharset KOI8-E .koi8-e
|
||||
AddCharset KOI8-r .koi8-r .koi8-ru
|
||||
AddCharset KOI8-U .koi8-u
|
||||
AddCharset KOI8-ru .koi8-uk .ua
|
||||
AddCharset ISO-10646-UCS-2 .ucs2
|
||||
AddCharset ISO-10646-UCS-4 .ucs4
|
||||
AddCharset UTF-7 .utf7
|
||||
AddCharset UTF-8 .utf8
|
||||
AddCharset UTF-16 .utf16
|
||||
AddCharset UTF-16BE .utf16be
|
||||
AddCharset UTF-16LE .utf16le
|
||||
AddCharset UTF-32 .utf32
|
||||
AddCharset UTF-32BE .utf32be
|
||||
AddCharset UTF-32LE .utf32le
|
||||
AddCharset euc-cn .euc-cn
|
||||
AddCharset euc-gb .euc-gb
|
||||
AddCharset euc-jp .euc-jp
|
||||
AddCharset euc-kr .euc-kr
|
||||
#Not sure how euc-tw got in - IANA doesn't list it???
|
||||
AddCharset EUC-TW .euc-tw
|
||||
AddCharset gb2312 .gb2312 .gb
|
||||
AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
|
||||
AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
|
||||
AddCharset shift_jis .shift_jis .sjis
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
38
database/apache/conf/extra/httpd-manual.conf
Normal file
38
database/apache/conf/extra/httpd-manual.conf
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# 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.4/
|
||||
#
|
||||
# Required modules: mod_alias, mod_authz_core, mod_authz_host,
|
||||
# mod_setenvif, mod_negotiation
|
||||
#
|
||||
|
||||
AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "/xampp/apache/manual$1"
|
||||
|
||||
<Directory "/xampp/apache/manual">
|
||||
Options Indexes
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
||||
<Files *.html>
|
||||
SetHandler type-map
|
||||
</Files>
|
||||
|
||||
# .tr is text/troff in mime.types!
|
||||
RemoveType tr
|
||||
|
||||
# Traditionally, used .dk filename extension for da language
|
||||
AddLanguage da .da
|
||||
|
||||
SetEnvIf Request_URI ^/manual/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)/ prefer-language=$1
|
||||
RedirectMatch 301 ^/manual(?:/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)){2,}(/.*)?$ /manual/$1$2
|
||||
|
||||
# Reflect the greatest effort in translation (most content available),
|
||||
# inferring greater attention to detail (potentially false assumption,
|
||||
# counting translations presently in-sync would be more helpful.)
|
||||
# Use caution counting; safest pattern is '*.xml.XX'. Recent .xml source
|
||||
# document count: 266 214 110 94 82 25 22 18 4 1 1
|
||||
LanguagePriority en fr ko ja tr es de zh-cn pt-br da ru
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
</Directory>
|
||||
119
database/apache/conf/extra/httpd-mpm.conf
Normal file
119
database/apache/conf/extra/httpd-mpm.conf
Normal file
@@ -0,0 +1,119 @@
|
||||
#
|
||||
# Server-Pool Management (MPM specific)
|
||||
#
|
||||
|
||||
#
|
||||
# PidFile: The file in which the server should record its process
|
||||
# identification number when it starts.
|
||||
#
|
||||
# Note that this is the default PidFile for most MPMs.
|
||||
#
|
||||
<IfModule !mpm_netware_module>
|
||||
PidFile "logs/httpd.pid"
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# Only one of the below sections will be relevant on your
|
||||
# installed httpd. Use "apachectl -l" to find out the
|
||||
# active mpm.
|
||||
#
|
||||
|
||||
# prefork MPM
|
||||
# StartServers: number of server processes to start
|
||||
# MinSpareServers: minimum number of server processes which are kept spare
|
||||
# MaxSpareServers: maximum number of server processes which are kept spare
|
||||
# MaxRequestWorkers: maximum number of server processes allowed to start
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_prefork_module>
|
||||
StartServers 5
|
||||
MinSpareServers 5
|
||||
MaxSpareServers 10
|
||||
MaxRequestWorkers 250
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# worker MPM
|
||||
# StartServers: initial number of server processes to start
|
||||
# MinSpareThreads: minimum number of worker threads which are kept spare
|
||||
# MaxSpareThreads: maximum number of worker threads which are kept spare
|
||||
# ThreadsPerChild: constant number of worker threads in each server process
|
||||
# MaxRequestWorkers: maximum number of worker threads
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_worker_module>
|
||||
StartServers 3
|
||||
MinSpareThreads 75
|
||||
MaxSpareThreads 250
|
||||
ThreadsPerChild 25
|
||||
MaxRequestWorkers 400
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# event MPM
|
||||
# StartServers: initial number of server processes to start
|
||||
# MinSpareThreads: minimum number of worker threads which are kept spare
|
||||
# MaxSpareThreads: maximum number of worker threads which are kept spare
|
||||
# ThreadsPerChild: constant number of worker threads in each server process
|
||||
# MaxRequestWorkers: maximum number of worker threads
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_event_module>
|
||||
StartServers 3
|
||||
MinSpareThreads 75
|
||||
MaxSpareThreads 250
|
||||
ThreadsPerChild 25
|
||||
MaxRequestWorkers 400
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# NetWare MPM
|
||||
# ThreadStackSize: Stack size allocated for each worker thread
|
||||
# StartThreads: Number of worker threads launched at server startup
|
||||
# MinSpareThreads: Minimum number of idle threads, to handle request spikes
|
||||
# MaxSpareThreads: Maximum number of idle threads
|
||||
# MaxThreads: Maximum number of worker threads alive at the same time
|
||||
# MaxConnectionsPerChild: Maximum number of connections a thread serves. It
|
||||
# is recommended that the default value of 0 be set
|
||||
# for this directive on NetWare. This will allow the
|
||||
# thread to continue to service requests indefinitely.
|
||||
<IfModule mpm_netware_module>
|
||||
ThreadStackSize 65536
|
||||
StartThreads 250
|
||||
MinSpareThreads 25
|
||||
MaxSpareThreads 250
|
||||
MaxThreads 1000
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# OS/2 MPM
|
||||
# StartServers: Number of server processes to maintain
|
||||
# MinSpareThreads: Minimum number of idle threads per process,
|
||||
# to handle request spikes
|
||||
# MaxSpareThreads: Maximum number of idle threads per process
|
||||
# MaxConnectionsPerChild: Maximum number of connections per server process
|
||||
<IfModule mpm_mpmt_os2_module>
|
||||
StartServers 2
|
||||
MinSpareThreads 5
|
||||
MaxSpareThreads 10
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# WinNT MPM
|
||||
# ThreadsPerChild: constant number of worker threads in the server process
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
<IfModule mpm_winnt_module>
|
||||
ThreadsPerChild 150
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# The maximum number of free Kbytes that every allocator is allowed
|
||||
# to hold without calling free(). In threaded MPMs, every thread has its own
|
||||
# allocator. When not set, or when set to zero, the threshold will be set to
|
||||
# unlimited.
|
||||
<IfModule !mpm_netware_module>
|
||||
MaxMemFree 2048
|
||||
</IfModule>
|
||||
<IfModule mpm_netware_module>
|
||||
MaxMemFree 100
|
||||
</IfModule>
|
||||
58
database/apache/conf/extra/httpd-multilang-errordoc.conf
Normal file
58
database/apache/conf/extra/httpd-multilang-errordoc.conf
Normal file
@@ -0,0 +1,58 @@
|
||||
#
|
||||
# The configuration below implements multi-language error documents through
|
||||
# content-negotiation.
|
||||
#
|
||||
# Required modules: mod_alias, mod_authz_core, mod_authz_host,
|
||||
# mod_include, mod_negotiation
|
||||
#
|
||||
# We use Alias to redirect any /error/HTTP_<error>.html.var response to
|
||||
# our collection of by-error message multi-language collections. We use
|
||||
# includes to substitute the appropriate text.
|
||||
#
|
||||
# You can modify the messages' appearance without changing any of the
|
||||
# default HTTP_<error>.html.var files by adding the line:
|
||||
#
|
||||
# Alias /error/include/ "/your/include/path/"
|
||||
#
|
||||
# which allows you to create your own set of files by starting with the
|
||||
# ${SRVROOT}/error/include/ files and copying them to /your/include/path/,
|
||||
# even on a per-VirtualHost basis. The default include files will display
|
||||
# your Apache version number and your ServerAdmin email address regardless
|
||||
# of the setting of ServerSignature.
|
||||
|
||||
<IfModule alias_module>
|
||||
<IfModule include_module>
|
||||
<IfModule negotiation_module>
|
||||
Alias /error/ "/xampp/apache/error/"
|
||||
|
||||
<Directory "/xampp/apache/error">
|
||||
AllowOverride None
|
||||
Options IncludesNoExec
|
||||
AddOutputFilter Includes html
|
||||
AddHandler type-map var
|
||||
Require all granted
|
||||
LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
</Directory>
|
||||
|
||||
ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
|
||||
ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
|
||||
ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
|
||||
ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
|
||||
ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
|
||||
ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
|
||||
ErrorDocument 410 /error/HTTP_GONE.html.var
|
||||
ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
|
||||
ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
|
||||
ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
|
||||
ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
|
||||
ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
|
||||
ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
|
||||
ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
|
||||
ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
|
||||
ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
|
||||
ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
19
database/apache/conf/extra/httpd-proxy.conf
Normal file
19
database/apache/conf/extra/httpd-proxy.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Implements a proxy/gateway for Apache.
|
||||
# # Required modules: mod_proxy, mod_proxy_http
|
||||
#
|
||||
|
||||
<IfModule proxy_module>
|
||||
<IfModule proxy_http_module>
|
||||
|
||||
#
|
||||
# Reverse Proxy
|
||||
#
|
||||
ProxyRequests Off
|
||||
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
</Proxy>
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
289
database/apache/conf/extra/httpd-ssl.conf
Normal file
289
database/apache/conf/extra/httpd-ssl.conf
Normal file
@@ -0,0 +1,289 @@
|
||||
#
|
||||
# This is the Apache server configuration file providing SSL support.
|
||||
# It contains the configuration directives to instruct the server how to
|
||||
# serve pages over an https connection. For detailed information about these
|
||||
# directives see <URL:http://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# Required modules: mod_log_config, mod_setenvif, mod_ssl,
|
||||
# socache_shmcb_module (for default value of SSLSessionCache)
|
||||
|
||||
#
|
||||
# Pseudo Random Number Generator (PRNG):
|
||||
# Configure one or more sources to seed the PRNG of the SSL library.
|
||||
# The seed data should be of good random quality.
|
||||
# WARNING! On some platforms /dev/random blocks if not enough entropy
|
||||
# is available. This means you then cannot use the /dev/random device
|
||||
# because it would lead to very long connection times (as long as
|
||||
# it requires to make more entropy available). But usually those
|
||||
# platforms additionally provide a /dev/urandom device which doesn't
|
||||
# block. So, if available, use this one instead. Read the mod_ssl User
|
||||
# Manual for more details.
|
||||
#
|
||||
#SSLRandomSeed startup file:/dev/random 512
|
||||
#SSLRandomSeed startup file:/dev/urandom 512
|
||||
#SSLRandomSeed connect file:/dev/random 512
|
||||
#SSLRandomSeed connect file:/dev/urandom 512
|
||||
|
||||
|
||||
#
|
||||
# When we also provide SSL we have to listen to the
|
||||
# standard HTTP port (see above) and to the HTTPS port
|
||||
#
|
||||
Listen 443
|
||||
|
||||
##
|
||||
## SSL Global Context
|
||||
##
|
||||
## All SSL configuration in this context applies both to
|
||||
## the main server and all SSL-enabled virtual hosts.
|
||||
##
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate,
|
||||
# and that httpd will negotiate as the client of a proxied server.
|
||||
# See the OpenSSL documentation for a complete list of ciphers, and
|
||||
# ensure these follow appropriate best practices for this deployment.
|
||||
# httpd 2.2.30, 2.4.13 and later force-disable aNULL, eNULL and EXP ciphers,
|
||||
# while OpenSSL disabled these by default in 0.9.8zf/1.0.0r/1.0.1m/1.0.2a.
|
||||
SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES
|
||||
SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES
|
||||
|
||||
# By the end of 2016, only TLSv1.2 ciphers should remain in use.
|
||||
# Older ciphers should be disallowed as soon as possible, while the
|
||||
# kRSA ciphers do not offer forward secrecy. These changes inhibit
|
||||
# older clients (such as IE6 SP2 or IE8 on Windows XP, or other legacy
|
||||
# non-browser tooling) from successfully connecting.
|
||||
#
|
||||
# To restrict mod_ssl to use only TLSv1.2 ciphers, and disable
|
||||
# those protocols which do not support forward secrecy, replace
|
||||
# the SSLCipherSuite and SSLProxyCipherSuite directives above with
|
||||
# the following two directives, as soon as practical.
|
||||
# SSLCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA
|
||||
# SSLProxyCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA
|
||||
|
||||
# User agents such as web browsers are not configured for the user's
|
||||
# own preference of either security or performance, therefore this
|
||||
# must be the prerogative of the web server administrator who manages
|
||||
# cpu load versus confidentiality, so enforce the server's cipher order.
|
||||
SSLHonorCipherOrder on
|
||||
|
||||
# SSL Protocol support:
|
||||
# List the protocol versions which clients are allowed to connect with.
|
||||
# Disable SSLv3 by default (cf. RFC 7525 3.1.1). TLSv1 (1.0) should be
|
||||
# disabled as quickly as practical. By the end of 2016, only the TLSv1.2
|
||||
# protocol or later should remain in use.
|
||||
SSLProtocol all -SSLv3
|
||||
SSLProxyProtocol all -SSLv3
|
||||
|
||||
# Pass Phrase Dialog:
|
||||
# Configure the pass phrase gathering process.
|
||||
# The filtering dialog program (`builtin' is an internal
|
||||
# terminal dialog) has to provide the pass phrase on stdout.
|
||||
SSLPassPhraseDialog builtin
|
||||
|
||||
# Inter-Process Session Cache:
|
||||
# Configure the SSL Session Cache: First the mechanism
|
||||
# to use and second the expiring timeout (in seconds).
|
||||
#SSLSessionCache "shmcb:/xampp/apache/logs/ssl_scache(512000)"
|
||||
SSLSessionCache "shmcb:/xampp/apache/logs/ssl_scache(512000)"
|
||||
SSLSessionCacheTimeout 300
|
||||
|
||||
# OCSP Stapling (requires OpenSSL 0.9.8h or later)
|
||||
#
|
||||
# This feature is disabled by default and requires at least
|
||||
# the two directives SSLUseStapling and SSLStaplingCache.
|
||||
# Refer to the documentation on OCSP Stapling in the SSL/TLS
|
||||
# How-To for more information.
|
||||
#
|
||||
# Enable stapling for all SSL-enabled servers:
|
||||
#SSLUseStapling On
|
||||
|
||||
# Define a relatively small cache for OCSP Stapling using
|
||||
# the same mechanism that is used for the SSL session cache
|
||||
# above. If stapling is used with more than a few certificates,
|
||||
# the size may need to be increased. (AH01929 will be logged.)
|
||||
#SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(32768)"
|
||||
|
||||
# Seconds before valid OCSP responses are expired from the cache
|
||||
#SSLStaplingStandardCacheTimeout 3600
|
||||
|
||||
# Seconds before invalid OCSP responses are expired from the cache
|
||||
#SSLStaplingErrorCacheTimeout 600
|
||||
|
||||
##
|
||||
## SSL Virtual Host Context
|
||||
##
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
||||
# General setup for the virtual host
|
||||
DocumentRoot "/xampp/htdocs"
|
||||
ServerName www.example.com:443
|
||||
ServerAdmin admin@example.com
|
||||
ErrorLog "/xampp/apache/logs/error.log"
|
||||
TransferLog "/xampp/apache/logs/access.log"
|
||||
|
||||
# SSL Engine Switch:
|
||||
# Enable/Disable SSL for this virtual host.
|
||||
SSLEngine on
|
||||
|
||||
# Server Certificate:
|
||||
# Point SSLCertificateFile "conf/ssl.crt/server.crt"
|
||||
# the certificate is encrypted, then you will be prompted for a
|
||||
# pass phrase. Note that a kill -HUP will prompt again. Keep
|
||||
# in mind that if you have both an RSA and a DSA certificate you
|
||||
# can configure both in parallel (to also allow the use of DSA
|
||||
# ciphers, etc.)
|
||||
# Some ECC cipher suites (http://www.ietf.org/rfc/rfc4492.txt)
|
||||
# require an ECC certificate which can also be configured in
|
||||
# parallel.
|
||||
SSLCertificateFile "conf/ssl.crt/server.crt"
|
||||
#SSLCertificateFile "conf/ssl.crt/server.crt"
|
||||
#SSLCertificateFile "conf/ssl.crt/server.crt"
|
||||
|
||||
# Server Private Key:
|
||||
# If the key is not combined with the certificate, use this
|
||||
# directive to point at the key file. Keep in mind that if
|
||||
# you've both a RSA and a DSA private key you can configure
|
||||
# both in parallel (to also allow the use of DSA ciphers, etc.)
|
||||
# ECC keys, when in use, can also be configured in parallel
|
||||
SSLCertificateKeyFile "conf/ssl.key/server.key"
|
||||
#SSLCertificateKeyFile "conf/ssl.key/server.key"
|
||||
#SSLCertificateKeyFile "conf/ssl.key/server.key"
|
||||
|
||||
# Server Certificate Chain:
|
||||
# Point SSLCertificateChainFile at a file containing the
|
||||
# concatenation of PEM encoded CA certificates which form the
|
||||
# certificate chain for the server certificate. Alternatively
|
||||
# the referenced file can be the same as SSLCertificateFile "conf/ssl.crt/server.crt"
|
||||
# certificate for convenience.
|
||||
#SSLCertificateChainFile "${SRVROOT}/conf/server-ca.crt"
|
||||
|
||||
# Certificate Authority (CA):
|
||||
# Set the CA certificate verification path where to find CA
|
||||
# certificates for client authentication or alternatively one
|
||||
# huge file containing all of them (file must be PEM encoded)
|
||||
# Note: Inside SSLCACertificatePath you need hash symlinks
|
||||
# to point to the certificate files. Use the provided
|
||||
# Makefile to update the hash symlinks after changes.
|
||||
#SSLCACertificatePath "${SRVROOT}/conf/ssl.crt"
|
||||
#SSLCACertificateFile "${SRVROOT}/conf/ssl.crt/ca-bundle.crt"
|
||||
|
||||
# Certificate Revocation Lists (CRL):
|
||||
# Set the CA revocation path where to find CA CRLs for client
|
||||
# authentication or alternatively one huge file containing all
|
||||
# of them (file must be PEM encoded).
|
||||
# The CRL checking mode needs to be configured explicitly
|
||||
# through SSLCARevocationCheck (defaults to "none" otherwise).
|
||||
# Note: Inside SSLCARevocationPath you need hash symlinks
|
||||
# to point to the certificate files. Use the provided
|
||||
# Makefile to update the hash symlinks after changes.
|
||||
#SSLCARevocationPath "${SRVROOT}/conf/ssl.crl"
|
||||
#SSLCARevocationFile "${SRVROOT}/conf/ssl.crl/ca-bundle.crl"
|
||||
#SSLCARevocationCheck chain
|
||||
|
||||
# Client Authentication (Type):
|
||||
# Client certificate verification type and depth. Types are
|
||||
# none, optional, require and optional_no_ca. Depth is a
|
||||
# number which specifies how deeply to verify the certificate
|
||||
# issuer chain before deciding the certificate is not valid.
|
||||
#SSLVerifyClient require
|
||||
#SSLVerifyDepth 10
|
||||
|
||||
# TLS-SRP mutual authentication:
|
||||
# Enable TLS-SRP and set the path to the OpenSSL SRP verifier
|
||||
# file (containing login information for SRP user accounts).
|
||||
# Requires OpenSSL 1.0.1 or newer. See the mod_ssl FAQ for
|
||||
# detailed instructions on creating this file. Example:
|
||||
# "openssl srp -srpvfile ${SRVROOT}/conf/passwd.srpv -add username"
|
||||
#SSLSRPVerifierFile "${SRVROOT}/conf/passwd.srpv"
|
||||
|
||||
# Access Control:
|
||||
# With SSLRequire you can do per-directory access control based
|
||||
# on arbitrary complex boolean expressions containing server
|
||||
# variable checks and other lookup directives. The syntax is a
|
||||
# mixture between C and Perl. See the mod_ssl documentation
|
||||
# for more details.
|
||||
#<Location />
|
||||
#SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
|
||||
# and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
|
||||
# and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
|
||||
# and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
|
||||
# and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
|
||||
# or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
|
||||
#</Location>
|
||||
|
||||
# SSL Engine Options:
|
||||
# Set various options for the SSL engine.
|
||||
# o FakeBasicAuth:
|
||||
# Translate the client X.509 into a Basic Authorisation. This means that
|
||||
# the standard Auth/DBMAuth methods can be used for access control. The
|
||||
# user name is the `one line' version of the client's X.509 certificate.
|
||||
# Note that no password is obtained from the user. Every entry in the user
|
||||
# file needs this password: `xxj31ZMTZzkVA'.
|
||||
# o ExportCertData:
|
||||
# This exports two additional environment variables: SSL_CLIENT_CERT and
|
||||
# SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
|
||||
# server (always existing) and the client (only existing when client
|
||||
# authentication is used). This can be used to import the certificates
|
||||
# into CGI scripts.
|
||||
# o StdEnvVars:
|
||||
# This exports the standard SSL/TLS related `SSL_*' environment variables.
|
||||
# Per default this exportation is switched off for performance reasons,
|
||||
# because the extraction step is an expensive operation and is usually
|
||||
# useless for serving static content. So one usually enables the
|
||||
# exportation for CGI and SSI requests only.
|
||||
# o StrictRequire:
|
||||
# This denies access when "SSLRequireSSL" or "SSLRequire" applied even
|
||||
# under a "Satisfy any" situation, i.e. when it applies access is denied
|
||||
# and no other module can change it.
|
||||
# o OptRenegotiate:
|
||||
# This enables optimized SSL connection renegotiation handling when SSL
|
||||
# directives are used in per-directory context.
|
||||
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
</FilesMatch>
|
||||
<Directory "/xampp/apache/cgi-bin">
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
|
||||
# SSL Protocol Adjustments:
|
||||
# The safe and default but still SSL/TLS standard compliant shutdown
|
||||
# approach is that mod_ssl sends the close notify alert but doesn't wait for
|
||||
# the close notify alert from client. When you need a different shutdown
|
||||
# approach you can use one of the following variables:
|
||||
# o ssl-unclean-shutdown:
|
||||
# This forces an unclean shutdown when the connection is closed, i.e. no
|
||||
# SSL close notify alert is sent or allowed to be received. This violates
|
||||
# the SSL/TLS standard but is needed for some brain-dead browsers. Use
|
||||
# this when you receive I/O errors because of the standard approach where
|
||||
# mod_ssl sends the close notify alert.
|
||||
# o ssl-accurate-shutdown:
|
||||
# This forces an accurate shutdown when the connection is closed, i.e. a
|
||||
# SSL close notify alert is send and mod_ssl waits for the close notify
|
||||
# alert of the client. This is 100% SSL/TLS standard compliant, but in
|
||||
# practice often causes hanging connections with brain-dead browsers. Use
|
||||
# this only for browsers where you know that their SSL implementation
|
||||
# works correctly.
|
||||
# Notice: Most problems of broken clients are also related to the HTTP
|
||||
# keep-alive facility, so you usually additionally want to disable
|
||||
# keep-alive for those clients, too. Use variable "nokeepalive" for this.
|
||||
# Similarly, one has to force some clients to use HTTP/1.0 to workaround
|
||||
# their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
|
||||
# "force-response-1.0" for this.
|
||||
BrowserMatch "MSIE [2-5]" \
|
||||
nokeepalive ssl-unclean-shutdown \
|
||||
downgrade-1.0 force-response-1.0
|
||||
|
||||
# Per-Server Logging:
|
||||
# The home of a custom SSL log file. Use this when you want a
|
||||
# compact non-error SSL logfile on a virtual host basis.
|
||||
CustomLog "/xampp/apache/logs/ssl_request.log" \
|
||||
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||
|
||||
</VirtualHost>
|
||||
31
database/apache/conf/extra/httpd-userdir.conf
Normal file
31
database/apache/conf/extra/httpd-userdir.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
<IfModule userdir_module>
|
||||
# Settings for user home directories
|
||||
#
|
||||
# Required module: mod_authz_core, mod_authz_host, mod_userdir
|
||||
|
||||
#
|
||||
# UserDir: The name of the directory that is appended onto a user's home
|
||||
# directory if a ~user request is received. Note that you must also set
|
||||
# the default access control for these directories, as in the example below.
|
||||
#
|
||||
UserDir "My Documents/My Website"
|
||||
|
||||
#
|
||||
# Control access to UserDir directories. The following is an example
|
||||
# for a site where these directories are restricted to read-only.
|
||||
#
|
||||
<Directory "C:/Users/*/My Documents/My Website">
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
<Limit GET POST OPTIONS>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Limit>
|
||||
<LimitExcept GET POST OPTIONS>
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</LimitExcept>
|
||||
</Directory>
|
||||
|
||||
|
||||
</IfModule>
|
||||
45
database/apache/conf/extra/httpd-vhosts.conf
Normal file
45
database/apache/conf/extra/httpd-vhosts.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
# Virtual Hosts
|
||||
#
|
||||
# Required modules: mod_log_config
|
||||
|
||||
# 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.4/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 *:80
|
||||
#
|
||||
# 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 *:80>
|
||||
##ServerAdmin webmaster@dummy-host.example.com
|
||||
##DocumentRoot "/xampp/htdocs/dummy-host.example.com"
|
||||
##ServerName dummy-host.example.com
|
||||
##ServerAlias www.dummy-host.example.com
|
||||
##ErrorLog "logs/dummy-host.example.com-error.log"
|
||||
##CustomLog "logs/dummy-host.example.com-access.log" common
|
||||
##</VirtualHost>
|
||||
|
||||
##<VirtualHost *:80>
|
||||
##ServerAdmin webmaster@dummy-host2.example.com
|
||||
##DocumentRoot "/xampp/htdocs/dummy-host2.example.com"
|
||||
##ServerName dummy-host2.example.com
|
||||
##ErrorLog "logs/dummy-host2.example.com-error.log"
|
||||
##CustomLog "logs/dummy-host2.example.com-access.log" common
|
||||
##</VirtualHost>
|
||||
|
||||
|
||||
|
||||
109
database/apache/conf/extra/httpd-xampp.conf
Normal file
109
database/apache/conf/extra/httpd-xampp.conf
Normal file
@@ -0,0 +1,109 @@
|
||||
#
|
||||
# XAMPP settings
|
||||
#
|
||||
|
||||
<IfModule env_module>
|
||||
SetEnv MIBDIRS "/xampp/php/extras/mibs"
|
||||
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
|
||||
SetEnv OPENSSL_CONF "/xampp/apache/bin/openssl.cnf"
|
||||
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
|
||||
SetEnv PHPRC "\\xampp\\php"
|
||||
SetEnv TMP "\\xampp\\tmp"
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# PHP-Module setup
|
||||
#
|
||||
LoadFile "/xampp/php/php8ts.dll"
|
||||
LoadFile "/xampp/php/libpq.dll"
|
||||
LoadFile "/xampp/php/libsqlite3.dll"
|
||||
LoadModule php_module "/xampp/php/php8apache2_4.dll"
|
||||
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler application/x-httpd-php
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.phps$">
|
||||
SetHandler application/x-httpd-php-source
|
||||
</FilesMatch>
|
||||
|
||||
#
|
||||
# PHP-CGI setup
|
||||
#
|
||||
#<FilesMatch "\.php$">
|
||||
# SetHandler application/x-httpd-php-cgi
|
||||
#</FilesMatch>
|
||||
#<IfModule actions_module>
|
||||
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
|
||||
#</IfModule>
|
||||
|
||||
|
||||
<IfModule php_module>
|
||||
PHPINIDir "/xampp/php"
|
||||
</IfModule>
|
||||
|
||||
<IfModule mime_module>
|
||||
AddType text/html .php .phps
|
||||
</IfModule>
|
||||
|
||||
ScriptAlias /php-cgi/ "/xampp/php/"
|
||||
<Directory "/xampp/php">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all denied
|
||||
<Files "php-cgi.exe">
|
||||
Require all granted
|
||||
</Files>
|
||||
</Directory>
|
||||
|
||||
<Directory "/xampp/cgi-bin">
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler cgi-script
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.phps$">
|
||||
SetHandler None
|
||||
</FilesMatch>
|
||||
</Directory>
|
||||
|
||||
<Directory "/xampp/htdocs/xampp">
|
||||
<IfModule php_module>
|
||||
<Files "status.php">
|
||||
php_admin_flag safe_mode off
|
||||
</Files>
|
||||
</IfModule>
|
||||
AllowOverride AuthConfig
|
||||
</Directory>
|
||||
|
||||
<IfModule alias_module>
|
||||
Alias /licenses "/xampp/licenses/"
|
||||
<Directory "/xampp/licenses">
|
||||
Options +Indexes
|
||||
<IfModule autoindex_color_module>
|
||||
DirectoryIndexTextColor "#000000"
|
||||
DirectoryIndexBGColor "#f8e8a0"
|
||||
DirectoryIndexLinkColor "#bb3902"
|
||||
DirectoryIndexVLinkColor "#bb3902"
|
||||
DirectoryIndexALinkColor "#bb3902"
|
||||
</IfModule>
|
||||
Require local
|
||||
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
|
||||
</Directory>
|
||||
|
||||
Alias /phpmyadmin "/xampp/phpMyAdmin/"
|
||||
<Directory "/xampp/phpMyAdmin">
|
||||
AllowOverride AuthConfig
|
||||
Require local
|
||||
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
|
||||
</Directory>
|
||||
|
||||
Alias /webalizer "/xampp/webalizer/"
|
||||
<Directory "/xampp/webalizer">
|
||||
<IfModule php_module>
|
||||
<Files "webalizer.php">
|
||||
php_admin_flag safe_mode off
|
||||
</Files>
|
||||
</IfModule>
|
||||
AllowOverride AuthConfig
|
||||
Require local
|
||||
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
|
||||
</Directory>
|
||||
</IfModule>
|
||||
90
database/apache/conf/extra/proxy-html.conf
Normal file
90
database/apache/conf/extra/proxy-html.conf
Normal file
@@ -0,0 +1,90 @@
|
||||
# Configuration example.
|
||||
#
|
||||
# For detailed information about these directives see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html>
|
||||
# and for mod_xml2enc see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html>
|
||||
#
|
||||
# First, to load the module with its prerequisites. Note: mod_xml2enc
|
||||
# is not always necessary, but without it mod_proxy_html is likely to
|
||||
# mangle pages in encodings other than ASCII or Unicode (utf-8).
|
||||
#
|
||||
# For Unix-family systems:
|
||||
# LoadFile /usr/lib/libxml2.so
|
||||
# LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
# LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
#
|
||||
# For Windows (I don't know if there's a standard path for the libraries)
|
||||
# LoadFile C:/path/zlib.dll
|
||||
# LoadFile C:/path/iconv.dll
|
||||
# LoadFile C:/path/libxml2.dll
|
||||
# LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
# LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
#
|
||||
# All knowledge of HTML links has been removed from the mod_proxy_html
|
||||
# code itself, and is instead read from httpd.conf (or included file)
|
||||
# at server startup. So you MUST declare it. This will normally be
|
||||
# at top level, but can also be used in a <Location>.
|
||||
#
|
||||
# Here's the declaration for W3C HTML 4.01 and XHTML 1.0
|
||||
|
||||
ProxyHTMLLinks a href
|
||||
ProxyHTMLLinks area href
|
||||
ProxyHTMLLinks link href
|
||||
ProxyHTMLLinks img src longdesc usemap
|
||||
ProxyHTMLLinks object classid codebase data usemap
|
||||
ProxyHTMLLinks q cite
|
||||
ProxyHTMLLinks blockquote cite
|
||||
ProxyHTMLLinks ins cite
|
||||
ProxyHTMLLinks del cite
|
||||
ProxyHTMLLinks form action
|
||||
ProxyHTMLLinks input src usemap
|
||||
ProxyHTMLLinks head profile
|
||||
ProxyHTMLLinks base href
|
||||
ProxyHTMLLinks script src for
|
||||
|
||||
# To support scripting events (with ProxyHTMLExtended On),
|
||||
# you'll need to declare them too.
|
||||
|
||||
ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
|
||||
onmouseover onmousemove onmouseout onkeypress \
|
||||
onkeydown onkeyup onfocus onblur onload \
|
||||
onunload onsubmit onreset onselect onchange
|
||||
|
||||
# If you need to support legacy (pre-1998, aka "transitional") HTML or XHTML,
|
||||
# you'll need to uncomment the following deprecated link attributes.
|
||||
# Note that these are enabled in earlier mod_proxy_html versions
|
||||
#
|
||||
# ProxyHTMLLinks frame src longdesc
|
||||
# ProxyHTMLLinks iframe src longdesc
|
||||
# ProxyHTMLLinks body background
|
||||
# ProxyHTMLLinks applet codebase
|
||||
#
|
||||
# If you're dealing with proprietary HTML variants,
|
||||
# declare your own URL attributes here as required.
|
||||
#
|
||||
# ProxyHTMLLinks myelement myattr otherattr
|
||||
#
|
||||
###########
|
||||
# EXAMPLE #
|
||||
###########
|
||||
#
|
||||
# To define the URL /my-gateway/ as a gateway to an appserver with address
|
||||
# http://some.app.intranet/ on a private network, after loading the
|
||||
# modules and including this configuration file:
|
||||
#
|
||||
# ProxyRequests Off <-- this is an important security setting
|
||||
# ProxyPass /my-gateway/ http://some.app.intranet/
|
||||
# <Location /my-gateway/>
|
||||
# ProxyPassReverse /
|
||||
# ProxyHTMLEnable On
|
||||
# ProxyHTMLURLMap http://some.app.intranet/ /my-gateway/
|
||||
# ProxyHTMLURLMap / /my-gateway/
|
||||
# </Location>
|
||||
#
|
||||
# Many (though not all) real-life setups are more complex.
|
||||
#
|
||||
# See the documentation at
|
||||
# http://apache.webthing.com/mod_proxy_html/
|
||||
# and the tutorial at
|
||||
# http://www.apachetutor.org/admin/reverseproxies
|
||||
566
database/apache/conf/httpd.conf
Normal file
566
database/apache/conf/httpd.conf
Normal file
@@ -0,0 +1,566 @@
|
||||
#
|
||||
# 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.4/> for detailed information.
|
||||
# In particular, see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/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 "logs/access_log"
|
||||
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
|
||||
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
|
||||
# will be interpreted as '/logs/access_log'.
|
||||
#
|
||||
# NOTE: Where filenames are specified, you must use forward slashes
|
||||
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
|
||||
# If a drive letter is omitted, the drive on which httpd.exe is located
|
||||
# will be used by default. It is recommended that you always supply
|
||||
# an explicit drive letter in absolute paths to avoid confusion.
|
||||
|
||||
#
|
||||
# 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 specify a local disk on the
|
||||
# Mutex directive, if file-based mutexes are used. If you wish to share the
|
||||
# same ServerRoot for multiple httpd daemons, you will need to change at
|
||||
# least PidFile.
|
||||
#
|
||||
Define SRVROOT "/xampp/apache"
|
||||
|
||||
ServerRoot "/xampp/apache"
|
||||
|
||||
#
|
||||
# Mutex: Allows you to set the mutex mechanism and mutex file directory
|
||||
# for individual mutexes, or change the global defaults
|
||||
#
|
||||
# Uncomment and change the directory if mutexes are file-based and the default
|
||||
# mutex file directory is not on a local disk or is not appropriate for some
|
||||
# other reason.
|
||||
#
|
||||
# Mutex default:logs
|
||||
|
||||
#
|
||||
# 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 access_compat_module modules/mod_access_compat.so
|
||||
LoadModule actions_module modules/mod_actions.so
|
||||
LoadModule alias_module modules/mod_alias.so
|
||||
LoadModule allowmethods_module modules/mod_allowmethods.so
|
||||
LoadModule asis_module modules/mod_asis.so
|
||||
LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||
#LoadModule auth_digest_module modules/mod_auth_digest.so
|
||||
#LoadModule auth_form_module modules/mod_auth_form.so
|
||||
#LoadModule authn_anon_module modules/mod_authn_anon.so
|
||||
LoadModule authn_core_module modules/mod_authn_core.so
|
||||
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
|
||||
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
|
||||
LoadModule authn_file_module modules/mod_authn_file.so
|
||||
#LoadModule authn_socache_module modules/mod_authn_socache.so
|
||||
#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so
|
||||
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
|
||||
LoadModule authz_core_module modules/mod_authz_core.so
|
||||
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
|
||||
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
|
||||
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
|
||||
LoadModule authz_host_module modules/mod_authz_host.so
|
||||
#LoadModule authz_owner_module modules/mod_authz_owner.so
|
||||
LoadModule authz_user_module modules/mod_authz_user.so
|
||||
LoadModule autoindex_module modules/mod_autoindex.so
|
||||
#LoadModule brotli_module modules/mod_brotli.so
|
||||
#LoadModule buffer_module modules/mod_buffer.so
|
||||
#LoadModule cache_module modules/mod_cache.so
|
||||
#LoadModule cache_disk_module modules/mod_cache_disk.so
|
||||
#LoadModule cache_socache_module modules/mod_cache_socache.so
|
||||
#LoadModule cern_meta_module modules/mod_cern_meta.so
|
||||
LoadModule cgi_module modules/mod_cgi.so
|
||||
#LoadModule charset_lite_module modules/mod_charset_lite.so
|
||||
#LoadModule data_module modules/mod_data.so
|
||||
#LoadModule dav_module modules/mod_dav.so
|
||||
#LoadModule dav_fs_module modules/mod_dav_fs.so
|
||||
LoadModule dav_lock_module modules/mod_dav_lock.so
|
||||
#LoadModule dbd_module modules/mod_dbd.so
|
||||
#LoadModule deflate_module modules/mod_deflate.so
|
||||
LoadModule dir_module modules/mod_dir.so
|
||||
#LoadModule dumpio_module modules/mod_dumpio.so
|
||||
LoadModule env_module modules/mod_env.so
|
||||
#LoadModule expires_module modules/mod_expires.so
|
||||
#LoadModule ext_filter_module modules/mod_ext_filter.so
|
||||
#LoadModule file_cache_module modules/mod_file_cache.so
|
||||
#LoadModule filter_module modules/mod_filter.so
|
||||
#LoadModule http2_module modules/mod_http2.so
|
||||
LoadModule headers_module modules/mod_headers.so
|
||||
#LoadModule heartbeat_module modules/mod_heartbeat.so
|
||||
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
|
||||
#LoadModule ident_module modules/mod_ident.so
|
||||
#LoadModule imagemap_module modules/mod_imagemap.so
|
||||
LoadModule include_module modules/mod_include.so
|
||||
LoadModule info_module modules/mod_info.so
|
||||
LoadModule isapi_module modules/mod_isapi.so
|
||||
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
|
||||
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
|
||||
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
|
||||
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
|
||||
#LoadModule ldap_module modules/mod_ldap.so
|
||||
#LoadModule logio_module modules/mod_logio.so
|
||||
LoadModule log_config_module modules/mod_log_config.so
|
||||
#LoadModule log_debug_module modules/mod_log_debug.so
|
||||
#LoadModule log_forensic_module modules/mod_log_forensic.so
|
||||
#LoadModule lua_module modules/mod_lua.so
|
||||
LoadModule cache_disk_module modules/mod_cache_disk.so
|
||||
#LoadModule macro_module modules/mod_macro.so
|
||||
#LoadModule md_module modules/mod_md.so
|
||||
LoadModule mime_module modules/mod_mime.so
|
||||
#LoadModule mime_magic_module modules/mod_mime_magic.so
|
||||
LoadModule negotiation_module modules/mod_negotiation.so
|
||||
LoadModule proxy_module modules/mod_proxy.so
|
||||
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
|
||||
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
|
||||
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
|
||||
#LoadModule proxy_express_module modules/mod_proxy_express.so
|
||||
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
|
||||
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
|
||||
#LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
|
||||
#LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
#LoadModule proxy_http_module modules/mod_proxy_http.so
|
||||
#LoadModule proxy_http2_module modules/mod_proxy_http2.so
|
||||
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
|
||||
#LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
|
||||
#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
|
||||
#LoadModule ratelimit_module modules/mod_ratelimit.so
|
||||
#LoadModule reflector_module modules/mod_reflector.so
|
||||
#LoadModule remoteip_module modules/mod_remoteip.so
|
||||
#LoadModule request_module modules/mod_request.so
|
||||
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
|
||||
LoadModule rewrite_module modules/mod_rewrite.so
|
||||
#LoadModule sed_module modules/mod_sed.so
|
||||
#LoadModule session_module modules/mod_session.so
|
||||
#LoadModule session_cookie_module modules/mod_session_cookie.so
|
||||
#LoadModule session_crypto_module modules/mod_session_crypto.so
|
||||
#LoadModule session_dbd_module modules/mod_session_dbd.so
|
||||
LoadModule setenvif_module modules/mod_setenvif.so
|
||||
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
|
||||
#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
|
||||
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
|
||||
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
|
||||
#LoadModule socache_redis_module modules/mod_socache_redis.so
|
||||
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
|
||||
#LoadModule speling_module modules/mod_speling.so
|
||||
LoadModule ssl_module modules/mod_ssl.so
|
||||
LoadModule status_module modules/mod_status.so
|
||||
#LoadModule substitute_module modules/mod_substitute.so
|
||||
#LoadModule unique_id_module modules/mod_unique_id.so
|
||||
#LoadModule userdir_module modules/mod_userdir.so
|
||||
#LoadModule usertrack_module modules/mod_usertrack.so
|
||||
#LoadModule version_module modules/mod_version.so
|
||||
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
|
||||
#LoadModule watchdog_module modules/mod_watchdog.so
|
||||
#LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
|
||||
<IfModule unixd_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 daemon
|
||||
Group daemon
|
||||
|
||||
</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 postmaster@localhost
|
||||
|
||||
#
|
||||
# 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 localhost:80
|
||||
|
||||
#
|
||||
# Deny access to the entirety of your server's filesystem. You must
|
||||
# explicitly permit access to web content directories in other
|
||||
# <Directory> blocks below.
|
||||
#
|
||||
<Directory />
|
||||
AllowOverride none
|
||||
Require all denied
|
||||
</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.
|
||||
#
|
||||
|
||||
#
|
||||
# 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 "/xampp/htdocs"
|
||||
<Directory "/xampp/htdocs">
|
||||
#
|
||||
# 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.4/mod/core.html#options
|
||||
# for more information.
|
||||
#
|
||||
Options Indexes FollowSymLinks Includes ExecCGI
|
||||
|
||||
#
|
||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||
# It can be "All", "None", or any combination of the keywords:
|
||||
# AllowOverride FileInfo AuthConfig Limit
|
||||
#
|
||||
AllowOverride All
|
||||
|
||||
#
|
||||
# Controls who can get stuff from this server.
|
||||
#
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# DirectoryIndex: sets the file that Apache will serve if a directory
|
||||
# is requested.
|
||||
#
|
||||
<IfModule dir_module>
|
||||
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
|
||||
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
|
||||
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# The following lines prevent .htaccess and .htpasswd files from being
|
||||
# viewed by Web clients.
|
||||
#
|
||||
<Files ".ht*">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
#
|
||||
# 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 "logs/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 warn
|
||||
|
||||
<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 "logs/access.log" common
|
||||
|
||||
#
|
||||
# If you prefer a logfile with access, agent, and referer information
|
||||
# (Combined Logfile Format) you can use the following directive.
|
||||
#
|
||||
CustomLog "logs/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/ "/xampp/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 cgisock
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# "/xampp/cgi-bin" should be changed to whatever your ScriptAliased
|
||||
# CGI directory exists, if you have that configured.
|
||||
#
|
||||
<Directory "/xampp/cgi-bin">
|
||||
AllowOverride All
|
||||
Options None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<IfModule headers_module>
|
||||
#
|
||||
# Avoid passing HTTP_PROXY environment to CGI's on this or any proxied
|
||||
# backend servers which have lingering "httpoxy" defects.
|
||||
# 'Proxy' request header is undefined by the IETF, not listed by IANA
|
||||
#
|
||||
RequestHeader unset Proxy early
|
||||
</IfModule>
|
||||
|
||||
<IfModule mime_module>
|
||||
#
|
||||
# TypesConfig points to the file containing the list of mappings from
|
||||
# filename extension to MIME-type.
|
||||
#
|
||||
TypesConfig conf/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 .pl .asp
|
||||
|
||||
# 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.
|
||||
#
|
||||
<IfModule mime_magic_module>
|
||||
#
|
||||
# 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 "conf/magic"
|
||||
</IfModule>
|
||||
|
||||
|
||||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
#
|
||||
# MaxRanges: Maximum number of Ranges in a request before
|
||||
# returning the entire resource, or one of the special
|
||||
# values 'default', 'none' or 'unlimited'.
|
||||
# Default setting is to accept 200 Ranges.
|
||||
#MaxRanges unlimited
|
||||
|
||||
#
|
||||
# EnableMMAP and EnableSendfile: On systems that support it,
|
||||
# memory-mapping or the sendfile syscall may be 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.
|
||||
# Defaults: EnableMMAP On, EnableSendfile Off
|
||||
#
|
||||
#EnableMMAP off
|
||||
#EnableSendfile off
|
||||
|
||||
# Supplemental configuration
|
||||
#
|
||||
# The configuration files in the conf/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 conf/extra/httpd-mpm.conf
|
||||
|
||||
# Multi-language error messages
|
||||
#Include conf/extra/httpd-multilang-errordoc.conf
|
||||
|
||||
# Fancy directory listings
|
||||
Include conf/extra/httpd-autoindex.conf
|
||||
|
||||
# Language settings
|
||||
Include conf/extra/httpd-languages.conf
|
||||
|
||||
# User home directories
|
||||
Include conf/extra/httpd-userdir.conf
|
||||
|
||||
# Real-time info on requests and configuration
|
||||
Include conf/extra/httpd-info.conf
|
||||
|
||||
# Virtual hosts
|
||||
Include conf/extra/httpd-vhosts.conf
|
||||
|
||||
# Local access to the Apache HTTP Server Manual
|
||||
#Include conf/extra/httpd-manual.conf
|
||||
|
||||
# Distributed authoring and versioning (WebDAV)
|
||||
#Attention! WEB_DAV is a security risk without a new userspecific configuration for a secure authentifcation
|
||||
#Include conf/extra/httpd-dav.conf
|
||||
|
||||
# Various default settings
|
||||
#Include conf/extra/httpd-default.conf
|
||||
# Implements a proxy/gateway for Apache.
|
||||
Include "conf/extra/httpd-proxy.conf"
|
||||
# Various default settings
|
||||
Include "conf/extra/httpd-default.conf"
|
||||
# XAMPP settings
|
||||
Include "conf/extra/httpd-xampp.conf"
|
||||
|
||||
# Configure mod_proxy_html to understand HTML4/XHTML1
|
||||
<IfModule proxy_html_module>
|
||||
Include conf/extra/proxy-html.conf
|
||||
</IfModule>
|
||||
|
||||
# Secure (SSL/TLS) connections
|
||||
Include conf/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 ssl_module>
|
||||
SSLRandomSeed startup builtin
|
||||
SSLRandomSeed connect builtin
|
||||
</IfModule>
|
||||
|
||||
# XAMPP: We disable operating system specific optimizations for a listening
|
||||
# socket by the http protocol here. IE 64 bit make problems without this.
|
||||
|
||||
AcceptFilter http none
|
||||
AcceptFilter https none
|
||||
# AJP13 Proxy
|
||||
<IfModule mod_proxy.c>
|
||||
<IfModule mod_proxy_ajp.c>
|
||||
Include "conf/extra/httpd-ajp.conf"
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
385
database/apache/conf/magic
Normal file
385
database/apache/conf/magic
Normal file
@@ -0,0 +1,385 @@
|
||||
# Magic data for mod_mime_magic Apache module (originally for file(1) command)
|
||||
# The module is described in /manual/mod/mod_mime_magic.html
|
||||
#
|
||||
# The format is 4-5 columns:
|
||||
# Column #1: byte number to begin checking from, ">" indicates continuation
|
||||
# Column #2: type of data to match
|
||||
# Column #3: contents of data to match
|
||||
# Column #4: MIME type of result
|
||||
# Column #5: MIME encoding of result (optional)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Localstuff: file(1) magic for locally observed files
|
||||
# Add any locally observed files here.
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# end local stuff
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Java
|
||||
|
||||
0 short 0xcafe
|
||||
>2 short 0xbabe application/java
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# audio: file(1) magic for sound formats
|
||||
#
|
||||
# from Jan Nicolai Langfeldt <janl@ifi.uio.no>,
|
||||
#
|
||||
|
||||
# Sun/NeXT audio data
|
||||
0 string .snd
|
||||
>12 belong 1 audio/basic
|
||||
>12 belong 2 audio/basic
|
||||
>12 belong 3 audio/basic
|
||||
>12 belong 4 audio/basic
|
||||
>12 belong 5 audio/basic
|
||||
>12 belong 6 audio/basic
|
||||
>12 belong 7 audio/basic
|
||||
|
||||
>12 belong 23 audio/x-adpcm
|
||||
|
||||
# DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
|
||||
# that uses little-endian encoding and has a different magic number
|
||||
# (0x0064732E in little-endian encoding).
|
||||
0 lelong 0x0064732E
|
||||
>12 lelong 1 audio/x-dec-basic
|
||||
>12 lelong 2 audio/x-dec-basic
|
||||
>12 lelong 3 audio/x-dec-basic
|
||||
>12 lelong 4 audio/x-dec-basic
|
||||
>12 lelong 5 audio/x-dec-basic
|
||||
>12 lelong 6 audio/x-dec-basic
|
||||
>12 lelong 7 audio/x-dec-basic
|
||||
# compressed (G.721 ADPCM)
|
||||
>12 lelong 23 audio/x-dec-adpcm
|
||||
|
||||
# Bytes 0-3 of AIFF, AIFF-C, & 8SVX audio files are "FORM"
|
||||
# AIFF audio data
|
||||
8 string AIFF audio/x-aiff
|
||||
# AIFF-C audio data
|
||||
8 string AIFC audio/x-aiff
|
||||
# IFF/8SVX audio data
|
||||
8 string 8SVX audio/x-aiff
|
||||
|
||||
# Creative Labs AUDIO stuff
|
||||
# Standard MIDI data
|
||||
0 string MThd audio/unknown
|
||||
#>9 byte >0 (format %d)
|
||||
#>11 byte >1 using %d channels
|
||||
# Creative Music (CMF) data
|
||||
0 string CTMF audio/unknown
|
||||
# SoundBlaster instrument data
|
||||
0 string SBI audio/unknown
|
||||
# Creative Labs voice data
|
||||
0 string Creative\ Voice\ File audio/unknown
|
||||
## is this next line right? it came this way...
|
||||
#>19 byte 0x1A
|
||||
#>23 byte >0 - version %d
|
||||
#>22 byte >0 \b.%d
|
||||
|
||||
# [GRR 950115: is this also Creative Labs? Guessing that first line
|
||||
# should be string instead of unknown-endian long...]
|
||||
#0 long 0x4e54524b MultiTrack sound data
|
||||
#0 string NTRK MultiTrack sound data
|
||||
#>4 long x - version %ld
|
||||
|
||||
# Microsoft WAVE format (*.wav)
|
||||
# [GRR 950115: probably all of the shorts and longs should be leshort/lelong]
|
||||
# Microsoft RIFF
|
||||
0 string RIFF
|
||||
# - WAVE format
|
||||
>8 string WAVE audio/x-wav
|
||||
# MPEG audio.
|
||||
0 beshort&0xfff0 0xfff0 audio/mpeg
|
||||
# C64 SID Music files, from Linus Walleij <triad@df.lth.se>
|
||||
0 string PSID audio/prs.sid
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# c-lang: file(1) magic for C programs or various scripts
|
||||
#
|
||||
|
||||
# XPM icons (Greg Roelofs, newt@uchicago.edu)
|
||||
# ideally should go into "images", but entries below would tag XPM as C source
|
||||
0 string /*\ XPM image/x-xbm 7bit
|
||||
|
||||
# this first will upset you if you're a PL/1 shop... (are there any left?)
|
||||
# in which case rm it; ascmagic will catch real C programs
|
||||
# C or REXX program text
|
||||
0 string /* text/plain
|
||||
# C++ program text
|
||||
0 string // text/plain
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# compress: file(1) magic for pure-compression formats (no archives)
|
||||
#
|
||||
# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, whap, etc.
|
||||
#
|
||||
# Formats for various forms of compressed data
|
||||
# Formats for "compress" proper have been moved into "compress.c",
|
||||
# because it tries to uncompress it to figure out what's inside.
|
||||
|
||||
# standard unix compress
|
||||
0 string \037\235 application/octet-stream x-compress
|
||||
|
||||
# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
|
||||
0 string \037\213 application/octet-stream x-gzip
|
||||
|
||||
# According to gzip.h, this is the correct byte order for packed data.
|
||||
0 string \037\036 application/octet-stream
|
||||
#
|
||||
# This magic number is byte-order-independent.
|
||||
#
|
||||
0 short 017437 application/octet-stream
|
||||
|
||||
# XXX - why *two* entries for "compacted data", one of which is
|
||||
# byte-order independent, and one of which is byte-order dependent?
|
||||
#
|
||||
# compacted data
|
||||
0 short 0x1fff application/octet-stream
|
||||
0 string \377\037 application/octet-stream
|
||||
# huf output
|
||||
0 short 0145405 application/octet-stream
|
||||
|
||||
# Squeeze and Crunch...
|
||||
# These numbers were gleaned from the Unix versions of the programs to
|
||||
# handle these formats. Note that I can only uncrunch, not crunch, and
|
||||
# I didn't have a crunched file handy, so the crunch number is untested.
|
||||
# Keith Waclena <keith@cerberus.uchicago.edu>
|
||||
#0 leshort 0x76FF squeezed data (CP/M, DOS)
|
||||
#0 leshort 0x76FE crunched data (CP/M, DOS)
|
||||
|
||||
# Freeze
|
||||
#0 string \037\237 Frozen file 2.1
|
||||
#0 string \037\236 Frozen file 1.0 (or gzip 0.5)
|
||||
|
||||
# lzh?
|
||||
#0 string \037\240 LZH compressed data
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# frame: file(1) magic for FrameMaker files
|
||||
#
|
||||
# This stuff came on a FrameMaker demo tape, most of which is
|
||||
# copyright, but this file is "published" as witness the following:
|
||||
#
|
||||
0 string \<MakerFile application/x-frame
|
||||
0 string \<MIFFile application/x-frame
|
||||
0 string \<MakerDictionary application/x-frame
|
||||
0 string \<MakerScreenFon application/x-frame
|
||||
0 string \<MML application/x-frame
|
||||
0 string \<Book application/x-frame
|
||||
0 string \<Maker application/x-frame
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# html: file(1) magic for HTML (HyperText Markup Language) docs
|
||||
#
|
||||
# from Daniel Quinlan <quinlan@yggdrasil.com>
|
||||
# and Anna Shergold <anna@inext.co.uk>
|
||||
#
|
||||
0 string \<!DOCTYPE\ HTML text/html
|
||||
0 string \<!doctype\ html text/html
|
||||
0 string \<HEAD text/html
|
||||
0 string \<head text/html
|
||||
0 string \<TITLE text/html
|
||||
0 string \<title text/html
|
||||
0 string \<html text/html
|
||||
0 string \<HTML text/html
|
||||
0 string \<!-- text/html
|
||||
0 string \<h1 text/html
|
||||
0 string \<H1 text/html
|
||||
|
||||
# XML eXtensible Markup Language, from Linus Walleij <triad@df.lth.se>
|
||||
0 string \<?xml text/xml
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# images: file(1) magic for image formats (see also "c-lang" for XPM bitmaps)
|
||||
#
|
||||
# originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
|
||||
# additions by janl@ifi.uio.no as well as others. Jan also suggested
|
||||
# merging several one- and two-line files into here.
|
||||
#
|
||||
# XXX - byte order for GIF and TIFF fields?
|
||||
# [GRR: TIFF allows both byte orders; GIF is probably little-endian]
|
||||
#
|
||||
|
||||
# [GRR: what the hell is this doing in here?]
|
||||
#0 string xbtoa btoa'd file
|
||||
|
||||
# PBMPLUS
|
||||
# PBM file
|
||||
0 string P1 image/x-portable-bitmap 7bit
|
||||
# PGM file
|
||||
0 string P2 image/x-portable-greymap 7bit
|
||||
# PPM file
|
||||
0 string P3 image/x-portable-pixmap 7bit
|
||||
# PBM "rawbits" file
|
||||
0 string P4 image/x-portable-bitmap
|
||||
# PGM "rawbits" file
|
||||
0 string P5 image/x-portable-greymap
|
||||
# PPM "rawbits" file
|
||||
0 string P6 image/x-portable-pixmap
|
||||
|
||||
# NIFF (Navy Interchange File Format, a modification of TIFF)
|
||||
# [GRR: this *must* go before TIFF]
|
||||
0 string IIN1 image/x-niff
|
||||
|
||||
# TIFF and friends
|
||||
# TIFF file, big-endian
|
||||
0 string MM image/tiff
|
||||
# TIFF file, little-endian
|
||||
0 string II image/tiff
|
||||
|
||||
# possible GIF replacements; none yet released!
|
||||
# (Greg Roelofs, newt@uchicago.edu)
|
||||
#
|
||||
# GRR 950115: this was mine ("Zip GIF"):
|
||||
# ZIF image (GIF+deflate alpha)
|
||||
0 string GIF94z image/unknown
|
||||
#
|
||||
# GRR 950115: this is Jeremy Wohl's Free Graphics Format (better):
|
||||
# FGF image (GIF+deflate beta)
|
||||
0 string FGF95a image/unknown
|
||||
#
|
||||
# GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal
|
||||
# (best; not yet implemented):
|
||||
# PBF image (deflate compression)
|
||||
0 string PBF image/unknown
|
||||
|
||||
# GIF
|
||||
0 string GIF image/gif
|
||||
|
||||
# JPEG images
|
||||
0 beshort 0xffd8 image/jpeg
|
||||
|
||||
# PC bitmaps (OS/2, Windoze BMP files) (Greg Roelofs, newt@uchicago.edu)
|
||||
0 string BM image/bmp
|
||||
#>14 byte 12 (OS/2 1.x format)
|
||||
#>14 byte 64 (OS/2 2.x format)
|
||||
#>14 byte 40 (Windows 3.x format)
|
||||
#0 string IC icon
|
||||
#0 string PI pointer
|
||||
#0 string CI color icon
|
||||
#0 string CP color pointer
|
||||
#0 string BA bitmap array
|
||||
|
||||
0 string \x89PNG image/png
|
||||
0 string FWS application/x-shockwave-flash
|
||||
0 string CWS application/x-shockwave-flash
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# lisp: file(1) magic for lisp programs
|
||||
#
|
||||
# various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
|
||||
0 string ;; text/plain 8bit
|
||||
# Emacs 18 - this is always correct, but not very magical.
|
||||
0 string \012( application/x-elc
|
||||
# Emacs 19
|
||||
0 string ;ELC\023\000\000\000 application/x-elc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# mail.news: file(1) magic for mail and news
|
||||
#
|
||||
# There are tests to ascmagic.c to cope with mail and news.
|
||||
0 string Relay-Version: message/rfc822 7bit
|
||||
0 string #!\ rnews message/rfc822 7bit
|
||||
0 string N#!\ rnews message/rfc822 7bit
|
||||
0 string Forward\ to message/rfc822 7bit
|
||||
0 string Pipe\ to message/rfc822 7bit
|
||||
0 string Return-Path: message/rfc822 7bit
|
||||
0 string Path: message/news 8bit
|
||||
0 string Xref: message/news 8bit
|
||||
0 string From: message/rfc822 7bit
|
||||
0 string Article message/news 8bit
|
||||
#------------------------------------------------------------------------------
|
||||
# msword: file(1) magic for MS Word files
|
||||
#
|
||||
# Contributor claims:
|
||||
# Reversed-engineered MS Word magic numbers
|
||||
#
|
||||
|
||||
0 string \376\067\0\043 application/msword
|
||||
0 string \333\245-\0\0\0 application/msword
|
||||
|
||||
# disable this one because it applies also to other
|
||||
# Office/OLE documents for which msword is not correct. See PR#2608.
|
||||
#0 string \320\317\021\340\241\261 application/msword
|
||||
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# printer: file(1) magic for printer-formatted files
|
||||
#
|
||||
|
||||
# PostScript
|
||||
0 string %! application/postscript
|
||||
0 string \004%! application/postscript
|
||||
|
||||
# Acrobat
|
||||
# (due to clamen@cs.cmu.edu)
|
||||
0 string %PDF- application/pdf
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# sc: file(1) magic for "sc" spreadsheet
|
||||
#
|
||||
38 string Spreadsheet application/x-sc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# tex: file(1) magic for TeX files
|
||||
#
|
||||
# XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
|
||||
#
|
||||
# From <conklin@talisman.kaleida.com>
|
||||
|
||||
# Although we may know the offset of certain text fields in TeX DVI
|
||||
# and font files, we can't use them reliably because they are not
|
||||
# zero terminated. [but we do anyway, christos]
|
||||
0 string \367\002 application/x-dvi
|
||||
#0 string \367\203 TeX generic font data
|
||||
#0 string \367\131 TeX packed font data
|
||||
#0 string \367\312 TeX virtual font data
|
||||
#0 string This\ is\ TeX, TeX transcript text
|
||||
#0 string This\ is\ METAFONT, METAFONT transcript text
|
||||
|
||||
# There is no way to detect TeX Font Metric (*.tfm) files without
|
||||
# breaking them apart and reading the data. The following patterns
|
||||
# match most *.tfm files generated by METAFONT or afm2tfm.
|
||||
#2 string \000\021 TeX font metric data
|
||||
#2 string \000\022 TeX font metric data
|
||||
#>34 string >\0 (%s)
|
||||
|
||||
# Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
|
||||
#0 string \\input\ texinfo Texinfo source text
|
||||
#0 string This\ is\ Info\ file GNU Info text
|
||||
|
||||
# correct TeX magic for Linux (and maybe more)
|
||||
# from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
||||
#
|
||||
0 leshort 0x02f7 application/x-dvi
|
||||
|
||||
# RTF - Rich Text Format
|
||||
0 string {\\rtf application/rtf
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# animation: file(1) magic for animation/movie formats
|
||||
#
|
||||
# animation formats, originally from vax@ccwf.cc.utexas.edu (VaX#n8)
|
||||
# MPEG file
|
||||
0 string \000\000\001\263 video/mpeg
|
||||
#
|
||||
# The contributor claims:
|
||||
# I couldn't find a real magic number for these, however, this
|
||||
# -appears- to work. Note that it might catch other files, too,
|
||||
# so BE CAREFUL!
|
||||
#
|
||||
# Note that title and author appear in the two 20-byte chunks
|
||||
# at decimal offsets 2 and 22, respectively, but they are XOR'ed with
|
||||
# 255 (hex FF)! DL format SUCKS BIG ROCKS.
|
||||
#
|
||||
# DL file version 1 , medium format (160x100, 4 images/screen)
|
||||
0 byte 1 video/unknown
|
||||
0 byte 2 video/unknown
|
||||
# Quicktime video, from Linus Walleij <triad@df.lth.se>
|
||||
# from Apple quicktime file format documentation.
|
||||
4 string moov video/quicktime
|
||||
4 string mdat video/quicktime
|
||||
|
||||
1857
database/apache/conf/mime.types
Normal file
1857
database/apache/conf/mime.types
Normal file
File diff suppressed because it is too large
Load Diff
390
database/apache/conf/openssl.cnf
Normal file
390
database/apache/conf/openssl.cnf
Normal file
@@ -0,0 +1,390 @@
|
||||
#
|
||||
# OpenSSL example configuration file.
|
||||
# See doc/man5/config.pod for more info.
|
||||
#
|
||||
# This is mostly being used for generation of certificate requests,
|
||||
# but may be used for auto loading of providers
|
||||
|
||||
# Note that you can include other files from the main configuration
|
||||
# file using the .include directive.
|
||||
#.include filename
|
||||
|
||||
# This definition stops the following lines choking if HOME isn't
|
||||
# defined.
|
||||
HOME = .
|
||||
|
||||
# Use this in order to automatically load providers.
|
||||
openssl_conf = openssl_init
|
||||
|
||||
# Comment out the next line to ignore configuration errors
|
||||
config_diagnostics = 1
|
||||
|
||||
# Extra OBJECT IDENTIFIER info:
|
||||
# oid_file = $ENV::HOME/.oid
|
||||
oid_section = new_oids
|
||||
|
||||
# To use this configuration file with the "-extfile" option of the
|
||||
# "openssl x509" utility, name here the section containing the
|
||||
# X.509v3 extensions to use:
|
||||
# extensions =
|
||||
# (Alternatively, use a configuration file that has only
|
||||
# X.509v3 extensions in its main [= default] section.)
|
||||
|
||||
[ new_oids ]
|
||||
# We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
|
||||
# Add a simple OID like this:
|
||||
# testoid1=1.2.3.4
|
||||
# Or use config file substitution like this:
|
||||
# testoid2=${testoid1}.5.6
|
||||
|
||||
# Policies used by the TSA examples.
|
||||
tsa_policy1 = 1.2.3.4.1
|
||||
tsa_policy2 = 1.2.3.4.5.6
|
||||
tsa_policy3 = 1.2.3.4.5.7
|
||||
|
||||
# For FIPS
|
||||
# Optionally include a file that is generated by the OpenSSL fipsinstall
|
||||
# application. This file contains configuration data required by the OpenSSL
|
||||
# fips provider. It contains a named section e.g. [fips_sect] which is
|
||||
# referenced from the [provider_sect] below.
|
||||
# Refer to the OpenSSL security policy for more information.
|
||||
# .include fipsmodule.cnf
|
||||
|
||||
[openssl_init]
|
||||
providers = provider_sect
|
||||
|
||||
# List of providers to load
|
||||
[provider_sect]
|
||||
default = default_sect
|
||||
# The fips section name should match the section name inside the
|
||||
# included fipsmodule.cnf.
|
||||
# fips = fips_sect
|
||||
|
||||
# If no providers are activated explicitly, the default one is activated implicitly.
|
||||
# See man 7 OSSL_PROVIDER-default for more details.
|
||||
#
|
||||
# If you add a section explicitly activating any other provider(s), you most
|
||||
# probably need to explicitly activate the default provider, otherwise it
|
||||
# becomes unavailable in openssl. As a consequence applications depending on
|
||||
# OpenSSL may not work correctly which could lead to significant system
|
||||
# problems including inability to remotely access the system.
|
||||
[default_sect]
|
||||
# activate = 1
|
||||
|
||||
|
||||
####################################################################
|
||||
[ ca ]
|
||||
default_ca = CA_default # The default ca section
|
||||
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
dir = ./demoCA # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
#unique_subject = no # Set to 'no' to allow creation of
|
||||
# several certs with same subject.
|
||||
new_certs_dir = $dir/newcerts # default place for new certs.
|
||||
|
||||
certificate = $dir/cacert.pem # The CA certificate
|
||||
serial = $dir/serial # The current serial number
|
||||
crlnumber = $dir/crlnumber # the current crl number
|
||||
# must be commented out to leave a V1 CRL
|
||||
crl = $dir/crl.pem # The current CRL
|
||||
private_key = $dir/private/cakey.pem # The private key
|
||||
|
||||
x509_extensions = usr_cert # The extensions to add to the cert
|
||||
|
||||
# Comment out the following two lines for the "traditional"
|
||||
# (and highly broken) format.
|
||||
name_opt = ca_default # Subject Name options
|
||||
cert_opt = ca_default # Certificate field options
|
||||
|
||||
# Extension copying option: use with caution.
|
||||
# copy_extensions = copy
|
||||
|
||||
# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
|
||||
# so this is commented out by default to leave a V1 CRL.
|
||||
# crlnumber must also be commented out to leave a V1 CRL.
|
||||
# crl_extensions = crl_ext
|
||||
|
||||
default_days = 365 # how long to certify for
|
||||
default_crl_days= 30 # how long before next CRL
|
||||
default_md = default # use public key default MD
|
||||
preserve = no # keep passed DN ordering
|
||||
|
||||
# A few difference way of specifying how similar the request should look
|
||||
# For type CA, the listed attributes must be the same, and the optional
|
||||
# and supplied fields are just that :-)
|
||||
policy = policy_match
|
||||
|
||||
# For the CA policy
|
||||
[ policy_match ]
|
||||
countryName = match
|
||||
stateOrProvinceName = match
|
||||
organizationName = match
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
# For the 'anything' policy
|
||||
# At this point in time, you must list all acceptable 'object'
|
||||
# types.
|
||||
[ policy_anything ]
|
||||
countryName = optional
|
||||
stateOrProvinceName = optional
|
||||
localityName = optional
|
||||
organizationName = optional
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
####################################################################
|
||||
[ req ]
|
||||
default_bits = 2048
|
||||
default_keyfile = privkey.pem
|
||||
distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
x509_extensions = v3_ca # The extensions to add to the self signed cert
|
||||
|
||||
# Passwords for private keys if not present they will be prompted for
|
||||
# input_password = secret
|
||||
# output_password = secret
|
||||
|
||||
# This sets a mask for permitted string types. There are several options.
|
||||
# default: PrintableString, T61String, BMPString.
|
||||
# pkix : PrintableString, BMPString (PKIX recommendation before 2004)
|
||||
# utf8only: only UTF8Strings (PKIX recommendation after 2004).
|
||||
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
||||
# MASK:XXXX a literal mask value.
|
||||
# WARNING: ancient versions of Netscape crash on BMPStrings or UTF8Strings.
|
||||
string_mask = utf8only
|
||||
|
||||
# req_extensions = v3_req # The extensions to add to a certificate request
|
||||
|
||||
[ req_distinguished_name ]
|
||||
countryName = Country Name (2 letter code)
|
||||
countryName_default = AU
|
||||
countryName_min = 2
|
||||
countryName_max = 2
|
||||
|
||||
stateOrProvinceName = State or Province Name (full name)
|
||||
stateOrProvinceName_default = Some-State
|
||||
|
||||
localityName = Locality Name (eg, city)
|
||||
|
||||
0.organizationName = Organization Name (eg, company)
|
||||
0.organizationName_default = Internet Widgits Pty Ltd
|
||||
|
||||
# we can do this but it is not needed normally :-)
|
||||
#1.organizationName = Second Organization Name (eg, company)
|
||||
#1.organizationName_default = World Wide Web Pty Ltd
|
||||
|
||||
organizationalUnitName = Organizational Unit Name (eg, section)
|
||||
#organizationalUnitName_default =
|
||||
|
||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
||||
commonName_max = 64
|
||||
|
||||
emailAddress = Email Address
|
||||
emailAddress_max = 64
|
||||
|
||||
# SET-ex3 = SET extension number 3
|
||||
|
||||
[ req_attributes ]
|
||||
challengePassword = A challenge password
|
||||
challengePassword_min = 4
|
||||
challengePassword_max = 20
|
||||
|
||||
unstructuredName = An optional company name
|
||||
|
||||
[ usr_cert ]
|
||||
|
||||
# These extensions are added when 'ca' signs a request.
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
# This is required for TSA certificates.
|
||||
# extendedKeyUsage = critical,timeStamping
|
||||
|
||||
[ v3_req ]
|
||||
|
||||
# Extensions to add to a certificate request
|
||||
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
[ v3_ca ]
|
||||
|
||||
|
||||
# Extensions for a typical CA
|
||||
|
||||
|
||||
# PKIX recommendation.
|
||||
|
||||
subjectKeyIdentifier=hash
|
||||
|
||||
authorityKeyIdentifier=keyid:always,issuer
|
||||
|
||||
basicConstraints = critical,CA:true
|
||||
|
||||
# Key usage: this is typical for a CA certificate. However since it will
|
||||
# prevent it being used as an test self-signed certificate it is best
|
||||
# left out by default.
|
||||
# keyUsage = cRLSign, keyCertSign
|
||||
|
||||
# Include email address in subject alt name: another PKIX recommendation
|
||||
# subjectAltName=email:copy
|
||||
# Copy issuer details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
# DER hex encoding of an extension: beware experts only!
|
||||
# obj=DER:02:03
|
||||
# Where 'obj' is a standard or added object
|
||||
# You can even override a supported extension:
|
||||
# basicConstraints= critical, DER:30:03:01:01:FF
|
||||
|
||||
[ crl_ext ]
|
||||
|
||||
# CRL extensions.
|
||||
# Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
||||
|
||||
# issuerAltName=issuer:copy
|
||||
authorityKeyIdentifier=keyid:always
|
||||
|
||||
[ proxy_cert_ext ]
|
||||
# These extensions should be added when creating a proxy certificate
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
# This really needs to be in place for it to be a proxy certificate.
|
||||
proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
|
||||
|
||||
####################################################################
|
||||
[ tsa ]
|
||||
|
||||
default_tsa = tsa_config1 # the default TSA section
|
||||
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
dir = ./demoCA # TSA root directory
|
||||
serial = $dir/tsaserial # The current serial number (mandatory)
|
||||
crypto_device = builtin # OpenSSL engine to use for signing
|
||||
signer_cert = $dir/tsacert.pem # The TSA signing certificate
|
||||
# (optional)
|
||||
certs = $dir/cacert.pem # Certificate chain to include in reply
|
||||
# (optional)
|
||||
signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
|
||||
signer_digest = sha256 # Signing digest to use. (Optional)
|
||||
default_policy = tsa_policy1 # Policy if request did not specify it
|
||||
# (optional)
|
||||
other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
|
||||
digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory)
|
||||
accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
||||
clock_precision_digits = 0 # number of digits after dot. (optional)
|
||||
ordering = yes # Is ordering defined for timestamps?
|
||||
# (optional, default: no)
|
||||
tsa_name = yes # Must the TSA name be included in the reply?
|
||||
# (optional, default: no)
|
||||
ess_cert_id_chain = no # Must the ESS cert id chain be included?
|
||||
# (optional, default: no)
|
||||
ess_cert_id_alg = sha1 # algorithm to compute certificate
|
||||
# identifier (optional, default: sha1)
|
||||
|
||||
[insta] # CMP using Insta Demo CA
|
||||
# Message transfer
|
||||
server = pki.certificate.fi:8700
|
||||
# proxy = # set this as far as needed, e.g., http://192.168.1.1:8080
|
||||
# tls_use = 0
|
||||
path = pkix/
|
||||
|
||||
# Server authentication
|
||||
recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
|
||||
ignore_keyusage = 1 # potentially needed quirk
|
||||
unprotected_errors = 1 # potentially needed quirk
|
||||
extracertsout = insta.extracerts.pem
|
||||
|
||||
# Client authentication
|
||||
ref = 3078 # user identification
|
||||
secret = pass:insta # can be used for both client and server side
|
||||
|
||||
# Generic message options
|
||||
cmd = ir # default operation, can be overridden on cmd line with, e.g., kur
|
||||
|
||||
# Certificate enrollment
|
||||
subject = "/CN=openssl-cmp-test"
|
||||
newkey = insta.priv.pem
|
||||
out_trusted = apps/insta.ca.crt # does not include keyUsage digitalSignature
|
||||
certout = insta.cert.pem
|
||||
|
||||
[pbm] # Password-based protection for Insta CA
|
||||
# Server and client authentication
|
||||
ref = $insta::ref # 3078
|
||||
secret = $insta::secret # pass:insta
|
||||
|
||||
[signature] # Signature-based protection for Insta CA
|
||||
# Server authentication
|
||||
trusted = $insta::out_trusted # apps/insta.ca.crt
|
||||
|
||||
# Client authentication
|
||||
secret = # disable PBM
|
||||
key = $insta::newkey # insta.priv.pem
|
||||
cert = $insta::certout # insta.cert.pem
|
||||
|
||||
[ir]
|
||||
cmd = ir
|
||||
|
||||
[cr]
|
||||
cmd = cr
|
||||
|
||||
[kur]
|
||||
# Certificate update
|
||||
cmd = kur
|
||||
oldcert = $insta::certout # insta.cert.pem
|
||||
|
||||
[rr]
|
||||
# Certificate revocation
|
||||
cmd = rr
|
||||
oldcert = $insta::certout # insta.cert.pem
|
||||
55
database/apache/conf/original/charset.conv
Normal file
55
database/apache/conf/original/charset.conv
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
# Lang-abbv Charset Language
|
||||
#---------------------------------
|
||||
en ISO-8859-1 English
|
||||
UTF-8 utf8 UTF-8
|
||||
Unicode ucs Unicode
|
||||
th Cp874 Thai
|
||||
ja SJIS Japanese
|
||||
ko Cp949 Korean
|
||||
zh Cp950 Chinese-Traditional
|
||||
zh-cn GB2312 Chinese-Simplified
|
||||
zh-tw Cp950 Chinese
|
||||
cs ISO-8859-2 Czech
|
||||
hu ISO-8859-2 Hungarian
|
||||
hr ISO-8859-2 Croation
|
||||
pl ISO-8859-2 Polish
|
||||
ro ISO-8859-2 Romanian
|
||||
sr ISO-8859-2 Serbian
|
||||
sk ISO-8859-2 Slovak
|
||||
sl ISO-8859-2 Slovenian
|
||||
sq ISO-8859-2 Albanian
|
||||
bg ISO-8859-5 Bulgarian
|
||||
be ISO-8859-5 Byelorussian
|
||||
mk ISO-8859-5 Macedonian
|
||||
ru ISO-8859-5 Russian
|
||||
uk ISO-8859-5 Ukrainian
|
||||
ca ISO-8859-1 Catalan
|
||||
de ISO-8859-1 German
|
||||
da ISO-8859-1 Danish
|
||||
fi ISO-8859-1 Finnish
|
||||
fr ISO-8859-1 French
|
||||
es ISO-8859-1 Spanish
|
||||
is ISO-8859-1 Icelandic
|
||||
it ISO-8859-1 Italian
|
||||
nl ISO-8859-1 Dutch
|
||||
no ISO-8859-1 Norwegian
|
||||
pt ISO-8859-1 Portuguese
|
||||
sv ISO-8859-1 Swedish
|
||||
af ISO-8859-1 Afrikaans
|
||||
eu ISO-8859-1 Basque
|
||||
fo ISO-8859-1 Faroese
|
||||
gl ISO-8859-1 Galician
|
||||
ga ISO-8859-1 Irish
|
||||
gd ISO-8859-1 Scottish
|
||||
mt ISO-8859-3 Maltese
|
||||
eo ISO-8859-3 Esperanto
|
||||
el ISO-8859-7 Greek
|
||||
tr ISO-8859-9 Turkish
|
||||
he ISO-8859-8 Hebrew
|
||||
iw ISO-8859-8 Hebrew
|
||||
ar ISO-8859-6 Arabic
|
||||
et ISO-8859-1 Estonian
|
||||
lv ISO-8859-2 Latvian
|
||||
lt ISO-8859-2 Lithuanian
|
||||
|
||||
93
database/apache/conf/original/extra/httpd-autoindex.conf
Normal file
93
database/apache/conf/original/extra/httpd-autoindex.conf
Normal file
@@ -0,0 +1,93 @@
|
||||
#
|
||||
# Directives controlling the display of server-generated directory listings.
|
||||
#
|
||||
# Required modules: mod_authz_core, mod_authz_host,
|
||||
# mod_autoindex, mod_alias
|
||||
#
|
||||
# To see the listing of a directory, the Options directive for the
|
||||
# directory must include "Indexes", and the directory must not contain
|
||||
# a file matching those listed in the DirectoryIndex directive.
|
||||
#
|
||||
|
||||
#
|
||||
# IndexOptions: Controls the appearance of server-generated directory
|
||||
# listings.
|
||||
#
|
||||
IndexOptions FancyIndexing HTMLTable VersionSort
|
||||
|
||||
# We include the /icons/ alias for FancyIndexed directory listings. If
|
||||
# you do not use FancyIndexing, you may comment this out.
|
||||
#
|
||||
Alias /icons/ "${SRVROOT}/icons/"
|
||||
|
||||
<Directory "${SRVROOT}/icons">
|
||||
Options Indexes MultiViews
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# AddIcon* directives tell the server which icon to show for different
|
||||
# files or filename extensions. These are only displayed for
|
||||
# FancyIndexed directories.
|
||||
#
|
||||
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
|
||||
|
||||
AddIconByType (TXT,/icons/text.gif) text/*
|
||||
AddIconByType (IMG,/icons/image2.gif) image/*
|
||||
AddIconByType (SND,/icons/sound2.gif) audio/*
|
||||
AddIconByType (VID,/icons/movie.gif) video/*
|
||||
|
||||
AddIcon /icons/binary.gif .bin .exe
|
||||
AddIcon /icons/binhex.gif .hqx
|
||||
AddIcon /icons/tar.gif .tar
|
||||
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
|
||||
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
|
||||
AddIcon /icons/a.gif .ps .ai .eps
|
||||
AddIcon /icons/layout.gif .html .shtml .htm .pdf
|
||||
AddIcon /icons/text.gif .txt
|
||||
AddIcon /icons/c.gif .c
|
||||
AddIcon /icons/p.gif .pl .py
|
||||
AddIcon /icons/f.gif .for
|
||||
AddIcon /icons/dvi.gif .dvi
|
||||
AddIcon /icons/uuencoded.gif .uu
|
||||
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
|
||||
AddIcon /icons/tex.gif .tex
|
||||
AddIcon /icons/bomb.gif core
|
||||
|
||||
AddIcon /icons/back.gif ..
|
||||
AddIcon /icons/hand.right.gif README
|
||||
AddIcon /icons/folder.gif ^^DIRECTORY^^
|
||||
AddIcon /icons/blank.gif ^^BLANKICON^^
|
||||
|
||||
#
|
||||
# DefaultIcon is which icon to show for files which do not have an icon
|
||||
# explicitly set.
|
||||
#
|
||||
DefaultIcon /icons/unknown.gif
|
||||
|
||||
#
|
||||
# AddDescription allows you to place a short description after a file in
|
||||
# server-generated indexes. These are only displayed for FancyIndexed
|
||||
# directories.
|
||||
# Format: AddDescription "description" filename
|
||||
#
|
||||
#AddDescription "GZIP compressed document" .gz
|
||||
#AddDescription "tar archive" .tar
|
||||
#AddDescription "GZIP compressed tar archive" .tgz
|
||||
|
||||
#
|
||||
# ReadmeName is the name of the README file the server will look for by
|
||||
# default, and append to directory listings.
|
||||
#
|
||||
# HeaderName is the name of a file which should be prepended to
|
||||
# directory indexes.
|
||||
ReadmeName README.html
|
||||
HeaderName HEADER.html
|
||||
|
||||
#
|
||||
# IndexIgnore is a set of filenames which directory indexing should ignore
|
||||
# and not include in the listing. Shell-style wildcarding is permitted.
|
||||
#
|
||||
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
|
||||
|
||||
50
database/apache/conf/original/extra/httpd-dav.conf
Normal file
50
database/apache/conf/original/extra/httpd-dav.conf
Normal file
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# Distributed authoring and versioning (WebDAV)
|
||||
#
|
||||
# Required modules: mod_alias, mod_auth_digest, mod_authn_core, mod_authn_file,
|
||||
# mod_authz_core, mod_authz_user, mod_dav, mod_dav_fs,
|
||||
# mod_setenvif
|
||||
|
||||
# The following example gives DAV write access to a directory called
|
||||
# "uploads" under the ServerRoot directory.
|
||||
#
|
||||
# The User/Group specified in httpd.conf needs to have write permissions
|
||||
# on the directory where the DavLockDB is placed and on any directory where
|
||||
# "Dav On" is specified.
|
||||
|
||||
DavLockDB "${SRVROOT}/var/DavLock"
|
||||
|
||||
Alias /uploads "${SRVROOT}/uploads"
|
||||
|
||||
<Directory "${SRVROOT}/uploads">
|
||||
Dav On
|
||||
|
||||
AuthType Digest
|
||||
AuthName DAV-upload
|
||||
# You can use the htdigest program to create the password database:
|
||||
# htdigest -c "${SRVROOT}/user.passwd" DAV-upload admin
|
||||
AuthUserFile "${SRVROOT}/user.passwd"
|
||||
AuthDigestProvider file
|
||||
|
||||
# Allow universal read-access, but writes are restricted
|
||||
# to the admin user.
|
||||
<RequireAny>
|
||||
Require method GET POST OPTIONS
|
||||
Require user admin
|
||||
</RequireAny>
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# The following directives disable redirects on non-GET requests for
|
||||
# a directory that does not include the trailing slash. This fixes a
|
||||
# problem with several clients that do not appropriately handle
|
||||
# redirects for folders with DAV methods.
|
||||
#
|
||||
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
|
||||
BrowserMatch "MS FrontPage" redirect-carefully
|
||||
BrowserMatch "^WebDrive" redirect-carefully
|
||||
BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
|
||||
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
|
||||
BrowserMatch "^XML Spy" redirect-carefully
|
||||
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
|
||||
BrowserMatch " Konqueror/4" redirect-carefully
|
||||
90
database/apache/conf/original/extra/httpd-default.conf
Normal file
90
database/apache/conf/original/extra/httpd-default.conf
Normal file
@@ -0,0 +1,90 @@
|
||||
#
|
||||
# This configuration file reflects default settings for Apache HTTP Server.
|
||||
#
|
||||
# You may change these, but chances are that you may not need to.
|
||||
#
|
||||
|
||||
#
|
||||
# Timeout: The number of seconds before receives and sends time out.
|
||||
#
|
||||
Timeout 60
|
||||
|
||||
#
|
||||
# KeepAlive: Whether or not to allow persistent connections (more than
|
||||
# one request per connection). Set to "Off" to deactivate.
|
||||
#
|
||||
KeepAlive On
|
||||
|
||||
#
|
||||
# MaxKeepAliveRequests: The maximum number of requests to allow
|
||||
# during a persistent connection. Set to 0 to allow an unlimited amount.
|
||||
# We recommend you leave this number high, for maximum performance.
|
||||
#
|
||||
MaxKeepAliveRequests 100
|
||||
|
||||
#
|
||||
# KeepAliveTimeout: Number of seconds to wait for the next request from the
|
||||
# same client on the same connection.
|
||||
#
|
||||
KeepAliveTimeout 5
|
||||
|
||||
#
|
||||
# UseCanonicalName: Determines how Apache constructs self-referencing
|
||||
# URLs and the SERVER_NAME and SERVER_PORT variables.
|
||||
# When set "Off", Apache will use the Hostname and Port supplied
|
||||
# by the client. When set "On", Apache will use the value of the
|
||||
# ServerName directive.
|
||||
#
|
||||
UseCanonicalName Off
|
||||
|
||||
#
|
||||
# AccessFileName: The name of the file to look for in each directory
|
||||
# for additional configuration directives. See also the AllowOverride
|
||||
# directive.
|
||||
#
|
||||
AccessFileName .htaccess
|
||||
|
||||
#
|
||||
# ServerTokens
|
||||
# This directive configures what you return as the Server HTTP response
|
||||
# Header. The default is 'Full' which sends information about the OS-Type
|
||||
# and compiled in modules.
|
||||
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
|
||||
# where Full conveys the most information, and Prod the least.
|
||||
#
|
||||
ServerTokens Full
|
||||
|
||||
#
|
||||
# Optionally add a line containing the server version and virtual host
|
||||
# name to server-generated pages (internal error documents, FTP directory
|
||||
# listings, mod_status and mod_info output etc., but not CGI generated
|
||||
# documents or custom error documents).
|
||||
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
|
||||
# Set to one of: On | Off | EMail
|
||||
#
|
||||
ServerSignature Off
|
||||
|
||||
#
|
||||
# HostnameLookups: Log the names of clients or just their IP addresses
|
||||
# e.g., www.apache.org (on) or 204.62.129.132 (off).
|
||||
# The default is off because it'd be overall better for the net if people
|
||||
# had to knowingly turn this feature on, since enabling it means that
|
||||
# each client request will result in AT LEAST one lookup request to the
|
||||
# nameserver.
|
||||
#
|
||||
HostnameLookups Off
|
||||
|
||||
#
|
||||
# Set a timeout for how long the client may take to send the request header
|
||||
# and body.
|
||||
# The default for the headers is header=20-40,MinRate=500, which means wait
|
||||
# for the first byte of headers for 20 seconds. If some data arrives,
|
||||
# increase the timeout corresponding to a data rate of 500 bytes/s, but not
|
||||
# above 40 seconds.
|
||||
# The default for the request body is body=20,MinRate=500, which is the same
|
||||
# but has no upper limit for the timeout.
|
||||
# To disable, set to header=0 body=0
|
||||
#
|
||||
<IfModule reqtimeout_module>
|
||||
RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500
|
||||
</IfModule>
|
||||
36
database/apache/conf/original/extra/httpd-info.conf
Normal file
36
database/apache/conf/original/extra/httpd-info.conf
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# Get information about the requests being processed by the server
|
||||
# and the configuration of the server.
|
||||
#
|
||||
# Required modules: mod_authz_core, mod_authz_host,
|
||||
# mod_info (for the server-info handler),
|
||||
# mod_status (for the server-status handler)
|
||||
|
||||
#
|
||||
# Allow server status reports generated by mod_status,
|
||||
# with the URL of http://servername/server-status
|
||||
# Change the ".example.com" to match your domain to enable.
|
||||
|
||||
<Location /server-status>
|
||||
SetHandler server-status
|
||||
Require host .example.com
|
||||
Require ip 127
|
||||
</Location>
|
||||
|
||||
#
|
||||
# ExtendedStatus controls whether Apache will generate "full" status
|
||||
# information (ExtendedStatus On) or just basic information (ExtendedStatus
|
||||
# Off) when the "server-status" handler is called. The default is Off.
|
||||
#
|
||||
#ExtendedStatus On
|
||||
|
||||
#
|
||||
# Allow remote server configuration reports, with the URL of
|
||||
# http://servername/server-info (requires that mod_info.c be loaded).
|
||||
# Change the ".example.com" to match your domain to enable.
|
||||
#
|
||||
<Location /server-info>
|
||||
SetHandler server-info
|
||||
Require host .example.com
|
||||
Require ip 127
|
||||
</Location>
|
||||
141
database/apache/conf/original/extra/httpd-languages.conf
Normal file
141
database/apache/conf/original/extra/httpd-languages.conf
Normal file
@@ -0,0 +1,141 @@
|
||||
#
|
||||
# Settings for hosting different languages.
|
||||
#
|
||||
# Required modules: mod_mime, mod_negotiation
|
||||
|
||||
# DefaultLanguage and AddLanguage allows you to specify the language of
|
||||
# a document. You can then use content negotiation to give a browser a
|
||||
# file in a language the user can understand.
|
||||
#
|
||||
# Specify a default language. This means that all data
|
||||
# going out without a specific language tag (see below) will
|
||||
# be marked with this one. You probably do NOT want to set
|
||||
# this unless you are sure it is correct for all cases.
|
||||
#
|
||||
# * It is generally better to not mark a page as
|
||||
# * being a certain language than marking it with the wrong
|
||||
# * language!
|
||||
#
|
||||
# DefaultLanguage nl
|
||||
#
|
||||
# Note 1: The suffix does not have to be the same as the language
|
||||
# keyword --- those with documents in Polish (whose net-standard
|
||||
# language code is pl) may wish to use "AddLanguage pl .po" to
|
||||
# avoid the ambiguity with the common suffix for perl scripts.
|
||||
#
|
||||
# Note 2: The example entries below illustrate that in some cases
|
||||
# the two character 'Language' abbreviation is not identical to
|
||||
# the two character 'Country' code for its country,
|
||||
# E.g. 'Danmark/dk' versus 'Danish/da'.
|
||||
#
|
||||
# Note 3: In the case of 'ltz' we violate the RFC by using a three char
|
||||
# specifier. There is 'work in progress' to fix this and get
|
||||
# the reference data for rfc1766 cleaned up.
|
||||
#
|
||||
# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
|
||||
# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
|
||||
# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
|
||||
# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
|
||||
# Norwegian (no) - Polish (pl) - Portugese (pt)
|
||||
# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
|
||||
# Turkish (tr) - Simplified Chinese (zh-CN) - Spanish (es)
|
||||
# Traditional Chinese (zh-TW)
|
||||
#
|
||||
AddLanguage ca .ca
|
||||
AddLanguage cs .cz .cs
|
||||
AddLanguage da .dk
|
||||
AddLanguage de .de
|
||||
AddLanguage el .el
|
||||
AddLanguage en .en
|
||||
AddLanguage eo .eo
|
||||
AddLanguage es .es
|
||||
AddLanguage et .et
|
||||
AddLanguage fr .fr
|
||||
AddLanguage he .he
|
||||
AddLanguage hr .hr
|
||||
AddLanguage it .it
|
||||
AddLanguage ja .ja
|
||||
AddLanguage ko .ko
|
||||
AddLanguage ltz .ltz
|
||||
AddLanguage nl .nl
|
||||
AddLanguage nn .nn
|
||||
AddLanguage no .no
|
||||
AddLanguage pl .po
|
||||
AddLanguage pt .pt
|
||||
AddLanguage pt-BR .pt-br
|
||||
AddLanguage ru .ru
|
||||
AddLanguage sv .sv
|
||||
AddLanguage tr .tr
|
||||
AddLanguage zh-CN .zh-cn
|
||||
AddLanguage zh-TW .zh-tw
|
||||
|
||||
# LanguagePriority allows you to give precedence to some languages
|
||||
# in case of a tie during content negotiation.
|
||||
#
|
||||
# Just list the languages in decreasing order of preference. We have
|
||||
# more or less alphabetized them here. You probably want to change this.
|
||||
#
|
||||
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
|
||||
|
||||
#
|
||||
# ForceLanguagePriority allows you to serve a result page rather than
|
||||
# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
|
||||
# [in case no accepted languages matched the available variants]
|
||||
#
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
|
||||
#
|
||||
# Commonly used filename extensions to character sets. You probably
|
||||
# want to avoid clashes with the language extensions, unless you
|
||||
# are good at carefully testing your setup after each change.
|
||||
# See http://www.iana.org/assignments/character-sets for the
|
||||
# official list of charset names and their respective RFCs.
|
||||
#
|
||||
AddCharset us-ascii.ascii .us-ascii
|
||||
AddCharset ISO-8859-1 .iso8859-1 .latin1
|
||||
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
|
||||
AddCharset ISO-8859-3 .iso8859-3 .latin3
|
||||
AddCharset ISO-8859-4 .iso8859-4 .latin4
|
||||
AddCharset ISO-8859-5 .iso8859-5 .cyr .iso-ru
|
||||
AddCharset ISO-8859-6 .iso8859-6 .arb .arabic
|
||||
AddCharset ISO-8859-7 .iso8859-7 .grk .greek
|
||||
AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew
|
||||
AddCharset ISO-8859-9 .iso8859-9 .latin5 .trk
|
||||
AddCharset ISO-8859-10 .iso8859-10 .latin6
|
||||
AddCharset ISO-8859-13 .iso8859-13
|
||||
AddCharset ISO-8859-14 .iso8859-14 .latin8
|
||||
AddCharset ISO-8859-15 .iso8859-15 .latin9
|
||||
AddCharset ISO-8859-16 .iso8859-16 .latin10
|
||||
AddCharset ISO-2022-JP .iso2022-jp .jis
|
||||
AddCharset ISO-2022-KR .iso2022-kr .kis
|
||||
AddCharset ISO-2022-CN .iso2022-cn .cis
|
||||
AddCharset Big5.Big5 .big5 .b5
|
||||
AddCharset cn-Big5 .cn-big5
|
||||
# For russian, more than one charset is used (depends on client, mostly):
|
||||
AddCharset WINDOWS-1251 .cp-1251 .win-1251
|
||||
AddCharset CP866 .cp866
|
||||
AddCharset KOI8 .koi8
|
||||
AddCharset KOI8-E .koi8-e
|
||||
AddCharset KOI8-r .koi8-r .koi8-ru
|
||||
AddCharset KOI8-U .koi8-u
|
||||
AddCharset KOI8-ru .koi8-uk .ua
|
||||
AddCharset ISO-10646-UCS-2 .ucs2
|
||||
AddCharset ISO-10646-UCS-4 .ucs4
|
||||
AddCharset UTF-7 .utf7
|
||||
AddCharset UTF-8 .utf8
|
||||
AddCharset UTF-16 .utf16
|
||||
AddCharset UTF-16BE .utf16be
|
||||
AddCharset UTF-16LE .utf16le
|
||||
AddCharset UTF-32 .utf32
|
||||
AddCharset UTF-32BE .utf32be
|
||||
AddCharset UTF-32LE .utf32le
|
||||
AddCharset euc-cn .euc-cn
|
||||
AddCharset euc-gb .euc-gb
|
||||
AddCharset euc-jp .euc-jp
|
||||
AddCharset euc-kr .euc-kr
|
||||
#Not sure how euc-tw got in - IANA doesn't list it???
|
||||
AddCharset EUC-TW .euc-tw
|
||||
AddCharset gb2312 .gb2312 .gb
|
||||
AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
|
||||
AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
|
||||
AddCharset shift_jis .shift_jis .sjis
|
||||
38
database/apache/conf/original/extra/httpd-manual.conf
Normal file
38
database/apache/conf/original/extra/httpd-manual.conf
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# 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.4/
|
||||
#
|
||||
# Required modules: mod_alias, mod_authz_core, mod_authz_host,
|
||||
# mod_setenvif, mod_negotiation
|
||||
#
|
||||
|
||||
AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "${SRVROOT}/manual$1"
|
||||
|
||||
<Directory "${SRVROOT}/manual">
|
||||
Options Indexes
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
||||
<Files *.html>
|
||||
SetHandler type-map
|
||||
</Files>
|
||||
|
||||
# .tr is text/troff in mime.types!
|
||||
RemoveType tr
|
||||
|
||||
# Traditionally, used .dk filename extension for da language
|
||||
AddLanguage da .da
|
||||
|
||||
SetEnvIf Request_URI ^/manual/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)/ prefer-language=$1
|
||||
RedirectMatch 301 ^/manual(?:/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)){2,}(/.*)?$ /manual/$1$2
|
||||
|
||||
# Reflect the greatest effort in translation (most content available),
|
||||
# inferring greater attention to detail (potentially false assumption,
|
||||
# counting translations presently in-sync would be more helpful.)
|
||||
# Use caution counting; safest pattern is '*.xml.XX'. Recent .xml source
|
||||
# document count: 266 214 110 94 82 25 22 18 4 1 1
|
||||
LanguagePriority en fr ko ja tr es de zh-cn pt-br da ru
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
</Directory>
|
||||
119
database/apache/conf/original/extra/httpd-mpm.conf
Normal file
119
database/apache/conf/original/extra/httpd-mpm.conf
Normal file
@@ -0,0 +1,119 @@
|
||||
#
|
||||
# Server-Pool Management (MPM specific)
|
||||
#
|
||||
|
||||
#
|
||||
# PidFile: The file in which the server should record its process
|
||||
# identification number when it starts.
|
||||
#
|
||||
# Note that this is the default PidFile for most MPMs.
|
||||
#
|
||||
<IfModule !mpm_netware_module>
|
||||
PidFile "logs/httpd.pid"
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# Only one of the below sections will be relevant on your
|
||||
# installed httpd. Use "apachectl -l" to find out the
|
||||
# active mpm.
|
||||
#
|
||||
|
||||
# prefork MPM
|
||||
# StartServers: number of server processes to start
|
||||
# MinSpareServers: minimum number of server processes which are kept spare
|
||||
# MaxSpareServers: maximum number of server processes which are kept spare
|
||||
# MaxRequestWorkers: maximum number of server processes allowed to start
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_prefork_module>
|
||||
StartServers 5
|
||||
MinSpareServers 5
|
||||
MaxSpareServers 10
|
||||
MaxRequestWorkers 250
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# worker MPM
|
||||
# StartServers: initial number of server processes to start
|
||||
# MinSpareThreads: minimum number of worker threads which are kept spare
|
||||
# MaxSpareThreads: maximum number of worker threads which are kept spare
|
||||
# ThreadsPerChild: constant number of worker threads in each server process
|
||||
# MaxRequestWorkers: maximum number of worker threads
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_worker_module>
|
||||
StartServers 3
|
||||
MinSpareThreads 75
|
||||
MaxSpareThreads 250
|
||||
ThreadsPerChild 25
|
||||
MaxRequestWorkers 400
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# event MPM
|
||||
# StartServers: initial number of server processes to start
|
||||
# MinSpareThreads: minimum number of worker threads which are kept spare
|
||||
# MaxSpareThreads: maximum number of worker threads which are kept spare
|
||||
# ThreadsPerChild: constant number of worker threads in each server process
|
||||
# MaxRequestWorkers: maximum number of worker threads
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
# before terminating
|
||||
<IfModule mpm_event_module>
|
||||
StartServers 3
|
||||
MinSpareThreads 75
|
||||
MaxSpareThreads 250
|
||||
ThreadsPerChild 25
|
||||
MaxRequestWorkers 400
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# NetWare MPM
|
||||
# ThreadStackSize: Stack size allocated for each worker thread
|
||||
# StartThreads: Number of worker threads launched at server startup
|
||||
# MinSpareThreads: Minimum number of idle threads, to handle request spikes
|
||||
# MaxSpareThreads: Maximum number of idle threads
|
||||
# MaxThreads: Maximum number of worker threads alive at the same time
|
||||
# MaxConnectionsPerChild: Maximum number of connections a thread serves. It
|
||||
# is recommended that the default value of 0 be set
|
||||
# for this directive on NetWare. This will allow the
|
||||
# thread to continue to service requests indefinitely.
|
||||
<IfModule mpm_netware_module>
|
||||
ThreadStackSize 65536
|
||||
StartThreads 250
|
||||
MinSpareThreads 25
|
||||
MaxSpareThreads 250
|
||||
MaxThreads 1000
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# OS/2 MPM
|
||||
# StartServers: Number of server processes to maintain
|
||||
# MinSpareThreads: Minimum number of idle threads per process,
|
||||
# to handle request spikes
|
||||
# MaxSpareThreads: Maximum number of idle threads per process
|
||||
# MaxConnectionsPerChild: Maximum number of connections per server process
|
||||
<IfModule mpm_mpmt_os2_module>
|
||||
StartServers 2
|
||||
MinSpareThreads 5
|
||||
MaxSpareThreads 10
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# WinNT MPM
|
||||
# ThreadsPerChild: constant number of worker threads in the server process
|
||||
# MaxConnectionsPerChild: maximum number of connections a server process serves
|
||||
<IfModule mpm_winnt_module>
|
||||
ThreadsPerChild 150
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
|
||||
# The maximum number of free Kbytes that every allocator is allowed
|
||||
# to hold without calling free(). In threaded MPMs, every thread has its own
|
||||
# allocator. When not set, or when set to zero, the threshold will be set to
|
||||
# unlimited.
|
||||
<IfModule !mpm_netware_module>
|
||||
MaxMemFree 2048
|
||||
</IfModule>
|
||||
<IfModule mpm_netware_module>
|
||||
MaxMemFree 100
|
||||
</IfModule>
|
||||
@@ -0,0 +1,52 @@
|
||||
#
|
||||
# The configuration below implements multi-language error documents through
|
||||
# content-negotiation.
|
||||
#
|
||||
# Required modules: mod_alias, mod_authz_core, mod_authz_host,
|
||||
# mod_include, mod_negotiation
|
||||
#
|
||||
# We use Alias to redirect any /error/HTTP_<error>.html.var response to
|
||||
# our collection of by-error message multi-language collections. We use
|
||||
# includes to substitute the appropriate text.
|
||||
#
|
||||
# You can modify the messages' appearance without changing any of the
|
||||
# default HTTP_<error>.html.var files by adding the line:
|
||||
#
|
||||
# Alias /error/include/ "/your/include/path/"
|
||||
#
|
||||
# which allows you to create your own set of files by starting with the
|
||||
# ${SRVROOT}/error/include/ files and copying them to /your/include/path/,
|
||||
# even on a per-VirtualHost basis. The default include files will display
|
||||
# your Apache version number and your ServerAdmin email address regardless
|
||||
# of the setting of ServerSignature.
|
||||
|
||||
Alias /error/ "${SRVROOT}/error/"
|
||||
|
||||
<Directory "${SRVROOT}/error">
|
||||
AllowOverride None
|
||||
Options IncludesNoExec
|
||||
AddOutputFilter Includes html
|
||||
AddHandler type-map var
|
||||
Require all granted
|
||||
LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
|
||||
ForceLanguagePriority Prefer Fallback
|
||||
</Directory>
|
||||
|
||||
ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
|
||||
ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
|
||||
ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
|
||||
ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
|
||||
ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
|
||||
ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
|
||||
ErrorDocument 410 /error/HTTP_GONE.html.var
|
||||
ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
|
||||
ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
|
||||
ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
|
||||
ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
|
||||
ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
|
||||
ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
|
||||
ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
|
||||
ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
|
||||
ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
|
||||
ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
|
||||
|
||||
290
database/apache/conf/original/extra/httpd-ssl.conf
Normal file
290
database/apache/conf/original/extra/httpd-ssl.conf
Normal file
@@ -0,0 +1,290 @@
|
||||
#
|
||||
# This is the Apache server configuration file providing SSL support.
|
||||
# It contains the configuration directives to instruct the server how to
|
||||
# serve pages over an https connection. For detailed information about these
|
||||
# directives see <URL:http://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# Required modules: mod_log_config, mod_setenvif, mod_ssl,
|
||||
# socache_shmcb_module (for default value of SSLSessionCache)
|
||||
|
||||
#
|
||||
# Pseudo Random Number Generator (PRNG):
|
||||
# Configure one or more sources to seed the PRNG of the SSL library.
|
||||
# The seed data should be of good random quality.
|
||||
# WARNING! On some platforms /dev/random blocks if not enough entropy
|
||||
# is available. This means you then cannot use the /dev/random device
|
||||
# because it would lead to very long connection times (as long as
|
||||
# it requires to make more entropy available). But usually those
|
||||
# platforms additionally provide a /dev/urandom device which doesn't
|
||||
# block. So, if available, use this one instead. Read the mod_ssl User
|
||||
# Manual for more details.
|
||||
#
|
||||
#SSLRandomSeed startup file:/dev/random 512
|
||||
#SSLRandomSeed startup file:/dev/urandom 512
|
||||
#SSLRandomSeed connect file:/dev/random 512
|
||||
#SSLRandomSeed connect file:/dev/urandom 512
|
||||
|
||||
|
||||
#
|
||||
# When we also provide SSL we have to listen to the
|
||||
# standard HTTP port (see above) and to the HTTPS port
|
||||
#
|
||||
Listen 443
|
||||
|
||||
##
|
||||
## SSL Global Context
|
||||
##
|
||||
## All SSL configuration in this context applies both to
|
||||
## the main server and all SSL-enabled virtual hosts.
|
||||
##
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate,
|
||||
# and that httpd will negotiate as the client of a proxied server.
|
||||
# See the OpenSSL documentation for a complete list of ciphers, and
|
||||
# ensure these follow appropriate best practices for this deployment.
|
||||
# httpd 2.2.30, 2.4.13 and later force-disable aNULL, eNULL and EXP ciphers,
|
||||
# while OpenSSL disabled these by default in 0.9.8zf/1.0.0r/1.0.1m/1.0.2a.
|
||||
SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES
|
||||
SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES
|
||||
|
||||
# By the end of 2016, only TLSv1.2 ciphers should remain in use.
|
||||
# Older ciphers should be disallowed as soon as possible, while the
|
||||
# kRSA ciphers do not offer forward secrecy. These changes inhibit
|
||||
# older clients (such as IE6 SP2 or IE8 on Windows XP, or other legacy
|
||||
# non-browser tooling) from successfully connecting.
|
||||
#
|
||||
# To restrict mod_ssl to use only TLSv1.2 ciphers, and disable
|
||||
# those protocols which do not support forward secrecy, replace
|
||||
# the SSLCipherSuite and SSLProxyCipherSuite directives above with
|
||||
# the following two directives, as soon as practical.
|
||||
# SSLCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA
|
||||
# SSLProxyCipherSuite HIGH:MEDIUM:!SSLv3:!kRSA
|
||||
|
||||
# User agents such as web browsers are not configured for the user's
|
||||
# own preference of either security or performance, therefore this
|
||||
# must be the prerogative of the web server administrator who manages
|
||||
# cpu load versus confidentiality, so enforce the server's cipher order.
|
||||
SSLHonorCipherOrder on
|
||||
|
||||
# SSL Protocol support:
|
||||
# List the protocol versions which clients are allowed to connect with.
|
||||
# Disable SSLv3 by default (cf. RFC 7525 3.1.1). TLSv1 (1.0) should be
|
||||
# disabled as quickly as practical. By the end of 2016, only the TLSv1.2
|
||||
# protocol or later should remain in use.
|
||||
SSLProtocol all -SSLv3
|
||||
SSLProxyProtocol all -SSLv3
|
||||
|
||||
# Pass Phrase Dialog:
|
||||
# Configure the pass phrase gathering process.
|
||||
# The filtering dialog program (`builtin' is an internal
|
||||
# terminal dialog) has to provide the pass phrase on stdout.
|
||||
SSLPassPhraseDialog builtin
|
||||
|
||||
# Inter-Process Session Cache:
|
||||
# Configure the SSL Session Cache: First the mechanism
|
||||
# to use and second the expiring timeout (in seconds).
|
||||
#SSLSessionCache "dbm:${SRVROOT}/logs/ssl_scache"
|
||||
SSLSessionCache "shmcb:${SRVROOT}/logs/ssl_scache(512000)"
|
||||
SSLSessionCacheTimeout 300
|
||||
|
||||
# OCSP Stapling (requires OpenSSL 0.9.8h or later)
|
||||
#
|
||||
# This feature is disabled by default and requires at least
|
||||
# the two directives SSLUseStapling and SSLStaplingCache.
|
||||
# Refer to the documentation on OCSP Stapling in the SSL/TLS
|
||||
# How-To for more information.
|
||||
#
|
||||
# Enable stapling for all SSL-enabled servers:
|
||||
#SSLUseStapling On
|
||||
|
||||
# Define a relatively small cache for OCSP Stapling using
|
||||
# the same mechanism that is used for the SSL session cache
|
||||
# above. If stapling is used with more than a few certificates,
|
||||
# the size may need to be increased. (AH01929 will be logged.)
|
||||
#SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(32768)"
|
||||
|
||||
# Seconds before valid OCSP responses are expired from the cache
|
||||
#SSLStaplingStandardCacheTimeout 3600
|
||||
|
||||
# Seconds before invalid OCSP responses are expired from the cache
|
||||
#SSLStaplingErrorCacheTimeout 600
|
||||
|
||||
##
|
||||
## SSL Virtual Host Context
|
||||
##
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
||||
# General setup for the virtual host
|
||||
DocumentRoot "${SRVROOT}/htdocs"
|
||||
ServerName www.example.com:443
|
||||
ServerAdmin admin@example.com
|
||||
ErrorLog "${SRVROOT}/logs/error.log"
|
||||
TransferLog "${SRVROOT}/logs/access.log"
|
||||
|
||||
# SSL Engine Switch:
|
||||
# Enable/Disable SSL for this virtual host.
|
||||
SSLEngine on
|
||||
|
||||
# Server Certificate:
|
||||
# Point SSLCertificateFile at a PEM encoded certificate. If
|
||||
# the certificate is encrypted, then you will be prompted for a
|
||||
# pass phrase. Note that a kill -HUP will prompt again. Keep
|
||||
# in mind that if you have both an RSA and a DSA certificate you
|
||||
# can configure both in parallel (to also allow the use of DSA
|
||||
# ciphers, etc.)
|
||||
# Some ECC cipher suites (http://www.ietf.org/rfc/rfc4492.txt)
|
||||
# require an ECC certificate which can also be configured in
|
||||
# parallel.
|
||||
SSLCertificateFile "${SRVROOT}/conf/server.crt"
|
||||
#SSLCertificateFile "${SRVROOT}/conf/server-dsa.crt"
|
||||
#SSLCertificateFile "${SRVROOT}/conf/server-ecc.crt"
|
||||
|
||||
# Server Private Key:
|
||||
# If the key is not combined with the certificate, use this
|
||||
# directive to point at the key file. Keep in mind that if
|
||||
# you've both a RSA and a DSA private key you can configure
|
||||
# both in parallel (to also allow the use of DSA ciphers, etc.)
|
||||
# ECC keys, when in use, can also be configured in parallel
|
||||
SSLCertificateKeyFile "${SRVROOT}/conf/server.key"
|
||||
#SSLCertificateKeyFile "${SRVROOT}/conf/server-dsa.key"
|
||||
#SSLCertificateKeyFile "${SRVROOT}/conf/server-ecc.key"
|
||||
|
||||
# Server Certificate Chain:
|
||||
# Point SSLCertificateChainFile at a file containing the
|
||||
# concatenation of PEM encoded CA certificates which form the
|
||||
# certificate chain for the server certificate. Alternatively
|
||||
# the referenced file can be the same as SSLCertificateFile
|
||||
# when the CA certificates are directly appended to the server
|
||||
# certificate for convenience.
|
||||
#SSLCertificateChainFile "${SRVROOT}/conf/server-ca.crt"
|
||||
|
||||
# Certificate Authority (CA):
|
||||
# Set the CA certificate verification path where to find CA
|
||||
# certificates for client authentication or alternatively one
|
||||
# huge file containing all of them (file must be PEM encoded)
|
||||
# Note: Inside SSLCACertificatePath you need hash symlinks
|
||||
# to point to the certificate files. Use the provided
|
||||
# Makefile to update the hash symlinks after changes.
|
||||
#SSLCACertificatePath "${SRVROOT}/conf/ssl.crt"
|
||||
#SSLCACertificateFile "${SRVROOT}/conf/ssl.crt/ca-bundle.crt"
|
||||
|
||||
# Certificate Revocation Lists (CRL):
|
||||
# Set the CA revocation path where to find CA CRLs for client
|
||||
# authentication or alternatively one huge file containing all
|
||||
# of them (file must be PEM encoded).
|
||||
# The CRL checking mode needs to be configured explicitly
|
||||
# through SSLCARevocationCheck (defaults to "none" otherwise).
|
||||
# Note: Inside SSLCARevocationPath you need hash symlinks
|
||||
# to point to the certificate files. Use the provided
|
||||
# Makefile to update the hash symlinks after changes.
|
||||
#SSLCARevocationPath "${SRVROOT}/conf/ssl.crl"
|
||||
#SSLCARevocationFile "${SRVROOT}/conf/ssl.crl/ca-bundle.crl"
|
||||
#SSLCARevocationCheck chain
|
||||
|
||||
# Client Authentication (Type):
|
||||
# Client certificate verification type and depth. Types are
|
||||
# none, optional, require and optional_no_ca. Depth is a
|
||||
# number which specifies how deeply to verify the certificate
|
||||
# issuer chain before deciding the certificate is not valid.
|
||||
#SSLVerifyClient require
|
||||
#SSLVerifyDepth 10
|
||||
|
||||
# TLS-SRP mutual authentication:
|
||||
# Enable TLS-SRP and set the path to the OpenSSL SRP verifier
|
||||
# file (containing login information for SRP user accounts).
|
||||
# Requires OpenSSL 1.0.1 or newer. See the mod_ssl FAQ for
|
||||
# detailed instructions on creating this file. Example:
|
||||
# "openssl srp -srpvfile ${SRVROOT}/conf/passwd.srpv -add username"
|
||||
#SSLSRPVerifierFile "${SRVROOT}/conf/passwd.srpv"
|
||||
|
||||
# Access Control:
|
||||
# With SSLRequire you can do per-directory access control based
|
||||
# on arbitrary complex boolean expressions containing server
|
||||
# variable checks and other lookup directives. The syntax is a
|
||||
# mixture between C and Perl. See the mod_ssl documentation
|
||||
# for more details.
|
||||
#<Location />
|
||||
#SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
|
||||
# and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
|
||||
# and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
|
||||
# and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
|
||||
# and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
|
||||
# or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
|
||||
#</Location>
|
||||
|
||||
# SSL Engine Options:
|
||||
# Set various options for the SSL engine.
|
||||
# o FakeBasicAuth:
|
||||
# Translate the client X.509 into a Basic Authorisation. This means that
|
||||
# the standard Auth/DBMAuth methods can be used for access control. The
|
||||
# user name is the `one line' version of the client's X.509 certificate.
|
||||
# Note that no password is obtained from the user. Every entry in the user
|
||||
# file needs this password: `xxj31ZMTZzkVA'.
|
||||
# o ExportCertData:
|
||||
# This exports two additional environment variables: SSL_CLIENT_CERT and
|
||||
# SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
|
||||
# server (always existing) and the client (only existing when client
|
||||
# authentication is used). This can be used to import the certificates
|
||||
# into CGI scripts.
|
||||
# o StdEnvVars:
|
||||
# This exports the standard SSL/TLS related `SSL_*' environment variables.
|
||||
# Per default this exportation is switched off for performance reasons,
|
||||
# because the extraction step is an expensive operation and is usually
|
||||
# useless for serving static content. So one usually enables the
|
||||
# exportation for CGI and SSI requests only.
|
||||
# o StrictRequire:
|
||||
# This denies access when "SSLRequireSSL" or "SSLRequire" applied even
|
||||
# under a "Satisfy any" situation, i.e. when it applies access is denied
|
||||
# and no other module can change it.
|
||||
# o OptRenegotiate:
|
||||
# This enables optimized SSL connection renegotiation handling when SSL
|
||||
# directives are used in per-directory context.
|
||||
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
</FilesMatch>
|
||||
<Directory "${SRVROOT}/cgi-bin">
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
|
||||
# SSL Protocol Adjustments:
|
||||
# The safe and default but still SSL/TLS standard compliant shutdown
|
||||
# approach is that mod_ssl sends the close notify alert but doesn't wait for
|
||||
# the close notify alert from client. When you need a different shutdown
|
||||
# approach you can use one of the following variables:
|
||||
# o ssl-unclean-shutdown:
|
||||
# This forces an unclean shutdown when the connection is closed, i.e. no
|
||||
# SSL close notify alert is sent or allowed to be received. This violates
|
||||
# the SSL/TLS standard but is needed for some brain-dead browsers. Use
|
||||
# this when you receive I/O errors because of the standard approach where
|
||||
# mod_ssl sends the close notify alert.
|
||||
# o ssl-accurate-shutdown:
|
||||
# This forces an accurate shutdown when the connection is closed, i.e. a
|
||||
# SSL close notify alert is send and mod_ssl waits for the close notify
|
||||
# alert of the client. This is 100% SSL/TLS standard compliant, but in
|
||||
# practice often causes hanging connections with brain-dead browsers. Use
|
||||
# this only for browsers where you know that their SSL implementation
|
||||
# works correctly.
|
||||
# Notice: Most problems of broken clients are also related to the HTTP
|
||||
# keep-alive facility, so you usually additionally want to disable
|
||||
# keep-alive for those clients, too. Use variable "nokeepalive" for this.
|
||||
# Similarly, one has to force some clients to use HTTP/1.0 to workaround
|
||||
# their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
|
||||
# "force-response-1.0" for this.
|
||||
BrowserMatch "MSIE [2-5]" \
|
||||
nokeepalive ssl-unclean-shutdown \
|
||||
downgrade-1.0 force-response-1.0
|
||||
|
||||
# Per-Server Logging:
|
||||
# The home of a custom SSL log file. Use this when you want a
|
||||
# compact non-error SSL logfile on a virtual host basis.
|
||||
CustomLog "${SRVROOT}/logs/ssl_request.log" \
|
||||
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||
|
||||
</VirtualHost>
|
||||
21
database/apache/conf/original/extra/httpd-userdir.conf
Normal file
21
database/apache/conf/original/extra/httpd-userdir.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# Settings for user home directories
|
||||
#
|
||||
# Required module: mod_authz_core, mod_authz_host, mod_userdir
|
||||
|
||||
#
|
||||
# UserDir: The name of the directory that is appended onto a user's home
|
||||
# directory if a ~user request is received. Note that you must also set
|
||||
# the default access control for these directories, as in the example below.
|
||||
#
|
||||
UserDir "My Documents/My Website"
|
||||
|
||||
#
|
||||
# Control access to UserDir directories. The following is an example
|
||||
# for a site where these directories are restricted to read-only.
|
||||
#
|
||||
<Directory "C:/Users/*/My Documents/My Website">
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Require method GET POST OPTIONS
|
||||
</Directory>
|
||||
|
||||
41
database/apache/conf/original/extra/httpd-vhosts.conf
Normal file
41
database/apache/conf/original/extra/httpd-vhosts.conf
Normal file
@@ -0,0 +1,41 @@
|
||||
# Virtual Hosts
|
||||
#
|
||||
# Required modules: mod_log_config
|
||||
|
||||
# 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.4/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.
|
||||
|
||||
#
|
||||
# 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 *:80>
|
||||
ServerAdmin webmaster@dummy-host.example.com
|
||||
DocumentRoot "${SRVROOT}/docs/dummy-host.example.com"
|
||||
ServerName dummy-host.example.com
|
||||
ServerAlias www.dummy-host.example.com
|
||||
ErrorLog "logs/dummy-host.example.com-error.log"
|
||||
CustomLog "logs/dummy-host.example.com-access.log" common
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@dummy-host2.example.com
|
||||
DocumentRoot "${SRVROOT}/docs/dummy-host2.example.com"
|
||||
ServerName dummy-host2.example.com
|
||||
ErrorLog "logs/dummy-host2.example.com-error.log"
|
||||
CustomLog "logs/dummy-host2.example.com-access.log" common
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
|
||||
90
database/apache/conf/original/extra/proxy-html.conf
Normal file
90
database/apache/conf/original/extra/proxy-html.conf
Normal file
@@ -0,0 +1,90 @@
|
||||
# Configuration example.
|
||||
#
|
||||
# For detailed information about these directives see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html>
|
||||
# and for mod_xml2enc see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html>
|
||||
#
|
||||
# First, to load the module with its prerequisites. Note: mod_xml2enc
|
||||
# is not always necessary, but without it mod_proxy_html is likely to
|
||||
# mangle pages in encodings other than ASCII or Unicode (utf-8).
|
||||
#
|
||||
# For Unix-family systems:
|
||||
# LoadFile /usr/lib/libxml2.so
|
||||
# LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
# LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
#
|
||||
# For Windows (I don't know if there's a standard path for the libraries)
|
||||
# LoadFile C:/path/zlib.dll
|
||||
# LoadFile C:/path/iconv.dll
|
||||
# LoadFile C:/path/libxml2.dll
|
||||
# LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
# LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
#
|
||||
# All knowledge of HTML links has been removed from the mod_proxy_html
|
||||
# code itself, and is instead read from httpd.conf (or included file)
|
||||
# at server startup. So you MUST declare it. This will normally be
|
||||
# at top level, but can also be used in a <Location>.
|
||||
#
|
||||
# Here's the declaration for W3C HTML 4.01 and XHTML 1.0
|
||||
|
||||
ProxyHTMLLinks a href
|
||||
ProxyHTMLLinks area href
|
||||
ProxyHTMLLinks link href
|
||||
ProxyHTMLLinks img src longdesc usemap
|
||||
ProxyHTMLLinks object classid codebase data usemap
|
||||
ProxyHTMLLinks q cite
|
||||
ProxyHTMLLinks blockquote cite
|
||||
ProxyHTMLLinks ins cite
|
||||
ProxyHTMLLinks del cite
|
||||
ProxyHTMLLinks form action
|
||||
ProxyHTMLLinks input src usemap
|
||||
ProxyHTMLLinks head profile
|
||||
ProxyHTMLLinks base href
|
||||
ProxyHTMLLinks script src for
|
||||
|
||||
# To support scripting events (with ProxyHTMLExtended On),
|
||||
# you'll need to declare them too.
|
||||
|
||||
ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
|
||||
onmouseover onmousemove onmouseout onkeypress \
|
||||
onkeydown onkeyup onfocus onblur onload \
|
||||
onunload onsubmit onreset onselect onchange
|
||||
|
||||
# If you need to support legacy (pre-1998, aka "transitional") HTML or XHTML,
|
||||
# you'll need to uncomment the following deprecated link attributes.
|
||||
# Note that these are enabled in earlier mod_proxy_html versions
|
||||
#
|
||||
# ProxyHTMLLinks frame src longdesc
|
||||
# ProxyHTMLLinks iframe src longdesc
|
||||
# ProxyHTMLLinks body background
|
||||
# ProxyHTMLLinks applet codebase
|
||||
#
|
||||
# If you're dealing with proprietary HTML variants,
|
||||
# declare your own URL attributes here as required.
|
||||
#
|
||||
# ProxyHTMLLinks myelement myattr otherattr
|
||||
#
|
||||
###########
|
||||
# EXAMPLE #
|
||||
###########
|
||||
#
|
||||
# To define the URL /my-gateway/ as a gateway to an appserver with address
|
||||
# http://some.app.intranet/ on a private network, after loading the
|
||||
# modules and including this configuration file:
|
||||
#
|
||||
# ProxyRequests Off <-- this is an important security setting
|
||||
# ProxyPass /my-gateway/ http://some.app.intranet/
|
||||
# <Location /my-gateway/>
|
||||
# ProxyPassReverse /
|
||||
# ProxyHTMLEnable On
|
||||
# ProxyHTMLURLMap http://some.app.intranet/ /my-gateway/
|
||||
# ProxyHTMLURLMap / /my-gateway/
|
||||
# </Location>
|
||||
#
|
||||
# Many (though not all) real-life setups are more complex.
|
||||
#
|
||||
# See the documentation at
|
||||
# http://apache.webthing.com/mod_proxy_html/
|
||||
# and the tutorial at
|
||||
# http://www.apachetutor.org/admin/reverseproxies
|
||||
537
database/apache/conf/original/httpd.conf
Normal file
537
database/apache/conf/original/httpd.conf
Normal file
@@ -0,0 +1,537 @@
|
||||
#
|
||||
# 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.4/> for detailed information.
|
||||
# In particular, see
|
||||
# <URL:http://httpd.apache.org/docs/2.4/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 "logs/access_log"
|
||||
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
|
||||
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
|
||||
# will be interpreted as '/logs/access_log'.
|
||||
#
|
||||
# NOTE: Where filenames are specified, you must use forward slashes
|
||||
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
|
||||
# If a drive letter is omitted, the drive on which httpd.exe is located
|
||||
# will be used by default. It is recommended that you always supply
|
||||
# an explicit drive letter in absolute paths to avoid confusion.
|
||||
|
||||
#
|
||||
# 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 specify a local disk on the
|
||||
# Mutex directive, if file-based mutexes are used. If you wish to share the
|
||||
# same ServerRoot for multiple httpd daemons, you will need to change at
|
||||
# least PidFile.
|
||||
#
|
||||
Define SRVROOT "c:/Apache24"
|
||||
|
||||
ServerRoot "${SRVROOT}"
|
||||
|
||||
#
|
||||
# Mutex: Allows you to set the mutex mechanism and mutex file directory
|
||||
# for individual mutexes, or change the global defaults
|
||||
#
|
||||
# Uncomment and change the directory if mutexes are file-based and the default
|
||||
# mutex file directory is not on a local disk or is not appropriate for some
|
||||
# other reason.
|
||||
#
|
||||
# Mutex default:logs
|
||||
|
||||
#
|
||||
# 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 access_compat_module modules/mod_access_compat.so
|
||||
LoadModule actions_module modules/mod_actions.so
|
||||
LoadModule alias_module modules/mod_alias.so
|
||||
LoadModule allowmethods_module modules/mod_allowmethods.so
|
||||
LoadModule asis_module modules/mod_asis.so
|
||||
LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||
#LoadModule auth_digest_module modules/mod_auth_digest.so
|
||||
#LoadModule auth_form_module modules/mod_auth_form.so
|
||||
#LoadModule authn_anon_module modules/mod_authn_anon.so
|
||||
LoadModule authn_core_module modules/mod_authn_core.so
|
||||
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
|
||||
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
|
||||
LoadModule authn_file_module modules/mod_authn_file.so
|
||||
#LoadModule authn_socache_module modules/mod_authn_socache.so
|
||||
#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so
|
||||
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
|
||||
LoadModule authz_core_module modules/mod_authz_core.so
|
||||
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
|
||||
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
|
||||
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
|
||||
LoadModule authz_host_module modules/mod_authz_host.so
|
||||
#LoadModule authz_owner_module modules/mod_authz_owner.so
|
||||
LoadModule authz_user_module modules/mod_authz_user.so
|
||||
LoadModule autoindex_module modules/mod_autoindex.so
|
||||
#LoadModule brotli_module modules/mod_brotli.so
|
||||
#LoadModule buffer_module modules/mod_buffer.so
|
||||
#LoadModule cache_module modules/mod_cache.so
|
||||
#LoadModule cache_disk_module modules/mod_cache_disk.so
|
||||
#LoadModule cache_socache_module modules/mod_cache_socache.so
|
||||
#LoadModule cern_meta_module modules/mod_cern_meta.so
|
||||
LoadModule cgi_module modules/mod_cgi.so
|
||||
#LoadModule charset_lite_module modules/mod_charset_lite.so
|
||||
#LoadModule data_module modules/mod_data.so
|
||||
#LoadModule dav_module modules/mod_dav.so
|
||||
#LoadModule dav_fs_module modules/mod_dav_fs.so
|
||||
#LoadModule dav_lock_module modules/mod_dav_lock.so
|
||||
#LoadModule dbd_module modules/mod_dbd.so
|
||||
#LoadModule deflate_module modules/mod_deflate.so
|
||||
LoadModule dir_module modules/mod_dir.so
|
||||
#LoadModule dumpio_module modules/mod_dumpio.so
|
||||
LoadModule env_module modules/mod_env.so
|
||||
#LoadModule expires_module modules/mod_expires.so
|
||||
#LoadModule ext_filter_module modules/mod_ext_filter.so
|
||||
#LoadModule file_cache_module modules/mod_file_cache.so
|
||||
#LoadModule filter_module modules/mod_filter.so
|
||||
#LoadModule http2_module modules/mod_http2.so
|
||||
#LoadModule headers_module modules/mod_headers.so
|
||||
#LoadModule heartbeat_module modules/mod_heartbeat.so
|
||||
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
|
||||
#LoadModule ident_module modules/mod_ident.so
|
||||
#LoadModule imagemap_module modules/mod_imagemap.so
|
||||
LoadModule include_module modules/mod_include.so
|
||||
#LoadModule info_module modules/mod_info.so
|
||||
LoadModule isapi_module modules/mod_isapi.so
|
||||
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
|
||||
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
|
||||
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
|
||||
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
|
||||
#LoadModule ldap_module modules/mod_ldap.so
|
||||
#LoadModule logio_module modules/mod_logio.so
|
||||
LoadModule log_config_module modules/mod_log_config.so
|
||||
#LoadModule log_debug_module modules/mod_log_debug.so
|
||||
#LoadModule log_forensic_module modules/mod_log_forensic.so
|
||||
#LoadModule lua_module modules/mod_lua.so
|
||||
#LoadModule macro_module modules/mod_macro.so
|
||||
#LoadModule md_module modules/mod_md.so
|
||||
LoadModule mime_module modules/mod_mime.so
|
||||
#LoadModule mime_magic_module modules/mod_mime_magic.so
|
||||
LoadModule negotiation_module modules/mod_negotiation.so
|
||||
#LoadModule proxy_module modules/mod_proxy.so
|
||||
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
|
||||
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
|
||||
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
|
||||
#LoadModule proxy_express_module modules/mod_proxy_express.so
|
||||
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
|
||||
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
|
||||
#LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so
|
||||
#LoadModule proxy_html_module modules/mod_proxy_html.so
|
||||
#LoadModule proxy_http_module modules/mod_proxy_http.so
|
||||
#LoadModule proxy_http2_module modules/mod_proxy_http2.so
|
||||
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
|
||||
#LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
|
||||
#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
|
||||
#LoadModule ratelimit_module modules/mod_ratelimit.so
|
||||
#LoadModule reflector_module modules/mod_reflector.so
|
||||
#LoadModule remoteip_module modules/mod_remoteip.so
|
||||
#LoadModule request_module modules/mod_request.so
|
||||
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
|
||||
#LoadModule rewrite_module modules/mod_rewrite.so
|
||||
#LoadModule sed_module modules/mod_sed.so
|
||||
#LoadModule session_module modules/mod_session.so
|
||||
#LoadModule session_cookie_module modules/mod_session_cookie.so
|
||||
#LoadModule session_crypto_module modules/mod_session_crypto.so
|
||||
#LoadModule session_dbd_module modules/mod_session_dbd.so
|
||||
LoadModule setenvif_module modules/mod_setenvif.so
|
||||
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
|
||||
#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
|
||||
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
|
||||
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
|
||||
#LoadModule socache_redis_module modules/mod_socache_redis.so
|
||||
#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
|
||||
#LoadModule speling_module modules/mod_speling.so
|
||||
#LoadModule ssl_module modules/mod_ssl.so
|
||||
#LoadModule status_module modules/mod_status.so
|
||||
#LoadModule substitute_module modules/mod_substitute.so
|
||||
#LoadModule unique_id_module modules/mod_unique_id.so
|
||||
#LoadModule userdir_module modules/mod_userdir.so
|
||||
#LoadModule usertrack_module modules/mod_usertrack.so
|
||||
#LoadModule version_module modules/mod_version.so
|
||||
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
|
||||
#LoadModule watchdog_module modules/mod_watchdog.so
|
||||
#LoadModule xml2enc_module modules/mod_xml2enc.so
|
||||
|
||||
<IfModule unixd_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 daemon
|
||||
Group daemon
|
||||
|
||||
</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 admin@example.com
|
||||
|
||||
#
|
||||
# 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 www.example.com:80
|
||||
|
||||
#
|
||||
# Deny access to the entirety of your server's filesystem. You must
|
||||
# explicitly permit access to web content directories in other
|
||||
# <Directory> blocks below.
|
||||
#
|
||||
<Directory />
|
||||
AllowOverride none
|
||||
Require all denied
|
||||
</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.
|
||||
#
|
||||
|
||||
#
|
||||
# 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 "${SRVROOT}/htdocs"
|
||||
<Directory "${SRVROOT}/htdocs">
|
||||
#
|
||||
# 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.4/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:
|
||||
# AllowOverride FileInfo AuthConfig Limit
|
||||
#
|
||||
AllowOverride None
|
||||
|
||||
#
|
||||
# Controls who can get stuff from this server.
|
||||
#
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
#
|
||||
# DirectoryIndex: sets the file that Apache will serve if a directory
|
||||
# is requested.
|
||||
#
|
||||
<IfModule dir_module>
|
||||
DirectoryIndex index.html
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# The following lines prevent .htaccess and .htpasswd files from being
|
||||
# viewed by Web clients.
|
||||
#
|
||||
<Files ".ht*">
|
||||
Require all denied
|
||||
</Files>
|
||||
|
||||
#
|
||||
# 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 "logs/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 warn
|
||||
|
||||
<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 "logs/access.log" common
|
||||
|
||||
#
|
||||
# If you prefer a logfile with access, agent, and referer information
|
||||
# (Combined Logfile Format) you can use the following directive.
|
||||
#
|
||||
#CustomLog "logs/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/ "${SRVROOT}/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 cgisock
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# "${SRVROOT}/cgi-bin" should be changed to whatever your ScriptAliased
|
||||
# CGI directory exists, if you have that configured.
|
||||
#
|
||||
<Directory "${SRVROOT}/cgi-bin">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<IfModule headers_module>
|
||||
#
|
||||
# Avoid passing HTTP_PROXY environment to CGI's on this or any proxied
|
||||
# backend servers which have lingering "httpoxy" defects.
|
||||
# 'Proxy' request header is undefined by the IETF, not listed by IANA
|
||||
#
|
||||
RequestHeader unset Proxy early
|
||||
</IfModule>
|
||||
|
||||
<IfModule mime_module>
|
||||
#
|
||||
# TypesConfig points to the file containing the list of mappings from
|
||||
# filename extension to MIME-type.
|
||||
#
|
||||
TypesConfig conf/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 conf/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
|
||||
#
|
||||
|
||||
#
|
||||
# MaxRanges: Maximum number of Ranges in a request before
|
||||
# returning the entire resource, or one of the special
|
||||
# values 'default', 'none' or 'unlimited'.
|
||||
# Default setting is to accept 200 Ranges.
|
||||
#MaxRanges unlimited
|
||||
|
||||
#
|
||||
# EnableMMAP and EnableSendfile: On systems that support it,
|
||||
# memory-mapping or the sendfile syscall may be 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.
|
||||
# Defaults: EnableMMAP On, EnableSendfile Off
|
||||
#
|
||||
#EnableMMAP off
|
||||
#EnableSendfile on
|
||||
|
||||
# Supplemental configuration
|
||||
#
|
||||
# The configuration files in the conf/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 conf/extra/httpd-mpm.conf
|
||||
|
||||
# Multi-language error messages
|
||||
#Include conf/extra/httpd-multilang-errordoc.conf
|
||||
|
||||
# Fancy directory listings
|
||||
#Include conf/extra/httpd-autoindex.conf
|
||||
|
||||
# Language settings
|
||||
#Include conf/extra/httpd-languages.conf
|
||||
|
||||
# User home directories
|
||||
#Include conf/extra/httpd-userdir.conf
|
||||
|
||||
# Real-time info on requests and configuration
|
||||
#Include conf/extra/httpd-info.conf
|
||||
|
||||
# Virtual hosts
|
||||
#Include conf/extra/httpd-vhosts.conf
|
||||
|
||||
# Local access to the Apache HTTP Server Manual
|
||||
#Include conf/extra/httpd-manual.conf
|
||||
|
||||
# Distributed authoring and versioning (WebDAV)
|
||||
#Include conf/extra/httpd-dav.conf
|
||||
|
||||
# Various default settings
|
||||
#Include conf/extra/httpd-default.conf
|
||||
|
||||
# Configure mod_proxy_html to understand HTML4/XHTML1
|
||||
<IfModule proxy_html_module>
|
||||
Include conf/extra/proxy-html.conf
|
||||
</IfModule>
|
||||
|
||||
# Secure (SSL/TLS) connections
|
||||
#Include conf/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 ssl_module>
|
||||
SSLRandomSeed startup builtin
|
||||
SSLRandomSeed connect builtin
|
||||
</IfModule>
|
||||
|
||||
385
database/apache/conf/original/magic
Normal file
385
database/apache/conf/original/magic
Normal file
@@ -0,0 +1,385 @@
|
||||
# Magic data for mod_mime_magic Apache module (originally for file(1) command)
|
||||
# The module is described in /manual/mod/mod_mime_magic.html
|
||||
#
|
||||
# The format is 4-5 columns:
|
||||
# Column #1: byte number to begin checking from, ">" indicates continuation
|
||||
# Column #2: type of data to match
|
||||
# Column #3: contents of data to match
|
||||
# Column #4: MIME type of result
|
||||
# Column #5: MIME encoding of result (optional)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Localstuff: file(1) magic for locally observed files
|
||||
# Add any locally observed files here.
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# end local stuff
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Java
|
||||
|
||||
0 short 0xcafe
|
||||
>2 short 0xbabe application/java
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# audio: file(1) magic for sound formats
|
||||
#
|
||||
# from Jan Nicolai Langfeldt <janl@ifi.uio.no>,
|
||||
#
|
||||
|
||||
# Sun/NeXT audio data
|
||||
0 string .snd
|
||||
>12 belong 1 audio/basic
|
||||
>12 belong 2 audio/basic
|
||||
>12 belong 3 audio/basic
|
||||
>12 belong 4 audio/basic
|
||||
>12 belong 5 audio/basic
|
||||
>12 belong 6 audio/basic
|
||||
>12 belong 7 audio/basic
|
||||
|
||||
>12 belong 23 audio/x-adpcm
|
||||
|
||||
# DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
|
||||
# that uses little-endian encoding and has a different magic number
|
||||
# (0x0064732E in little-endian encoding).
|
||||
0 lelong 0x0064732E
|
||||
>12 lelong 1 audio/x-dec-basic
|
||||
>12 lelong 2 audio/x-dec-basic
|
||||
>12 lelong 3 audio/x-dec-basic
|
||||
>12 lelong 4 audio/x-dec-basic
|
||||
>12 lelong 5 audio/x-dec-basic
|
||||
>12 lelong 6 audio/x-dec-basic
|
||||
>12 lelong 7 audio/x-dec-basic
|
||||
# compressed (G.721 ADPCM)
|
||||
>12 lelong 23 audio/x-dec-adpcm
|
||||
|
||||
# Bytes 0-3 of AIFF, AIFF-C, & 8SVX audio files are "FORM"
|
||||
# AIFF audio data
|
||||
8 string AIFF audio/x-aiff
|
||||
# AIFF-C audio data
|
||||
8 string AIFC audio/x-aiff
|
||||
# IFF/8SVX audio data
|
||||
8 string 8SVX audio/x-aiff
|
||||
|
||||
# Creative Labs AUDIO stuff
|
||||
# Standard MIDI data
|
||||
0 string MThd audio/unknown
|
||||
#>9 byte >0 (format %d)
|
||||
#>11 byte >1 using %d channels
|
||||
# Creative Music (CMF) data
|
||||
0 string CTMF audio/unknown
|
||||
# SoundBlaster instrument data
|
||||
0 string SBI audio/unknown
|
||||
# Creative Labs voice data
|
||||
0 string Creative\ Voice\ File audio/unknown
|
||||
## is this next line right? it came this way...
|
||||
#>19 byte 0x1A
|
||||
#>23 byte >0 - version %d
|
||||
#>22 byte >0 \b.%d
|
||||
|
||||
# [GRR 950115: is this also Creative Labs? Guessing that first line
|
||||
# should be string instead of unknown-endian long...]
|
||||
#0 long 0x4e54524b MultiTrack sound data
|
||||
#0 string NTRK MultiTrack sound data
|
||||
#>4 long x - version %ld
|
||||
|
||||
# Microsoft WAVE format (*.wav)
|
||||
# [GRR 950115: probably all of the shorts and longs should be leshort/lelong]
|
||||
# Microsoft RIFF
|
||||
0 string RIFF
|
||||
# - WAVE format
|
||||
>8 string WAVE audio/x-wav
|
||||
# MPEG audio.
|
||||
0 beshort&0xfff0 0xfff0 audio/mpeg
|
||||
# C64 SID Music files, from Linus Walleij <triad@df.lth.se>
|
||||
0 string PSID audio/prs.sid
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# c-lang: file(1) magic for C programs or various scripts
|
||||
#
|
||||
|
||||
# XPM icons (Greg Roelofs, newt@uchicago.edu)
|
||||
# ideally should go into "images", but entries below would tag XPM as C source
|
||||
0 string /*\ XPM image/x-xbm 7bit
|
||||
|
||||
# this first will upset you if you're a PL/1 shop... (are there any left?)
|
||||
# in which case rm it; ascmagic will catch real C programs
|
||||
# C or REXX program text
|
||||
0 string /* text/plain
|
||||
# C++ program text
|
||||
0 string // text/plain
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# compress: file(1) magic for pure-compression formats (no archives)
|
||||
#
|
||||
# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, whap, etc.
|
||||
#
|
||||
# Formats for various forms of compressed data
|
||||
# Formats for "compress" proper have been moved into "compress.c",
|
||||
# because it tries to uncompress it to figure out what's inside.
|
||||
|
||||
# standard unix compress
|
||||
0 string \037\235 application/octet-stream x-compress
|
||||
|
||||
# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
|
||||
0 string \037\213 application/octet-stream x-gzip
|
||||
|
||||
# According to gzip.h, this is the correct byte order for packed data.
|
||||
0 string \037\036 application/octet-stream
|
||||
#
|
||||
# This magic number is byte-order-independent.
|
||||
#
|
||||
0 short 017437 application/octet-stream
|
||||
|
||||
# XXX - why *two* entries for "compacted data", one of which is
|
||||
# byte-order independent, and one of which is byte-order dependent?
|
||||
#
|
||||
# compacted data
|
||||
0 short 0x1fff application/octet-stream
|
||||
0 string \377\037 application/octet-stream
|
||||
# huf output
|
||||
0 short 0145405 application/octet-stream
|
||||
|
||||
# Squeeze and Crunch...
|
||||
# These numbers were gleaned from the Unix versions of the programs to
|
||||
# handle these formats. Note that I can only uncrunch, not crunch, and
|
||||
# I didn't have a crunched file handy, so the crunch number is untested.
|
||||
# Keith Waclena <keith@cerberus.uchicago.edu>
|
||||
#0 leshort 0x76FF squeezed data (CP/M, DOS)
|
||||
#0 leshort 0x76FE crunched data (CP/M, DOS)
|
||||
|
||||
# Freeze
|
||||
#0 string \037\237 Frozen file 2.1
|
||||
#0 string \037\236 Frozen file 1.0 (or gzip 0.5)
|
||||
|
||||
# lzh?
|
||||
#0 string \037\240 LZH compressed data
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# frame: file(1) magic for FrameMaker files
|
||||
#
|
||||
# This stuff came on a FrameMaker demo tape, most of which is
|
||||
# copyright, but this file is "published" as witness the following:
|
||||
#
|
||||
0 string \<MakerFile application/x-frame
|
||||
0 string \<MIFFile application/x-frame
|
||||
0 string \<MakerDictionary application/x-frame
|
||||
0 string \<MakerScreenFon application/x-frame
|
||||
0 string \<MML application/x-frame
|
||||
0 string \<Book application/x-frame
|
||||
0 string \<Maker application/x-frame
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# html: file(1) magic for HTML (HyperText Markup Language) docs
|
||||
#
|
||||
# from Daniel Quinlan <quinlan@yggdrasil.com>
|
||||
# and Anna Shergold <anna@inext.co.uk>
|
||||
#
|
||||
0 string \<!DOCTYPE\ HTML text/html
|
||||
0 string \<!doctype\ html text/html
|
||||
0 string \<HEAD text/html
|
||||
0 string \<head text/html
|
||||
0 string \<TITLE text/html
|
||||
0 string \<title text/html
|
||||
0 string \<html text/html
|
||||
0 string \<HTML text/html
|
||||
0 string \<!-- text/html
|
||||
0 string \<h1 text/html
|
||||
0 string \<H1 text/html
|
||||
|
||||
# XML eXtensible Markup Language, from Linus Walleij <triad@df.lth.se>
|
||||
0 string \<?xml text/xml
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# images: file(1) magic for image formats (see also "c-lang" for XPM bitmaps)
|
||||
#
|
||||
# originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
|
||||
# additions by janl@ifi.uio.no as well as others. Jan also suggested
|
||||
# merging several one- and two-line files into here.
|
||||
#
|
||||
# XXX - byte order for GIF and TIFF fields?
|
||||
# [GRR: TIFF allows both byte orders; GIF is probably little-endian]
|
||||
#
|
||||
|
||||
# [GRR: what the hell is this doing in here?]
|
||||
#0 string xbtoa btoa'd file
|
||||
|
||||
# PBMPLUS
|
||||
# PBM file
|
||||
0 string P1 image/x-portable-bitmap 7bit
|
||||
# PGM file
|
||||
0 string P2 image/x-portable-greymap 7bit
|
||||
# PPM file
|
||||
0 string P3 image/x-portable-pixmap 7bit
|
||||
# PBM "rawbits" file
|
||||
0 string P4 image/x-portable-bitmap
|
||||
# PGM "rawbits" file
|
||||
0 string P5 image/x-portable-greymap
|
||||
# PPM "rawbits" file
|
||||
0 string P6 image/x-portable-pixmap
|
||||
|
||||
# NIFF (Navy Interchange File Format, a modification of TIFF)
|
||||
# [GRR: this *must* go before TIFF]
|
||||
0 string IIN1 image/x-niff
|
||||
|
||||
# TIFF and friends
|
||||
# TIFF file, big-endian
|
||||
0 string MM image/tiff
|
||||
# TIFF file, little-endian
|
||||
0 string II image/tiff
|
||||
|
||||
# possible GIF replacements; none yet released!
|
||||
# (Greg Roelofs, newt@uchicago.edu)
|
||||
#
|
||||
# GRR 950115: this was mine ("Zip GIF"):
|
||||
# ZIF image (GIF+deflate alpha)
|
||||
0 string GIF94z image/unknown
|
||||
#
|
||||
# GRR 950115: this is Jeremy Wohl's Free Graphics Format (better):
|
||||
# FGF image (GIF+deflate beta)
|
||||
0 string FGF95a image/unknown
|
||||
#
|
||||
# GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal
|
||||
# (best; not yet implemented):
|
||||
# PBF image (deflate compression)
|
||||
0 string PBF image/unknown
|
||||
|
||||
# GIF
|
||||
0 string GIF image/gif
|
||||
|
||||
# JPEG images
|
||||
0 beshort 0xffd8 image/jpeg
|
||||
|
||||
# PC bitmaps (OS/2, Windoze BMP files) (Greg Roelofs, newt@uchicago.edu)
|
||||
0 string BM image/bmp
|
||||
#>14 byte 12 (OS/2 1.x format)
|
||||
#>14 byte 64 (OS/2 2.x format)
|
||||
#>14 byte 40 (Windows 3.x format)
|
||||
#0 string IC icon
|
||||
#0 string PI pointer
|
||||
#0 string CI color icon
|
||||
#0 string CP color pointer
|
||||
#0 string BA bitmap array
|
||||
|
||||
0 string \x89PNG image/png
|
||||
0 string FWS application/x-shockwave-flash
|
||||
0 string CWS application/x-shockwave-flash
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# lisp: file(1) magic for lisp programs
|
||||
#
|
||||
# various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
|
||||
0 string ;; text/plain 8bit
|
||||
# Emacs 18 - this is always correct, but not very magical.
|
||||
0 string \012( application/x-elc
|
||||
# Emacs 19
|
||||
0 string ;ELC\023\000\000\000 application/x-elc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# mail.news: file(1) magic for mail and news
|
||||
#
|
||||
# There are tests to ascmagic.c to cope with mail and news.
|
||||
0 string Relay-Version: message/rfc822 7bit
|
||||
0 string #!\ rnews message/rfc822 7bit
|
||||
0 string N#!\ rnews message/rfc822 7bit
|
||||
0 string Forward\ to message/rfc822 7bit
|
||||
0 string Pipe\ to message/rfc822 7bit
|
||||
0 string Return-Path: message/rfc822 7bit
|
||||
0 string Path: message/news 8bit
|
||||
0 string Xref: message/news 8bit
|
||||
0 string From: message/rfc822 7bit
|
||||
0 string Article message/news 8bit
|
||||
#------------------------------------------------------------------------------
|
||||
# msword: file(1) magic for MS Word files
|
||||
#
|
||||
# Contributor claims:
|
||||
# Reversed-engineered MS Word magic numbers
|
||||
#
|
||||
|
||||
0 string \376\067\0\043 application/msword
|
||||
0 string \333\245-\0\0\0 application/msword
|
||||
|
||||
# disable this one because it applies also to other
|
||||
# Office/OLE documents for which msword is not correct. See PR#2608.
|
||||
#0 string \320\317\021\340\241\261 application/msword
|
||||
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# printer: file(1) magic for printer-formatted files
|
||||
#
|
||||
|
||||
# PostScript
|
||||
0 string %! application/postscript
|
||||
0 string \004%! application/postscript
|
||||
|
||||
# Acrobat
|
||||
# (due to clamen@cs.cmu.edu)
|
||||
0 string %PDF- application/pdf
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# sc: file(1) magic for "sc" spreadsheet
|
||||
#
|
||||
38 string Spreadsheet application/x-sc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# tex: file(1) magic for TeX files
|
||||
#
|
||||
# XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
|
||||
#
|
||||
# From <conklin@talisman.kaleida.com>
|
||||
|
||||
# Although we may know the offset of certain text fields in TeX DVI
|
||||
# and font files, we can't use them reliably because they are not
|
||||
# zero terminated. [but we do anyway, christos]
|
||||
0 string \367\002 application/x-dvi
|
||||
#0 string \367\203 TeX generic font data
|
||||
#0 string \367\131 TeX packed font data
|
||||
#0 string \367\312 TeX virtual font data
|
||||
#0 string This\ is\ TeX, TeX transcript text
|
||||
#0 string This\ is\ METAFONT, METAFONT transcript text
|
||||
|
||||
# There is no way to detect TeX Font Metric (*.tfm) files without
|
||||
# breaking them apart and reading the data. The following patterns
|
||||
# match most *.tfm files generated by METAFONT or afm2tfm.
|
||||
#2 string \000\021 TeX font metric data
|
||||
#2 string \000\022 TeX font metric data
|
||||
#>34 string >\0 (%s)
|
||||
|
||||
# Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
|
||||
#0 string \\input\ texinfo Texinfo source text
|
||||
#0 string This\ is\ Info\ file GNU Info text
|
||||
|
||||
# correct TeX magic for Linux (and maybe more)
|
||||
# from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
||||
#
|
||||
0 leshort 0x02f7 application/x-dvi
|
||||
|
||||
# RTF - Rich Text Format
|
||||
0 string {\\rtf application/rtf
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# animation: file(1) magic for animation/movie formats
|
||||
#
|
||||
# animation formats, originally from vax@ccwf.cc.utexas.edu (VaX#n8)
|
||||
# MPEG file
|
||||
0 string \000\000\001\263 video/mpeg
|
||||
#
|
||||
# The contributor claims:
|
||||
# I couldn't find a real magic number for these, however, this
|
||||
# -appears- to work. Note that it might catch other files, too,
|
||||
# so BE CAREFUL!
|
||||
#
|
||||
# Note that title and author appear in the two 20-byte chunks
|
||||
# at decimal offsets 2 and 22, respectively, but they are XOR'ed with
|
||||
# 255 (hex FF)! DL format SUCKS BIG ROCKS.
|
||||
#
|
||||
# DL file version 1 , medium format (160x100, 4 images/screen)
|
||||
0 byte 1 video/unknown
|
||||
0 byte 2 video/unknown
|
||||
# Quicktime video, from Linus Walleij <triad@df.lth.se>
|
||||
# from Apple quicktime file format documentation.
|
||||
4 string moov video/quicktime
|
||||
4 string mdat video/quicktime
|
||||
|
||||
1857
database/apache/conf/original/mime.types
Normal file
1857
database/apache/conf/original/mime.types
Normal file
File diff suppressed because it is too large
Load Diff
11
database/apache/conf/ssl.crt/server.crt
Normal file
11
database/apache/conf/ssl.crt/server.crt
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIBnzCCAQgCCQC1x1LJh4G1AzANBgkqhkiG9w0BAQUFADAUMRIwEAYDVQQDEwls
|
||||
b2NhbGhvc3QwHhcNMDkxMTEwMjM0ODQ3WhcNMTkxMTA4MjM0ODQ3WjAUMRIwEAYD
|
||||
VQQDEwlsb2NhbGhvc3QwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMEl0yfj
|
||||
7K0Ng2pt51+adRAj4pCdoGOVjx1BmljVnGOMW3OGkHnMw9ajibh1vB6UfHxu463o
|
||||
J1wLxgxq+Q8y/rPEehAjBCspKNSq+bMvZhD4p8HNYMRrKFfjZzv3ns1IItw46kgT
|
||||
gDpAl1cMRzVGPXFimu5TnWMOZ3ooyaQ0/xntAgMBAAEwDQYJKoZIhvcNAQEFBQAD
|
||||
gYEAavHzSWz5umhfb/MnBMa5DL2VNzS+9whmmpsDGEG+uR0kM1W2GQIdVHHJTyFd
|
||||
aHXzgVJBQcWTwhp84nvHSiQTDBSaT6cQNQpvag/TaED/SEQpm0VqDFwpfFYuufBL
|
||||
vVNbLkKxbK2XwUvu0RxoLdBMC/89HqrZ0ppiONuQ+X2MtxE=
|
||||
-----END CERTIFICATE-----
|
||||
10
database/apache/conf/ssl.csr/server.csr
Normal file
10
database/apache/conf/ssl.csr/server.csr
Normal file
@@ -0,0 +1,10 @@
|
||||
-----BEGIN CERTIFICATE REQUEST-----
|
||||
MIIBcjCB3AIBADAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwgZ8wDQYJKoZIhvcNAQEB
|
||||
BQADgY0AMIGJAoGBAMEl0yfj7K0Ng2pt51+adRAj4pCdoGOVjx1BmljVnGOMW3OG
|
||||
kHnMw9ajibh1vB6UfHxu463oJ1wLxgxq+Q8y/rPEehAjBCspKNSq+bMvZhD4p8HN
|
||||
YMRrKFfjZzv3ns1IItw46kgTgDpAl1cMRzVGPXFimu5TnWMOZ3ooyaQ0/xntAgMB
|
||||
AAGgHzAdBgkqhkiG9w0BCQcxEBMOQXBhY2hlIEZyaWVuZHMwDQYJKoZIhvcNAQEF
|
||||
BQADgYEAIX0oF/i847DbQDiVQ81+Uay7RZpzmDYGVgvUoVyvY9USB2Su3WbK9vxU
|
||||
UQyyfLgsMUQXq1VcokC9njymv4dePVdjbxjNeYIpgCGhLYO4KkVdVejbqTfixqt6
|
||||
ZWu6DN5CnCw7e/gjri8kifn4TQcSOTV+0kZpYYZlPbTkwFH25nI=
|
||||
-----END CERTIFICATE REQUEST-----
|
||||
15
database/apache/conf/ssl.key/server.key
Normal file
15
database/apache/conf/ssl.key/server.key
Normal file
@@ -0,0 +1,15 @@
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIICXQIBAAKBgQDBJdMn4+ytDYNqbedfmnUQI+KQnaBjlY8dQZpY1ZxjjFtzhpB5
|
||||
zMPWo4m4dbwelHx8buOt6CdcC8YMavkPMv6zxHoQIwQrKSjUqvmzL2YQ+KfBzWDE
|
||||
ayhX42c7957NSCLcOOpIE4A6QJdXDEc1Rj1xYpruU51jDmd6KMmkNP8Z7QIDAQAB
|
||||
AoGBAJvUs58McihQrcVRdIoaqPXjrei1c/DEepnFEw03EpzyYdo8KBZM0Xg7q2KK
|
||||
gsM9U45lPQZTNmY6DYh5SgYsQ3dGvocvwndq+wK+QsWH8ngTYqYqwUBBCaX3kwgk
|
||||
nAc++EpRRVmV0dJMdXt3xAUKSXnDP9fLPdKXffJoG7C1HHVVAkEA+087rR2FLCjd
|
||||
Rq/9WhIT/p2U0RRQnMJyQ74chIJSbeyXg8Ell5QxhSg7skrHSZ0cBPhyaLNDIZkn
|
||||
3NMnK2UqhwJBAMTAsUorHNo4dGpO8y2HE6QXxeuX05OhjiO8H2hmmcuMi2C9OwGI
|
||||
rI+lx1Q8mK261NKJh7sSVwQikh5YQYLKcOsCQQD6YqcChDb7GHvewdmatAhX1ok/
|
||||
Bw6KIPHXrMKdA3s9KkyLaRUbQPtVwBA6Q2brYS1Zhm/3ASQRhZbB3V9ZTSJhAkB7
|
||||
72097P5Vr24VcPnZWdbTbG4twwtxWTix5dRa7RY/k55QJ6K9ipw4OBLhSvJZrPBW
|
||||
Vm97NUg+wJAOMUXC30ZVAkA6pDgLbxVqkCnNgh2eNzhxQtvEGE4a8yFSUfSktS9U
|
||||
bjAATRYXNv2mAms32aAVKTzgSTapEX9M1OWdk+/yJrJs
|
||||
-----END RSA PRIVATE KEY-----
|
||||
371
database/apache/error/HTTP_BAD_GATEWAY.html.var
Normal file
371
database/apache/error/HTTP_BAD_GATEWAY.html.var
Normal file
@@ -0,0 +1,371 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Chybná brána!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Proxy server obdržel od nadřazeného
|
||||
serveru chybnou odpověď.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Fehlerhaftes Gateway!"
|
||||
--><!--#include virtual="include/top.html"-->
|
||||
|
||||
Der Proxy-Server erhielt eine fehlerhafte Antwort
|
||||
eines übergeordneten Servers oder Proxies.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Bad Gateway!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The proxy server received an invalid
|
||||
response from an upstream server.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Puerta de enlace errónea!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
El servidor 'proxy' ha recibido; información
|
||||
no válida del servidor de origen.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Gateway incorrecte!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Le serveur proxy a reçu une réponse
|
||||
incorrecte de la part d'un serveur supérieur.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ga"
|
||||
--><!--#set var="TITLE" value="Geata míceart!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Fuair an seachfhreastalaí freagairt neamhbhailí
|
||||
ó freastalaí thuasthrutha.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Gateway errato!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Il server proxy ha ricevuto una risposta
|
||||
non valida dal server precedente.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Bad Gateway!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
プロクシサーバは上流サーバから不正な応答を受信しました。
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="잘못된 게이트웨이!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
프록시 서버가 더 윗쪽의 서버로부터 잘못된 응답을 받았습니다.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Verkeerde Gateway!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
De proxy server heeft een ongeldig
|
||||
antwoord ontvangen van een gecontacteerde server.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Ugyldig Gateway!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Proxyserveren mottok et ugyldig svar fra
|
||||
en oppstrøms server.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Nieprawidłowa brama!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Serwer otrzymał nieprawidłową odpowiedź
|
||||
od kolejnego serwera.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Gateway inválido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O servidor proxy recebeu uma resposta
|
||||
inválida do servidor destino.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Gateway inválida!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O servidor de <i>proxy</i> recebeu uma resposta
|
||||
inválida de um outro servidor externo a ele.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Gateway invalid!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Serverul proxy a primit un raspuns invalid
|
||||
de la serverul precedent.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Неверный шлюз!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Прокси-сервер получил недопустимый ответ от
|
||||
вышестоящего сервера.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Лош пролаз!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Посреднички сервер је примио неисправан
|
||||
одговор од следећег сервера у низу.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Felaktig Gateway!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Proxyservern mottog ett felaktigt svar från
|
||||
en tidigare server.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Hatalı Ağ Geçidi!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Vekil sunucu üstbirim sunucudan
|
||||
anlamsız bir yanıt aldı.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="错误的网关!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
代理服务器从上游服务器收到了无效的响应。
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="閘道器錯誤!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
代理伺服器從上遊伺服器收到了無效的響應。
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
<!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
266
database/apache/error/HTTP_BAD_REQUEST.html.var
Normal file
266
database/apache/error/HTTP_BAD_REQUEST.html.var
Normal file
@@ -0,0 +1,266 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Chybný požadavek!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Váš prohlížeč (nebo proxy server) vyslal požadavek,
|
||||
kterému tento server nerozuměl.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Fehlerhafte Anfrage!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Ihr Browser (oder Proxy) hat eine ungültige Anfrage
|
||||
gesendet, die vom Server nicht beantwortet werden kann.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Bad request!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Your browser (or proxy) sent a request that
|
||||
this server could not understand.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Petición errónea!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
Su navegador (o 'proxy') ha enviado una petición
|
||||
que el servidor no ha podido entender.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Demande incorrecte!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Votre navigateur (ou votre proxy) a envoyé
|
||||
une demande que ce serveur n'a pas comprise.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Iarratas mícheart!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Seol do chuid brabhsálaí (nó
|
||||
seachfhreastalaí) freagairt nárbh fhéidir leis an
|
||||
fhreastalaí seo a thuisceant.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Richiesta incomprensibile!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Il tuo browser (o il proxy) ha inviato a
|
||||
questo server una richiesta incomprensibile.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Bad request!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
お使いのブラウザ (またはプロクシ)
|
||||
が、サーバの理解できないリクエストを送信しました。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="잘못된 요청!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
브라우저 또는 프록시가
|
||||
이 서버가 처리할 수 없는 잘못된 요청을 보냈습니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Slechte vraag!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Uw browser (of proxy) stuurde een vraag die
|
||||
deze server niet kon begrijpen.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Ugyldig spørring!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Din nettleser eller proxy sendte en forespørsel
|
||||
som denne serveren ikke kunne forstå.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Nieprawidłowe żądanie!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Twoja przeglądarka (lub serwer pośredniczący) wysłał żądanie,
|
||||
którego ten serwer nie potrafi obsłużyć.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Requisição Inválida!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Seu "browser" (ou o servidor proxy) enviou uma
|
||||
requisição inválida ao servidor.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Pedido incorrecto!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O seu <i>browser</i> ou <i>proxy</i> enviou
|
||||
um pedido que este servidor não compreendeu.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Cerere incomprensibila!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Browserul (sau proxy-ul) dumneavoastra a trimis
|
||||
serverului o cerere ce nu poate fi procesata.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Неверный запрос!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Запрос, посланный Вашим браузером (или прокси-сервером),
|
||||
содержит ошибку и не может быть обработан.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Лош захтев!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Ваш читач (или посреднички сервер) послао је захтев који
|
||||
овај сервер није могао да разуме.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Felaktig förfrågan!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Din webbläsare eller proxy skickade en förfrågan
|
||||
som denna server inte kunde förstå.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Hatalı istek!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Tarayıcınız (veya vekil sunucunuz) bu sunucunun
|
||||
anlayamadığı bir istekte bulundu.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="无效请求!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您的浏览器(或代理)发送了一个服务器无法解析的请求。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="請求錯誤!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您的瀏覽器(或代理)發送了一個伺服器無法解析的請求。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
476
database/apache/error/HTTP_FORBIDDEN.html.var
Normal file
476
database/apache/error/HTTP_FORBIDDEN.html.var
Normal file
@@ -0,0 +1,476 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Přístup odmítnut!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Nemáte právo pro přístup do požadovaného adresáře. Buď neexistuje žádný
|
||||
dokument s obsahem (tzv. index), nebo je adresář chráněn proti čtení.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Nemáte právo pro přístup k požadovanému objektu.
|
||||
Buď je chráněn proti čtení, nebo není serverem čitelný.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Zugriff verweigert!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Der Zugriff auf das angeforderte Verzeichnis ist nicht möglich.
|
||||
Entweder ist kein Index-Dokument vorhanden oder das Verzeichnis
|
||||
ist zugriffsgeschützt.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Der Zugriff auf das angeforderte Objekt ist nicht möglich.
|
||||
Entweder kann es vom Server nicht gelesen werden oder es
|
||||
ist zugriffsgeschützt.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Access forbidden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
You don't have permission to access the requested directory.
|
||||
There is either no index document or the directory is read-protected.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
You don't have permission to access the requested object.
|
||||
It is either read-protected or not readable by the server.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Acceso prohibido!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Usted no tiene permiso para acceder al directorio solicitado.
|
||||
No existe un documento índice, o el directorio está
|
||||
protegido contra lectura.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Usted no tiene permiso para acceder al objeto solicitado.
|
||||
El objeto está protegido contra lectura o
|
||||
el servidor no puede leerlo.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Accès interdit!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Vous n'avez pas le droit d'accéder au répertoire
|
||||
demandé. Soit il n'y a pas de document index soit le répertoire
|
||||
est protégé.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Vous n'avez pas le droit d'accéder à l'objet
|
||||
demandé. Soit celui-ci est protégé, soit il ne peut
|
||||
être lu par le serveur.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Rochtain neamh-cheadaithe!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Níl cead agat rochtain a dhéanamh ar an comhadlann faoi
|
||||
iarratais. Is féidir nach bhfuil aon doiciméad
|
||||
innéacs, nó go bhfuil cosaint ar lémh an comhadlann.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Níl cead agat rochtain a dhéanamh ar an aidhm faoi iarratais.
|
||||
Is féidir go bhfuil cosaint ar lé air, nó go bhfuil
|
||||
sé doléite don freastalaí.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Accesso negato!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Non disponi dei permessi necessari per accedere alla
|
||||
directory richiesta oppure non esiste il documento indice.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Non disponi dei permessi necessari per accedere all'oggetto
|
||||
richiesto, oppure l'oggetto non può essere letto dal server.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Access forbidden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
要求されたディレクトリへのアクセス権限がありません。
|
||||
インデックスドキュメントが存在しないか、
|
||||
ディレクトリの読み込みが許可されていません。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
要求されたオブジェクトへのアクセス権がありません。
|
||||
読み込みが許可されていないか、
|
||||
サーバが読み込みに失敗したかでしょう。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="접근이 거부됨!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
요청한 디렉토리에 접근할 수 있는 권한이 없습니다.
|
||||
디렉토리에 첫 페이지가 없거나 아니면 읽기 보호가 되어 있습니다.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
요청한 객체에 접근할 수 있는 권한이 없습니다.
|
||||
읽기 보호가 되어 있거나 웹서버가 읽을 수 없도록 되어 있습니다.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Toegang verboden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
U hebt niet de toestemming om toegang te krijgen tot de gevraagde map.
|
||||
Er is of wel geen index document of de map is beveiligd tegen lezen.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
U hebt niet de toestemming om toegang te krijgen tot de gevraagde map.
|
||||
Die is ofwel beveiligd tegen lezen of onleesbaar door de server.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Adgang forbudt!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Du har ikke tilstrekkelige rettigheter for å få tilgang til den
|
||||
ønskede katalogen. Det eksisterer ikke et indeksdokument, eller
|
||||
katalogen er lesebeskyttet.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Du har ikke tilstrekkelige rettigheter for å få adgang til det
|
||||
ønskede dokumentet. Objektet er lesebeskyttet, eller ikke lesbart
|
||||
for serveren.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Zabroniony dostęp!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Nie masz prawa dostępu do żądanego katalogu. W katalogu nie
|
||||
ma indeksu lub katalog jest zabezpieczony przed odczytem.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Nie masz dostępu do żądanego obiektu. Jest on zabezpieczony
|
||||
przed odczytem lub nie może być odczytany przez serwer.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Acesso Proibido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Você não tem permissão para acessar o
|
||||
diretório requisitado.
|
||||
Pode não existir o arquivo de índice ou
|
||||
o diretório pode estar protegido contra leitura.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Você não tem permissão para acessar o
|
||||
objeto requisitado. Ele pode estar protegido contra leitura ou
|
||||
não ser legível pelo servidor.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Acesso proibido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Não tem permissão para aceder ao directório
|
||||
que deseja. Ou não existe o documento de índice
|
||||
ou o directório está protegido contra leitura.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Não tem permissão para aceder ao objecto
|
||||
que deseja. Este está protegido contra leitura ou
|
||||
o servidor não o consegue ler.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Accesul interzis!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Nu aveti permisiunea sa accesati directorul cerut.
|
||||
Nu este nici un document index sau directorul este protejat la citire.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Nu aveti permisiunea sa accesati obiectul cerut.
|
||||
Este protejat la citire sau nu poate fi citit de server.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Доступ запрещён!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
У Вас нет прав доступа к этой директории.
|
||||
Отсутствует индексный файл, или директория недоступна для чтения.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
У Вас нет прав доступа к этому объекту.
|
||||
Файл недоступен для чтения, или сервер не может его прочитать.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Забрањен приступ!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Немате дозволу да приступите захтеваном директоријуму.
|
||||
Могуће је да нема индексног документа, или да је директоријум заштићен од читања.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Немате дозволу да приступите захтеваном објекту.
|
||||
Могуће је да је заштићен од читања, или да га сервер не може прочитати.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Åtkomst förbjuden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Du har inte tillräckliga rättigheter för att få
|
||||
tillgång till den önskade katalogen. Det existerar inget
|
||||
indexdokument eller så är katalogen lässkyddad.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Du har inte tillräckliga rättigheter för att få
|
||||
tillgång till det önskade objektet. Objektet är
|
||||
lässkyddat eller inte läsbart för servern.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Erişim engellendi!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
Talep ettiğiniz dizine erişim izniniz yok.
|
||||
Ya dizin içerik dosyası yok, ya da dizin okumaya karşı korumalı.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Talep ettiğiniz dizine erişim izniniz yok.
|
||||
Dizin, ya okumaya karşı korumalı
|
||||
ya da sunucu tarafından okunamıyor.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="禁止访问!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
您无权访问所请求的目录。
|
||||
这是由于没有主页或该目录不允许被读取导致的。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
您无权访问所请求的对象。
|
||||
它可能不允许被读取或无法被服务器读取。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="禁止訪問!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="v('REDIRECT_URL') =~ m:/$:" -->
|
||||
|
||||
您無權訪問所請求的目錄。
|
||||
這是由於沒有主頁或該目錄不允許被讀取導致的。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
您無權訪問所請求的物件。
|
||||
它可能不允許被讀取或無法被伺服器讀取。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
534
database/apache/error/HTTP_GONE.html.var
Normal file
534
database/apache/error/HTTP_GONE.html.var
Normal file
@@ -0,0 +1,534 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Zdroj již není dále dostupný!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Požadované URL již není na tomto serveru k dispozici, ani není k dispozici
|
||||
žádná adresa k přesměrování.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Informujte, prosím, autora
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">odkazující
|
||||
stránky</a>, že odkaz je zastaralý.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Pokud jste následovali odkaz z cizí stránky, kontaktujte, prosím,
|
||||
jejího autora.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Objekt nicht mehr verfügbar!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Der angeforderte URL existiert auf dem Server nicht mehr
|
||||
und wurde dauerhaft entfernt.
|
||||
Eine Weiterleitungsadresse ist nicht verfügbar.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Bitte informieren Sie den Autor der
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">verweisenden
|
||||
Seite</a>, dass der Link nicht mehr aktuell ist.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Falls Sie einem Link von einer anderen Seite gefolgt sind,
|
||||
informieren Sie bitte den Autor dieser Seite hierüber.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Resource is no longer available!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The requested URL is no longer available on this server and there is no
|
||||
forwarding address.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Please inform the author of the
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring
|
||||
page</a> that the link is outdated.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
If you followed a link from a foreign page, please contact the
|
||||
author of this page.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡El recurso ya no está disponible!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
La URL solicitada ya no está disponible en este servidor y
|
||||
no existe una dirección a la cual remitirle.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Por favor, comunique al autor de la
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">página
|
||||
que le ha remitido</a> que la URL está obsoleta.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Si usted ha seguido un enlace de una página externa,
|
||||
por favor contacte con el autor de esa página.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Cette ressource n'existe plus!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
L'URL demandée n'est plus accessible sur ce serveur et il
|
||||
n'y a pas d'adresse de redirection.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Nous vous prions d'informer l'auteur de
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la
|
||||
page en question</a> que la référence n'est plus valable.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Si vous avez suivi une référence issue d'une page autre,
|
||||
veuillez contacter l'auteur de cette page.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Acmhainn imithe!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Níl an URL iarraithe ar fáil ar an fhreastalaí seo
|
||||
a thuilleadh, agus níl aon seoladh nua ann dó.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Cur in úil do úadar an
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">leathanach
|
||||
thagarthach</a> go bhfuil an nasc as-dáta, le do thoil.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Má leanfá nasc ó leathanach iasachta, téigh i
|
||||
dteaghmháil le úadar an leathanach sin, le do thoil.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="La risorsa non è più disponibile!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
L'URL richiesto non è più disponibile su questo server
|
||||
e non esistono indirizzi verso i quali sia possibile inoltrare
|
||||
la richiesta.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Per favore, informa l'autore della
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina
|
||||
di provenienza</a> che il link non è più valido.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se sei arrivato da una pagina esterna, informa l'autore della
|
||||
pagina di provenienza che il link non è più valido.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Resource is no longer available!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
要求された URL は既に本サーバでは利用できませんし、
|
||||
移動先もわかりません。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->"
|
||||
>参照元ページ</a>の著者に、
|
||||
リンクが古くなっていることをご連絡ください。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
他のページからのリンクを辿ってきた場合は、
|
||||
そのページの著者にご連絡ください。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="객체가 없어졌음!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
요청한 URL은 더 이상 이 서버에 남아있지 않으며,
|
||||
그 객체가 옮겨진 다른 URL 역시 남아있지 않습니다.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">이전
|
||||
페이지</a>의 만든이에게 주소가 잘못되었다고 알려주시기 바랍니다.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
다른 페이지의 링크를 따라오셨다면, 그 페이지의 만든이에게 연락을 하시기
|
||||
바랍니다.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Dit object is niet langer beschikbaar!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
De gevraagde URL is niet langer beschikbaar op deze server en er is geen
|
||||
doorverwijsadres.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Gelieve aan de auteur van
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">deze pagina</a>
|
||||
te melden dat deze link niet langer actueel is.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Indien u deze link hebt gekregen van een andere pagina, gelieve
|
||||
de auteur van deze pagina te contacteren.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Ressursen er ikke lenger tilgjengelig!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den ønskede adressen er ikke lenger tilgjengelig hos denne
|
||||
serveren og det finnes ingen adresse for videresending.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Venligst informer forfatteren bak
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">den
|
||||
aktuelle siden</a> om at lenken er utdatert.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Om du fulgte en lenke fra en ekstern side, venligst kontakt
|
||||
forfatteren bak den siden.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Zasób usunięty!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Poszukiwany zasób nie jest już dostępny na tym serwerze i nie
|
||||
podano nowego adresu zasobu.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Prosimy poinformować autora
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referującej
|
||||
strony</a> o nieaktualnym linku.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Jeśli podążyłeś za linkiem z innej strony, skontaktuj się z jej
|
||||
autorem.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Recurso não disponível!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
A URL solicitada não está disponível neste servidor
|
||||
e não existe um endereço alternativo.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Por favor informe o autor da
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página
|
||||
referida</a> que a URL está desatualizada.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se você seguiu um "link" de uma página externa, por favor
|
||||
entre em contato com o autor desta página e o informe sobre a
|
||||
mudança do "link".
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Recurso não disponível!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O URL desejado já não está disponível
|
||||
neste servidor e não existe endereço alternativo.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Por favor informe o autor da
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página
|
||||
originária</a> que a hiperligação está
|
||||
desactualizada.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se chegou aqui a partir de uma hiperligação externa,
|
||||
por favor contacte o autor dessa página.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Resursa nu mai este disponibila!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
URL-ul cerut nu mai este disponibil pe acest server si nu
|
||||
exista o adresa de inaintare.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Va rugam informati autorul
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">paginii
|
||||
referite</a> ca link-ul nu mai este de actualitate.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Va rugam contactati autorul acestei pagini daca ati urmat
|
||||
un link dintr-o pagina externa.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Документ удалён!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Документ удалён, и адрес перенаправления отсутствует.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Пожалуйста, сообщите автору
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">страницы</a>,
|
||||
ссылающейся на документ, что ссылка устарела.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Если Вы обратились к документу по ссылке с другой страницы, пожалуйста,
|
||||
сообщите её автору об ошибке.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Ресурс није више доступан!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Захтевани УРЛ није више доступан на овом серверу и нема
|
||||
адресе на коју бисте могли бити прослеђени.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Молимо обавестите аутора
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">исходишне
|
||||
странице</a> да је веза застарела.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Ако сте пратили везу са спољне странице, молимо обавестите
|
||||
аутора те странице.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Resursen inte längre tillgänglig!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den önskade adressen är inte längre tillgänglig hos
|
||||
denna server och det finns inte någon adress för vidarebefodran.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Vänligen informera författaren bakom
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">den aktuella
|
||||
sidan</a> att länken är inaktuell.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Om du följde en länk från en extern sida, vänligen
|
||||
kontakta författaren av den sidan.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Özkaynak artık mevcut değil!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Talep ettiğiniz URL artık kullanılabilir değil
|
||||
ve herhangi bir yönlendirme de mevcut değil.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Lütfen
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">istenen sayfanın</a>
|
||||
yazarına, bu bağlantının güncel olmadığını bildirin.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Başka bir sunucudaki bir bağlantıyı izleyerek buraya geldiyseniz,
|
||||
lütfen sözkonusu sayfanın yazarına bağlantının güncel olmadığını bildirin.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="资源不再可用!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您请求的 URL 在此服务器上不再可用,且没有设置转发的地址。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
请通知<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">来源页面</a>的作者,该链接已过期。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
如果您从外部页面的一个链接访问,请联系该页面的作者。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="資源不再可用!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您請求的 URL 在此伺服器上不再可用,且沒有設置轉發的位址。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
請通知<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">來源頁面</a>的作者,該連結已過期。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
如果您從外部頁面的一個連結訪問,請聯繫此頁面的作者。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
576
database/apache/error/HTTP_INTERNAL_SERVER_ERROR.html.var
Normal file
576
database/apache/error/HTTP_INTERNAL_SERVER_ERROR.html.var
Normal file
@@ -0,0 +1,576 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Chyba serveru!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Nastala vnitřní chyba a server nebyl schopen
|
||||
dokončit Váš požadavek.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Chybová zpráva
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Nastala vnitřní chyba a server nebyl schopen
|
||||
dokončit Váš požadavek. Buď je server
|
||||
přetížen, nebo došlo k chybě v CGI skriptu.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Serverfehler!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Die Anfrage kann nicht beantwortet werden, da im Server
|
||||
ein interner Fehler aufgetreten ist.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Fehlermeldung:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Die Anfrage kann nicht beantwortet werden, da im Server
|
||||
ein interner Fehler aufgetreten ist.
|
||||
Der Server ist entweder überlastet oder ein Fehler in
|
||||
einem CGI-Skript ist aufgetreten.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Server error!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
The server encountered an internal error and was
|
||||
unable to complete your request.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Error message:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
The server encountered an internal error and was
|
||||
unable to complete your request. Either the server is
|
||||
overloaded or there was an error in a CGI script.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Error del servidor!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
Se ha producido un error interno en el servidor y no
|
||||
se ha podido completar su solicitud.
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
Mensaje de error:<br />
|
||||
<!--#echo var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se ha producido un error interno en el servidor y no se
|
||||
ha podido completar su solicitud. O el servidor está
|
||||
sobrecargado o ha habido un fallo en la ejecución de
|
||||
un programa CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Erreur du serveur!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Le serveur a été victime d'une erreur interne et n'a pas
|
||||
été capable de faire aboutir votre requête.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Message d'erreur:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Le serveur a été victime d'une erreur interne et n'a pas
|
||||
été capable de faire aboutir votre requête.
|
||||
Soit le server est surchargé soit il s'agit d'une erreur dans
|
||||
le script CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Earráid fhreastalaí!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Thit an freastalaí ar earráid inmheánach
|
||||
agus theip air do chuid iarratais a comhlíonadh.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Teachtaireacht earráide:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Thit an freastalaí ar earráid inmheánach
|
||||
agus theip air do chuid iarratais a comhlíonadh.
|
||||
Is féidir go bhfuil an freastalaí
|
||||
rólóaidithe, nó go raibh earráid
|
||||
i script CGI éigin.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Errore del server!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Il server ha generato un errore interno e non è
|
||||
in grado di soddisfare la richiesta.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Messaggio di errore:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Il server ha generato un errore interno e non è
|
||||
in grado di soddisfare la richiesta. Il server potrebbe
|
||||
essere sovraccarico oppure si è verificato un
|
||||
errore in uno script CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Server error!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
サーバ内部で障害が発生し、
|
||||
リクエストに応えることができませんでした。
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Error message:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
サーバ内部で障害が発生し、
|
||||
リクエストに応えることができませんでした。
|
||||
サーバが過負荷であるか、
|
||||
CGI スクリプトにエラーがあります。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="서버 오류!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
서버에 내부 오류가 발생하여 요청을 끝까지 처리하지 못했습니다.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
오류 내용:
|
||||
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
서버에 내부 오류가 생겨 요청을 끝까지 처리하지 못했습니다.
|
||||
서버에 과부하가 걸렸거나 아니면 CGI 프로그램에 오류가 있었습니다.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Server fout!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Foutbericht:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
De server kreeg een interne fout en kon
|
||||
uw vraag niet beantwoorden. De server is overbelast
|
||||
of er was een fout in een CGI script.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Serverfeil!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Det inntraff en intern feil hos serveren, og det var ikke mulig å
|
||||
gjennomføre din forespørsel.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Feilmelding:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Det inntraff en intern feil hos serveren, og det var ikke mulig å
|
||||
gjennomføre din forespørsel. Serveren er enten overbelastet, eller
|
||||
CGI-skriptet inneholder feil.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Błąd serwera!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Serwer napotkał błąd wewnętrzny i nie jest w stanie
|
||||
zrealizować twojego żądania.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Informacja o błędzie:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Serwer napotkał błąd wewnętrzny i nie jest w stanie
|
||||
zrealizować twojego żądania. Serwer jest przeciążony lub
|
||||
napotkał na błąd w skrypcie CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Erro interno do Servidor!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
O servidor encontrou um erro interno e não pode
|
||||
completar sua requisição.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Mensagem de Erro:
|
||||
<br /><!--#echo var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
O servidor encontrou um erro interno e não
|
||||
foi possível completar sua requisição.
|
||||
O servidor está sobrecarregado ou existe um
|
||||
erro em um script CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Erro interno do servidor!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
O servidor encontrou um erro interno e não pode completar
|
||||
o seu pedido.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Mensagem de erro:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
O servidor encontrou um erro interno e não pode completar
|
||||
o seu pedido. Ou o servidor está sobrecarregado, ou ocorreu
|
||||
um erro num <i>script</i> CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Eroare server!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Serverul a intalnit o eroare interna si nu a
|
||||
putut rezolva cererea dumneavoastra.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Mesajul de eroare :
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Serverul a intalnit o eroare interna si nu a
|
||||
putut rezolva cererea dumneavoastra. Serverul este
|
||||
supraincarcat sau a fost o eroare intr-un script CGI.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Ошибка сервера!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Произошла внутренняя ошибка сервера, в результате которой
|
||||
серверу не удалось завершить обработку Вашего запроса.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Error message:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Произошла внутренняя ошибка сервера, в результате которой
|
||||
серверу не удалось завершить обработку Вашего запроса.
|
||||
Сервер перегружен, или в CGI-скрипте обнаружена ошибка.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Грешка сервера!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Сервер је имао унутрашњу грешку и није био
|
||||
у могућности да испуни ваш захтев.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Порука о грешци:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Сервер је имао унутрашњу грешку и није био
|
||||
у могућности да испуни ваш захтев. Могуће је да је сервер
|
||||
преоптерећен, или да се десила грешка у CGI скрипти.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Serverfel!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Servern råkade ut för ett internt fel och det var inte möjligt
|
||||
att slutföra din begäran.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Felmeddelande:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Servern råkade ut för ett internt fel och det var inte möjligt
|
||||
att slutföra din begäran. Servern är antingen överbelastad
|
||||
eller så innehåller CGI-skriptet fel.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Sunucu hatası!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
Sunucuda içsel bir hata oluştuğundan sunucu isteğinizi yerine getiremiyor.
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
Hata iletisi:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Sunucuda içsel bir hata oluştuğundan sunucu isteğinizi yerine getiremiyor.
|
||||
Ya sunucu aşırı yüklü ya da CGI betiğinde bir hata oluştu.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="服务器错误!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
服务器发生了内部错误,无法处理您的请求。
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
错误信息:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
服务器发生了内部错误,无法处理您的请求。原因可能是服务器过载或在 CGI 脚本中出错。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="伺服器错误!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
|
||||
|
||||
伺服器發生了內部錯誤,無法處理您的請求。
|
||||
|
||||
<!--#include virtual="include/spacer.html" -->
|
||||
|
||||
錯誤資訊:
|
||||
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
|
||||
|
||||
<!--#else -->
|
||||
|
||||
伺服器發生了內部錯誤,無法處理您的請求。原因可能是伺服器超載或在 CGI 腳本中出錯。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
279
database/apache/error/HTTP_LENGTH_REQUIRED.html.var
Normal file
279
database/apache/error/HTTP_LENGTH_REQUIRED.html.var
Normal file
@@ -0,0 +1,279 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Chybná hlavička Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Požadavek metodou <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
vyžaduje korektní hlavičku <code>Content-Length</code>.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Content-Length-Angabe fehlerhaft!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Die Anfrage kann nicht beantwortet werden.
|
||||
Bei Verwendung der <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode
|
||||
muß ein korrekter <code>Content-Length</code>-Header
|
||||
angegeben werden.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Bad Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
A request with the <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
method requires a valid <code>Content-Length</code> header.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Error en la longitud del contenido!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
Una petición con el método <!--#echo
|
||||
var="REDIRECT_REQUEST_METHOD" --> requiere que el encabezado
|
||||
<code>Content-Length</code> sea válido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Longueur du contenu illégal!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Une requête utilisant la méthode <!--#echo
|
||||
var="REDIRECT_REQUEST_METHOD" --> nécessite un en-tête
|
||||
<code>Content-Length</code> (indiquant la longueur) valable.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Content-Length mícheart!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Is gá go mbhéadh ceanntáisc
|
||||
<code>Content-Length</code>
|
||||
bhailí do iarratais faoin modh
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Campo Content-Length non valido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Una richiesta con il metodo
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
richiede che venga specificato un header <code>Content-Length</code>
|
||||
valido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Bad Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD"-->
|
||||
メソッドのリクエストでは、
|
||||
正しい <code>Content-Length</code> ヘッダが必要になります。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="잘못된 Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> 방식을 쓰는
|
||||
요청은 올바른 <code>Content-Length</code> 헤더도 함께 보내야만 합니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Ongeldige lengte inhoud!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Een vraag met het <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
type methode heeft een correcte <code>Content-Length</code> lijn nodig.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Feil Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
En forespørsel med <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
metoden krever en korrekt <code>Content-Length</code> header.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Błędne Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Żądanie <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
wymaga poprawnego nagłówka <code>Content-Length</code>.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Content-Length Inválido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Uma requisição
|
||||
do método <!--#echo var="REDIRECT_REQUEST_METHOD"-->
|
||||
requer um cabeçalho <code>Content-Length</code> válido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Content-Length incorrecto!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Um pedido com o método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
necessita de um cabeçalho <code>Content-Length</code> válido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Content-Length invalid!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O cerere cu metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
necesita un header <code>Content-Length</code> valid.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Неверная длина Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Запрос с помощью метода <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
должен иметь правильное значение длины в поле <code>Content-Length</code>.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Лоше Content-Length заглавље!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Захтев са <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
методом мора имати исправно <code>Content-Length</code>
|
||||
(дужина садржаја) заглавље.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Felaktig Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
En förfrågan med <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
metoden kräver ett korrekt <code>Content-Length</code> huvud.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Hatalı Content-Length başlığı!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> yöntemini kullanan bir istek
|
||||
geçerli bir <code>Content-Length</code> (içerik uzunluğu) başlığı gerektirir.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="错误的 Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
对 <!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法的请求必须带有有效的
|
||||
<code>Content-Length</code> 头字段。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="錯誤的 Content-Length!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
對 <!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法的請求必須帶有有效的
|
||||
<code>Content-Length</code> 頭欄位。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
269
database/apache/error/HTTP_METHOD_NOT_ALLOWED.html.var
Normal file
269
database/apache/error/HTTP_METHOD_NOT_ALLOWED.html.var
Normal file
@@ -0,0 +1,269 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Metoda nepovolena!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
není pro požadované URL povolena.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Methode nicht erlaubt!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Die <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode
|
||||
ist für den angeforderten URL nicht erlaubt.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Method not allowed!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
method is not allowed for the requested URL.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Método no permitido!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
No se permite el método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
para la URL solicitada.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Méthode interdite!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
La méthode <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
n'est pas utilisable pour l'URL demandée.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Modh neamhcheadaithe!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Níl cead an modh
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
a úasáid leis an URL iarraithe.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Metodo non consentito!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
non è consentito per l'URL richiesto.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Method not allowed!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD"-->
|
||||
メソッドは、要求された URL に対しては許可されていません。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="허용되지 않는 요청 방식!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> 방식은
|
||||
요청한 URL에 사용할 수 없습니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Type methode niet toegelaten!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Het <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
type methode is niet toegelaten voor de gevraagde URL.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Metoden er ikke tillatt!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden er ikke
|
||||
tillatt for den forespurte adressen.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Niedozwolona metoda!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
jest niedozwolona dla podanego URL-a.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Método não permitido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
não é permitido para a URL requisitada.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Método não permitido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O método <!--#echo var="REDIRECT_REQUEST_METHOD" --> não
|
||||
é permitido para o URL pedido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Metoda nepermisa!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
nu este permisa pentru URL-ul cerut.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Метод не поддерживается!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Метод <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
нельзя применить к запрашиваемому ресурсу.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Метод није дозвољен!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
метод није дозвољен за захтевани УРЛ.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Metoden inte tillåten!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
metoden är inte tillåten för den förfrågade
|
||||
adressen.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Yönteme izin verilmedi!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
yöntemi istediğiniz URL için kullanılamaz.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="请求的方法不允许!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
在请求的 URL 上不允许使用
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="請求的方法不允許!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
在請求的 URL 上不允許使用
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
536
database/apache/error/HTTP_NOT_FOUND.html.var
Normal file
536
database/apache/error/HTTP_NOT_FOUND.html.var
Normal file
@@ -0,0 +1,536 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Objekt nenalezen!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Požadované URL nebylo na tomto serveru nalezeno.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Zdá se, že odkaz na
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">odkazující
|
||||
stránce</a> je chybný nebo zastaralý. Informujte, prosím, autora
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">této stránky</a>
|
||||
o chybě.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Pokud jste zadal(a) URL ručně, zkontrolujte, prosím,
|
||||
zda jste zadal(a) URL správně, a zkuste to znovu.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Objekt nicht gefunden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Der angeforderte URL konnte auf dem Server nicht gefunden werden.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Der Link auf der
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">verweisenden
|
||||
Seite</a> scheint falsch oder nicht mehr aktuell zu sein.
|
||||
Bitte informieren Sie den Autor
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">dieser Seite</a>
|
||||
über den Fehler.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Sofern Sie den URL manuell eingegeben haben,
|
||||
überprüfen Sie bitte die Schreibweise und versuchen Sie es erneut.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Object not found!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The requested URL was not found on this server.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
The link on the
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring
|
||||
page</a> seems to be wrong or outdated. Please inform the author of
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">that page</a>
|
||||
about the error.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
If you entered the URL manually please check your
|
||||
spelling and try again.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Objeto no localizado!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
No se ha localizado la URL solicitada en este servidor.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
La URL de la <a href="<!--#echo encoding="url"
|
||||
var="HTTP_REFERER"-->">página que le ha remitido</a>
|
||||
parece ser errónea o estar obsoleta. Por favor, informe del error
|
||||
al autor de <a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">esa
|
||||
página</a>.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Si usted ha introducido la URL manualmente, por favor revise su
|
||||
ortografía e inténtelo de nuevo.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Objet non trouvé!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
L'URL demandée n'a pas pu être trouvée sur ce serveur.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
La référence sur
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">la page
|
||||
citée</a>
|
||||
semble être erronée ou perimée. Nous vous prions
|
||||
d'informer l'auteur de
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">cette page</a>
|
||||
de cette erreur.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Si vous avez tapé l'URL à la main, veuillez vérifier
|
||||
l'orthographe et réessayer.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Aidhm ar iarraidh!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Níor aimsigh an URL iarraithe ar an fhreastalaí seo.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Is cosúil go bhfuil an nasc ar an
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">leathanach
|
||||
thagarthach</a> mícheart nó as dáta.
|
||||
Cur in iúl d'úadar
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->"
|
||||
>an leathanach sin</a> go bhfuil earráid ann, le do thoil.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Má chuir tú isteach an URL tú féin, deimhnigh
|
||||
go bhfuil sé litrithe i gceart agat, agus déan iarracht eile
|
||||
le do thoil.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Oggetto non trovato!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
L'URL richiesto non esiste su questo server.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Il link della
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina da cui
|
||||
sei arrivato</a> potrebbe essere errato o non essere più valido.
|
||||
Per favore, informa dell'errore l'autore della
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina</a>.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se hai scritto l'URL a mano, per favore controlla che
|
||||
non ci siano errori.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Object not found!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
要求された URL は本サーバでは見つかりませんでした。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">
|
||||
参照元ページ</a>のリンクが間違っているか、古くなってしまっているようです。
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->"
|
||||
>ページ</a>の著者にこのエラーをお知らせ下さい。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
もし手入力で URL を入力した場合は、綴りを確認して再度お試し下さい。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="객체 없음!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
요청한 URL을 이 서버에서 찾을 수 없습니다.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">이전
|
||||
페이지</a>에 있는 링크가 잘못되었거나 오래되어 없어진 것 같습니다.
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER"-->">그 페이지</a>를
|
||||
만든이에게 이 사실을 알려주시기 바랍니다.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
URL을 직접 입력하셨다면 바르게 입력하셨는지 확인하시고 다시 시도하시기
|
||||
바랍니다.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Object niet gevonden!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
De gevraagde URL was niet gevonden op deze server.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
De link op
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">deze pagina
|
||||
pagina</a> is verkeerd of achterhaald. Gelieve de auteur van
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">die pagina</a>
|
||||
in te lichten over deze fout.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Indien u de URL manueel hebt ingevuld, gelieve uw
|
||||
spelling te controleren en probeer opnieuw.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Objektet ble ikke funnet!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den etterspurte adressen finnes ikke på denne serveren.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Lenken på den
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">forrige siden</a>
|
||||
ser ut til å være feil eller utdatert. Venligst informer forfatteren av
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">siden</a>
|
||||
om feilen.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Om du skrev inn adressen manuelt, vennligst kontroller stavingen og
|
||||
forsøk igjen.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Nie znaleziono obiektu!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Nie znaleziono żądanego URL-a na tym serwerze.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Odnośnik na
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referującej stronie
|
||||
</a> wydaje się być nieprawidłowy lub nieaktualny. Poinformuj autora
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">tej strony</a>
|
||||
o problemie.
|
||||
|
||||
<!--#else -->
|
||||
Jeśli wpisałeś URL-a ręcznie, sprawdź, czy się nie pomyliłeś.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Objeto não encontrado!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
A URL requisitada não foi encontrada neste servidor.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
O link na
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">página
|
||||
referida</a> parece estar com algum erro ou desatualizado. Por favor informe o
|
||||
autor <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">desta
|
||||
página</a> sobre o erro.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Se você digitou o endereço (URL) manualmente,
|
||||
por favor verifique novamente a sintaxe do endereço.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Método não permitido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O método <!--#echo var="REDIRECT_REQUEST_METHOD" --> não
|
||||
é permitido para o URL pedido.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Obiectul nu a fost gasit!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
URL-ul cerut nu a fost gasit pe acest server.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Link-ul de pe
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina
|
||||
de unde ati venit</a> pare a fi gresit sau invechit. Va rugam informati autorul
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">acestei pagini</a>
|
||||
despre eroare.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Daca ati introdus URL-ul manual, va rugam verificati
|
||||
corectitudinea si incercati din nou.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Объект не найден!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Запрашиваемый ресурс не найден.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Ссылка на
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">странице
|
||||
</a> неверна или устарела. Пожалуйста, сообщите автору
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">этой страницы</a>
|
||||
об ошибке.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Если Вы ввели адрес данного ресурса вручную, пожалуйста, удостовертесь,
|
||||
что в написании адреса нет ошибок.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Објекат није пронађен!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Захтевани УРЛ није пронађен на овом серверу.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Изгледа да је веза на
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">исходишној
|
||||
страници</a> погрешна или застарела. Молимо обавестите аутора
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">те странице</a>
|
||||
о грешци.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Уколико сте УРЛ унели ручно, молимо проверите могуће
|
||||
грешке и пробајте поново.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Objektet hittas ej!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den efterfrågade adressen hittades inte på denna server.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
Länken på den
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">tidigare sidan</a>
|
||||
verkar vara felaktig eller inaktuell. Vänligen informera författaren av
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">sidan</a>
|
||||
om felet.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
Om du skrev in adressen manuellt så kontrollera din stavning och
|
||||
försök igen.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Nesne mevcut değil!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Talep ettiğiniz URL, sunucu üzerinde bulunmuyor.
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">İstek yapılan sayfa</a>
|
||||
üzerindeki bağlantı güncel değil. Lütfen <a href="<!--#echo encoding="url"
|
||||
var="HTTP_REFERER" -->">sayfa</a> yazarını hata hakkında bilgilendirin.
|
||||
|
||||
<!--#else -->
|
||||
|
||||
URL'yi elle girdiyseniz, yazdıklarınızı gözden geçirip yeniden deneyin.
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="找不到对象!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您请求的 URL 在该服务器上未找到。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
您的<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">来源页面</a>上的链接可能出错或过期。
|
||||
请将错误通知给<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">该页面</a>的作者。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
如果您是手动输入的 URL ,请检查拼写并重试。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="找不到物件!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
您請求的 URL 在該伺服器上未找到。
|
||||
|
||||
<!--#if expr="-n v('HTTP_REFERER')" -->
|
||||
|
||||
您的<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">來源頁面</a>上的連結可能出錯或過期。
|
||||
請將錯誤通知給<a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">該來源頁面</a>的作者。
|
||||
|
||||
<!--#else -->
|
||||
|
||||
如果您是手動輸入的 URL ,請檢查拼寫並重試。
|
||||
|
||||
<!--#endif -->
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
254
database/apache/error/HTTP_NOT_IMPLEMENTED.html.var
Normal file
254
database/apache/error/HTTP_NOT_IMPLEMENTED.html.var
Normal file
@@ -0,0 +1,254 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Nelze zpracovat požadavek!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Server nepodporuje akci požadovanou prohlížečem.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Anfrage nicht ausführbar!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Die vom Browser angeforderte Aktion wird vom Server
|
||||
nicht unterstützt.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Cannot process request!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The server does not support the action requested by the browser.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡No se puede procesar la petición!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
El servidor no soporta la acción
|
||||
solicitada por el navegador.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="La requête ne peut être effectuée!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Le serveur n'est pas en mesure d'effectuer l'action
|
||||
demandée par le navigateur.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Iarratais dophróiseáilte!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Níl tacaíocht ag an fhreastalaí don gníomh
|
||||
atá á iarraidh ag an mbrabhsálaí.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="La richiesta non può essere soddisfatta!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Il server non supporta il tipo di azione richiesta dal browser.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Cannot process request!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
ブラウザの要求したアクションは、サポートしていません。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="요청 처리 실패!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
브라우저가 보낸 요청을 이 서버가 지원하지 않습니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Kan vraag niet verwerken!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
De server ondersteunt de actie, gevraagd door de browser, niet.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Kan ikke behandle forspørsel!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Serveren støtter ikke den handlingen som ønskes utført av
|
||||
nettleseren.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Żądanie nieobsługiwane!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Ten serwer nie obsługuje żądania przesłanego przez przeglądarkę.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="A requisição não pode ser processada!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O servidor não suporta a ação requisitada pelo
|
||||
seu "browser".
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Não posso processar o pedido!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O servidor não suporta a acção pedida pelo
|
||||
<i>browser</i>.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Cererea nu poate fi procesata!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Serverul nu suporta actiunea ceruta de browser.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Запрос не может быть обработан!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Сервер не поддерживает возможностей, необходимых для обработки запроса.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Не могу да обрадим захтев!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Сервер не подржава акцију коју је читач захтевао.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Kan ikke utf!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Servern stödjer inte den handling som önskades
|
||||
av webbläsaren.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="İstek yerine getirilemiyor!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Sunucu, tarayıcı tarafından istenen eylemi desteklemiyor.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="无法执行请求!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
服务器不支持浏览器请求的动作。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="無法執行請求!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
伺服器不支援瀏覽器請求的動作。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
257
database/apache/error/HTTP_PRECONDITION_FAILED.html.var
Normal file
257
database/apache/error/HTTP_PRECONDITION_FAILED.html.var
Normal file
@@ -0,0 +1,257 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Vstupní podmínka selhala!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Vstupní podmínka pro požadavek o zadané URL nesplnila pozitivní
|
||||
vyhodnocení.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Vorbedingung verfehlt!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Die für den Abruf der angeforderten URL notwendige
|
||||
Vorbedingung wurde nicht erfüllt.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Precondition failed!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The precondition on the request for the URL failed positive evaluation.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡Fallo en la pre-condicióon!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
No se ha evaluado positivamente la pre-condición
|
||||
de la petición para la URL.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Précondition négative!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
La précondition pour l'URL demandé a été
|
||||
évaluée négativement.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Theip ar réamhchoinníoll!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Theip meastóireacht an réamhchoinníoll
|
||||
don iarratais den URL.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Criteri di precondizione non soddisfatti!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
I criteri di precondizione per consentire l'invio dell'URL
|
||||
richiesto non sono stati soddisfatti.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Precondition failed!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
指定された URL へのリクエストにおける事前条件が満たされませんでした。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="주어진 조건 실패!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
미리 주어진 조건이 만족되지 않아서 URL 요청을 처리할 수 없습니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Startvoorwaarde niet voldaan!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Een startvoorwaarde werd niet voldaan bij verwerking van de vraag naar de URL.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="Nødvendig forutsetning ikke oppfyllt!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den nødvendige forutsetningen for forespørselen passerte ikke
|
||||
vurderingen med positivt resultat.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Niespełniony warunek!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Warunek wstępny dla URL-a nie został spełniony.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Falha de precondição!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
A condição necessária para a
|
||||
requisição da URL foi avaliada como falsa.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Pré-condição falhou!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
A condição necessária ao pedido do URL
|
||||
foi avaliada com resultado negativo.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Precondition failed!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Preconditionarea pentru cererea URL-ului nu a fost evaluata pozitiv.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Условие ложно!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Условие в запросе к данному ресурсу не было выполнено.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Предуслов није испуњен!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Предуслов за захтев УРЛ-а није испуњен.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="Nödvändig förutsättning misslyckades!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Den nödvändiga förutsättningen för
|
||||
adressförfrågan passerade inte utvärderingen
|
||||
med acceptabelt resultat.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="Önkoşul sağlanamadı!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
URL talebinin önkoşulu olumlanamadı.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="先决条件不成立!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
对该 URL 发送的请求,包含的先决条件不成立。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="先決條件不成立!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
對該 URL 發送的請求,包含的先決條件不成立。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
282
database/apache/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
Normal file
282
database/apache/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
Normal file
@@ -0,0 +1,282 @@
|
||||
Content-language: cs
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------cs--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="cs"
|
||||
--><!--#set var="TITLE" value="Požadovaná entita je příliš velká!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
nedovoluje přenos dat nebo objem dat
|
||||
přesahuje kapacitní limit.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------cs--
|
||||
|
||||
Content-language: de
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------de--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="de"
|
||||
--><!--#set var="TITLE" value="Übergebene Daten zu groß!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Die bei der Anfrage übermittelten Daten sind für
|
||||
die <!--#echo var="REDIRECT_REQUEST_METHOD" -->-Methode
|
||||
nicht erlaubt oder die Datenmenge hat das Maximum überschritten.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------de--
|
||||
|
||||
Content-language: en
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------en--
|
||||
<!--#set var="TITLE" value="Request entity too large!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
The <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
method does not allow the data transmitted, or the data volume
|
||||
exceeds the capacity limit.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------en--
|
||||
|
||||
Content-language: es
|
||||
Content-type: text/html
|
||||
Body:----------es--
|
||||
<!--#set var="TITLE" value="¡La entidad solicitada es demasiado grande!" -->
|
||||
<!--#include virtual="include/top.html" -->
|
||||
|
||||
El método <!--#echo var="REDIRECT_REQUEST_METHOD"-->
|
||||
no permite transmitir la información, o el
|
||||
volumen de la información excede los límites
|
||||
de capacidad del mismo.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------es--
|
||||
|
||||
Content-language: fr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------fr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="fr"
|
||||
--><!--#set var="TITLE" value="Volume de la demande trop grand!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
La méthode <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
n'autorise pas le transfert de ces données ou bien le volume
|
||||
des données excède la limite de capacité.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------fr--
|
||||
|
||||
Content-language: ga
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ga--
|
||||
<!--#set var="TITLE" value="Iarratais ar aonán rómhór!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Ní ligeann an modh <!--#echo var="REDIRECT_REQUEST_METHOD" --> an
|
||||
tarchur sonraíocht tríd, nó tá an méid
|
||||
sonraíocht breis ar an teoireann cumas.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ga--
|
||||
|
||||
Content-language: it
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------it--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="it"
|
||||
--><!--#set var="TITLE" value="Richiesta troppo grande!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Il metodo <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
non consente di trasferire dati, oppure la quantità di dati
|
||||
richiesti è eccessiva.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------it--
|
||||
|
||||
Content-language: ja
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ja--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ja"
|
||||
--><!--#set var="TITLE" value="Request entity too large!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD"-->
|
||||
メソッドがデータの送信を許可していないか、
|
||||
データ量が許容量を超えています。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ja--
|
||||
|
||||
Content-language: ko
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ko--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ko"
|
||||
--><!--#set var="TITLE" value="너무 긴 요청!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo encoding="none" var="REDIRECT_REQUEST_METHOD"--> 방식의
|
||||
요청으로는 내용을 보낼 수 없거나, 또는 보내온 내용이 그 방식에서 허용하는
|
||||
최대 길이를 넘었습니다.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ko--
|
||||
|
||||
Content-language: nl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nl"
|
||||
--><!--#set var="TITLE" value="Volume van gevraagde entiteit te groot!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Het <!--#echo var="REDIRECT_REQUEST_METHOD" --> type methode laat niet toe
|
||||
data te versturen of het datavolume is groter dan maximaal toegelaten.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nl--
|
||||
|
||||
Content-language: nb
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------nb--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="nb"
|
||||
--><!--#set var="TITLE" value="For stor enhet i forspørsel!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden tillater ikke
|
||||
de sendte data eller så overskrider datamengenden
|
||||
kapasitetsbegrensningen.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------nb--
|
||||
|
||||
Content-language: pl
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------pl--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pl"
|
||||
--><!--#set var="TITLE" value="Żądany obiekt zbyt duży!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
nie zezwala na typ przesyłanych danych lub rozmiar danych przekracza
|
||||
ustalony limit.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pl--
|
||||
|
||||
Content-language: pt-br
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:-------pt-br--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="pt-br"
|
||||
--><!--#set var="TITLE" value="Volume da dados muito grande!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
não permite a transmissão dos dados,
|
||||
ou o volume de dados excede a capacidade limite.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
-------pt-br--
|
||||
|
||||
Content-language: pt
|
||||
Content-type: text/html; charset=ISO-8859-1
|
||||
Body:----------pt--
|
||||
<!--#set var="TITLE" value="Volume de dados demasiado grande!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
O método <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
não permite todos os dados que foram transmitidos,
|
||||
ou o volume de dados excede o limite da capacidade.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------pt--
|
||||
|
||||
Content-language: ro
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ro--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="ro"
|
||||
--><!--#set var="TITLE" value="Entitate ceruta prea mare!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
nu permite transmiterea datelor, sau volumul de date
|
||||
depaseste limita capacitatii.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ro--
|
||||
|
||||
Content-language: ru
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------ru--
|
||||
<!--#set var="TITLE" value="Размер запроса слишком велик!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
Тип передаваеиых данных запрещён методом <!--#echo var="REDIRECT_REQUEST_METHOD" -->,
|
||||
или размера тела запроса слишком велик.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------ru--
|
||||
|
||||
Content-language: sr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sr"
|
||||
--><!--#set var="TITLE" value="Request entity too large!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
||||
метод не дозвољава пренос ових података, или количина података
|
||||
премашује ограничења могућности.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sr--
|
||||
|
||||
Content-language: sv
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------sv--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="sv"
|
||||
--><!--#set var="TITLE" value="För stor enhet vid förfrågan!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> metoden tillåter
|
||||
inte den skickade datan eller så överskrider datavolymen
|
||||
kapacitetsnivån.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------sv--
|
||||
|
||||
Content-language: tr
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------tr--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="tr"
|
||||
--><!--#set var="TITLE" value="İstenen öğe çok büyük!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> yöntemi ya veri aktarımına
|
||||
izin vermiyor ya da veri hacmi işlenemeyecek kadar büyük.
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------tr--
|
||||
|
||||
Content-language: zh-cn
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-cn--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-cn"
|
||||
--><!--#set var="TITLE" value="请求体过大!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法不允许传输数据,或数据量超过容量限制。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-cn--
|
||||
|
||||
Content-language: zh-tw
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Body:----------zh-tw--
|
||||
<!--#set var="CONTENT_LANGUAGE" value="zh-tw"
|
||||
--><!--#set var="TITLE" value="請求體過大!"
|
||||
--><!--#include virtual="include/top.html" -->
|
||||
|
||||
<!--#echo var="REDIRECT_REQUEST_METHOD" --> 方法不允許傳輸資料,或資料量超過容量限制。
|
||||
|
||||
<!--#include virtual="include/bottom.html" -->
|
||||
----------zh-tw--
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user