Notepad) to edit the Apache configuration file (usually C:/Program Files/apache group/apache2/conf/ httpd.conf):
At the end of the configuration file, add the following lines:
DAV SVN
Svnlistparentpath on
Svnparentpath D:/SVN
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile Svnaccessfile
Require Valid-user
This configuration tells Apache that all of your subversion repositories are physically loc
Tags: lampSystem Installation Reference CentOS 6.7 x64 minimized installationUse the modified Oneinstack Tool Installation apache2.4.18/php5.6.20/mariadb10.1.13Tool Download:junlins_lnampWhat to modify:
Add apache-2.4.sh compilation parameters [--enable-dav--enable-dav-fs--enable-maintainer-mode]
Modify the Imagemagick_version version in apps.conf and imagemagick.sh to imagemagick_version=6.4.9
is turned on, shut down the firewall, or 80 port release, the network can access the# Process Detection [[emailprotected]~]#psaux|grephttpdroot 256750.00.252802148? ss12:300:00/usr/local/apache2/bin/httpd -kstartdaemon256760.00.15280 1548?S12:30 0:00/usr/local/apache2/bin/httpd-kstartdaemon256770.0 0.152801548?s 12:300:00/usr/local/apache2/bin/httpd-kstartdaemon 256780.00.152801548? s12:300:00/usr/local/apache2/bin/httpd-k startdaemon256790.00.152801548? s12:300:00/usr /local/apache2/bin/httpd-
1. IntroductionSubversion is a free, open source version control system, which is like an ordinary file server, but it can record every change in files and directories. This makes it possible to revert to the previous version in a very good way and to see the details of the data changes. Currently, subversion has become one of the mainstream open source code version management software, referred to as SVN.2, SVN related commands to understandSVN: Command line ClientSvnadmin: Tools for creating,
-awww--G subversion-a QuickThen create the SVN root directory, where SVN's root directory is/HOME/SVN.sudo mkdir/home//home/svnStart to create your own knowledge base.-R root:subversion promanage// requiredfor www-$sudo chmod-r g+rws promanage //$ sudo svnadmin create/home/svn/promanage 3. Configure SVN access modeThere are several ways to access the Subversion file repository, where you access the SVN file repository via the WebDAV protocol, and you need to configure Apache to a
These days have been building svn, online search for a lot of information, no one is complete, so I have to organize a copy of the installation manual, recorded, the first is to make a note to yourself, the second is to give you a reference.The following is a simple directory description:Subversion Directory Description:*dav directory: is to provide Apache and MOD_DAV_SVN use of the directory, let them store internal data*db Directory: All version-con
variable-> system variable, find path to paste";d: \svn;d:\svn\bin "(without quotes) to the end of path. So detailed?! If still do not have, the following don't look, hehe "
Second, installation settings Apache
Double-click the installation to the next step.
Copy mod_dav_svn.so and mod_authz_svn.so two files from the D:\svn\bin directory to modules under the Apache installation directory.
Open the httpd.conf configuration file in the Conf folder under the Apache installation directory and l
, Libeay32.dll, Ssleay32.dll to the Apache installation directory under the Modules folder.
2, configure the Apache installation directory of the Conf folder under the httpd.conf file, find
#LoadModule Dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so Remove #, and then add two lines under these two lines
LoadModule Dav_svn_module modules/mod_dav_svn.so
LoadModule Authz_svn_module modules/mod_authz_svn.so
And after the last line is added
.el5_3.1Dependency installed:apr-devel.i386 0:1.2.7-11.el5_3.1 apr-util-devel.i386 0:1.2.7-7.el5_3.2Ruby-libs.i386 0:1.8.5-5.el5_3.7complete!
Yum installed here, only need to modify a few configuration files can be used (just use), here I choose svnserver this kind of management method, why?Because the setup is simple, faster than WebDAV, do not need to establish a system account, will not transfer passwords in the network!Of course, before we set up a repository, we can use the follo
message under itLoadModule dav_module modules/mod_dav.soLoadModule dav_svn_module modules/mod_dav_svn.soDAV svnSVNPath /var/svndata/repo1AuthType BasicAuthName "Subversion repos"AuthUserFile /etc/httpd/svn.htpasswdAuthzSVNAccessFile /var/svndata/repo1/conf/authzRequire valid-userThe relevant configuration explains DAV SVN that uses the MOD_DAV_SVN module SVNPATH/VAR/SVNDATA/REPO1 to represent your warehouse address, Note Because I have only one wareh
start E:\subversion\bin\ Svnserve.exe. Because the submission is handled via the Apache DAV module, not by Svnservice. )。 We know by using TORTOISESVN client authentication.Obviously most of the occasions this is not in line with demand. So how do you set the permissions, Apache provides the basic permissions settings:Four, authentication option1. Basic HTTP AuthenticationThe simplest method of client authentication is to authenticate a user by using
.
Can't read
2. The Copy-modify-merge Solution c-m-m
Create a local copy
Independent to make independent changes
Merge all the copies together at the end
The system will merge the files not all can be automatic, conflict must be human communication
Eight, Repository URLs
You can access data in several ways, via network addresses
file:///
http://Apache
https://SSL Encryption
svn://
Commonly used is HTTP and HTTPS, they have a major advantage is to cross the firewall
Installation theory
. Administrators use these guidelines to determine the cause of the search problem reported by the user.
Language settings for a single message
The language settings of a single message affect indexing behavior in the following ways:
If the message is a MAPI message, it has a zone ID attribute, and the Full-text index uses that value to determine which word breaker to use. This property value is from the Office language settings on the client computer. If the Full-text index cannot find a
, different versions of the warehouse to create different folders, such as:sudo svnadmin create/home/svn/projectOriginally/home/svn/project This directory under Nothing, execute the following command to look again, more than a few files and folders, we need to operate the Conf folder, this folder has a file, called passwd, used to store user name and password.Then authorize this version of the warehouse directory to Apache Read and write:sudo chown-r www-data:www-data/directory AddressThen come
permissions for all files newly added to the file warehouseView permissions and user and group information for txn-current-lock filesLs-l/home/svn/myproject/db/txn-current-lockSystem hint:-rw-rwsr--1 root subversion 0 2011-01-25 17:47/home/svn/project/db/txn-current-lockStep Fourth: Access the Library by commandsudo svn co file://lodalhost/home/svn/project//first method, knowing the host name withsudo svn co file:///home/svn/project//The second method, when unsure of the host's life, uses a fil
-2.2.11/./Configure--prefix=/Usr/Local/Apache2--enable-rewrite=shared--enable-dav=shared--enable-so --with-apr=/Usr/Local/Apr/Bin/apr-1-config--with-apr-util=/Usr/Local/Apr/Bin/apu-1-configMake Sudo Make InstallSudo Apt-get InstallLIBXML2 Libxml2-devTar -zxfNeon-0.28.4.tar.gz-C../Builds/ Tar -zxfZlib-1.2.3.tar.gz-C../Builds/ Tar -zxfExpat-2.0.1.tar.gz-C../Builds/ Tar -zxfSubversion-1.6.2.tar.gz-C../Builds/ Mkdir../Builds/subversion-1.6.2/Sqlite-amalga
I am blind, inaccurate, these words are better than any other meaning, I listed basically only MS definition, such as the IDE, PDC, etc.
ID, abbreviation, full name, Chinese meaning
1,ace,access-control entry, Access control entries
2,acl,access controls list, access control lists
3,ado,active data Objects, active object
4,adsi,active Directory Service interfaces, Active Directory Services Interface
5,asp,active Server page, active Services pages
6,asps,active Server page script, active service
nginx_1.6.2.orig.tar.gzPpa:nginx/stable offers multiple Nginx available packages: Common, light, full, extras. When the Apt-get install-y Nginx is executed, the full version is installed.
The light is less than the common--without-* option package.
Edit the/opt/rebuildnginx/nginx-1.6.2/debian/rules file to add a third-party module.
Full_configure_flags: = \$ (common_configure_flags) \--with-http_addition_module \--with-http_dav_module \--with-http_geoip_module \--with-http_gzip_static_module
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.