./config--prefix=/usr/local/openssl
Make make install
Yum Install Openssl-devel-y
V. Installation of Apache
wget http://apache.dataguru.cn/httpd/httpd-2.4.23.tar.gz
TAR-ZXVF httpd-2.4.23.tar.gz
CD httpd-2.4.23
./configure--prefix=/usr/local/apache--enable-so--enable-dav--enable-dav-fs--enable-ssl-- Enable-maintainer-mode--with-apr=/usr/local/apr--with-apr-util=/usr/lo
Scenario 1:HTTPD Server is not able to compile with the following error:configure: error: in `/opt/httpd-2.2.19/srclib/apr‘:configure: error: no acceptable C compiler found in $PATHSee `config.log‘ for more details.configure failed for srclib/aprreason : Missing C editor, such as GCC or gcc+.solution : Download the GCC compiler and compile it.Scenario 2 Apache cannot compile with the make command to show that the process already exists.Error:make is isn't able to compile the codecause : Make can
with the Instrument editor and add the following lines to the end of the file:
DAV SVN
Svnparentpath/absolute/path/to/repository
The path specified after the Svnpath is the absolute path to the file library, assuming that the path that our repository actually holds is d:/svn/repository, then the content to add to the httpd.conf is:
DAV SVN
Svnparentpath D:/SVN
This means that anyone can acces
directory, SVN creates multiple folders, such as Conf,dav,db, and so on.
Add user
Enter the D:\svn\repository\conf folder, edit the svnserve.conf file, remove password-db = passwd before the annotation symbol # (there is no white space before), indicating that the password is obtained from the passwd.
Then edit the passwd file and add the user name under [users], such as the following:
Copy Code code as follows:
[Users]
# Harry =
Today, configure the test server, and finally finished SVN, visit when there are OPTIONS of Http://url OK error.
Cut the crap and tell everyone how I solved it:
My profile was written incorrectly, and I wrote:
DAV svn Svnlistparentpath on svnparentpath/svn authtype Basic authname Chinaemba test Repos " authmysqlenable on authmysqluser authuser Authmysqlpassword " Emba201003china " authmysqldb auth authmysqlusertable user Authm
Tags: problem solving php Figure Solution Rest Library mysqli 3.3 installationThere is no MySQL option: Thought first thought httpd: Some questions will be reflected in the log: # tail-f Error_log PHP warning:php startup:unable to load Dynamic Library '/usr/lib64/php/modules/pdo_mysql.so '-lib Mysqlclient.so.16:cannot open Shared object file:no such file or directory in Unknown on line 0 [Fri 26 19:33:13 201 7] [notice] apache/2.2.15 (Unix) DAV/2 ph
the following line in the httpd.conf, if the module file existsLoadModule Headers_module modules/mod_headers.soModify the Apache master configuration file httpd.conf, add the following:LoadModule encoding_module modules/mod_encoding.soheader Add Ms-author-via "DAV" Encodingengine onnormalizeusername Onsetserverencoding gbkdefaultclientencoding UTF-8 GBK gb2312addclientencoding "(Microsoft. * DAV $)" UTF-8
Parameters[Root @ localhost src] # cd httpd-2.2.4[Root @ localhost httpd-2.2.4] #. /configure -- prefix =/usr/local/apache2 -- enable-so -- enable-rewrite = share -- enable-proxy-ajp = share -- enable-dav = share -- enable-dav-fs# Note:-- Prefix =/usr/local/apache2Set the CentOS Apache installation directory. Here, it is set to be installed in/usr/local/apache2. If you want to uninstall or upgrade CentOS A
.tar.gz
For Apache2
# Cp mod_encoding.c.apache2.20020616/usr/local/mod_encoding-20021209/mod_encoding.c
# Cd mod_encoding-20021209/lib
#./Configure
# Make
# Make install
# Vi/etc/ld. so. conf
Add/usr/local/lib at the bottom to save and exit.
# PATH = "$ PATH:/sbin"
# Ldconfig
# Cd/usr/local/mod_encoding-20021209
#./Configure -- with-apxs =/www/bin/apxs -- with-iconv-hook =/usr/local/include
Modify/www above to your Apache installation directory
# Make
# Ls? L
Check whether the mo
create the project directory. First, create a C and enter C, run the svnadmin create/home/svnad/ C command. (I have tried to create svnadmin create -- fs-type fsfs/home/svnroot/repository/test, no difference found at the moment) create a reposityory, after which the C Directory should have the following content:
Conf dav db format hooks locks README.txt
You can configure user permissions and users in conf. User Permissions are basically the same as t
install apache2apt-get install libapache2-svn
3. Integration of Apache and Subversion
View the/etc/apache2/mod-enabled/dav_svn.load file. The dynamic libraries mod_dav_svn.so and mod_authz_svn.so indicate that apache has loaded the Subversion access control module. If not, add it manually.
Edit the/etc/apache2/mod-enabled/dav_svn.conf file and add the following content at the end:
DAV svnSVNParentPath /home/svnAuthType BasicAuthName "Subversion
/--with-apr-util=/usr/local/apu/--enable-so--enable-dav--enable-maintainer-mode--enable-rewrite--enable-ssl--with-ssl=/usr/local/opensslSo we have to install the pcre (regular expression function library)Download the version I downloaded here directly to the official website is 8.36TAR-ZXVF pcre-8.36.tar.gzCD pcre-8.36MV Pcre-8.36/usr/local/pcre Direct copy to/usr/local./configure (Compile using gcc+, do not install yum-y installs gcc-c++)Make make i
connection sudo vi/usr/share/applications/eclipse. desktop
Add the following content
[Desktop Entry]/usr/local/share/eclipse/icon. xpm
Encoding = UTF-8
Name = Eclipse
Comment = Eclipse SDK
Exec =
Icon =
Terminal = false
Type = Application
Categories = Application; Development;
After saving, eclipse installation is completed. when installing some plug-ins, you must put path = xxx in linux and put it in links. However, you cannot use path = absolute path name on linux to make the installation tak
procedure is used to measure the relationship between TW and T with the naked eye.(3) Servo Ω value calculationGeneral Rudder set for 0.16--0.22 second/60 degrees;Take 0.2 seconds/60 degrees > > 1.2 seconds/360 degrees > > 0.617 seconds/185 degreesThen ω is 360 degrees/1.2 seconds, 2π/1.2 secondsΩ=300 Degrees/secThen the 185 degree rotation time is 185 degrees ÷ 360 degrees/1.2 seconds = 0.6167 seconds.(4) The double pendulum test is used to verify3. The definition of
version, take a look at this... III. building A Subversion server ==============================. setting up apache1. obtaining and installing Apache 2. 0... $ SVN Co/http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x httpd-2.0 Checkout the "APR" and "Apr-util" modules into the srclib/directory: $ CD httpd-2.0/srclib $ SVN Co/http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x APR $ SVN Co/http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x Apr-util at the top of the httpd-2.
If you need to accessExchangeServer. You can use the WebDAV protocol. The following are some references and examples.Exchange WebDAVFor more information about development, see MsdnThe following content:
Properties by namespace
Http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_nsproperties.asp
Exchange store SQL
Http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_ SQL _web_storage_system_ SQL .asp
WebDAV reference
Http://msdn.microsoft.com/l
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.