The Apache configuration files in Ubuntu are a little different from those in Solaris and FreeBSD, but they are essentially the same. Sometimes I wonder how many tricks this software can make on different platforms. The basic situation of apache2 in Ubuntu is as follows:The default site is at/var/www/The configuration file is in/etc/
Installing Apache2sudo Install apache2Installing OpenSSLGeneral system comes with, can be viewed through OpenSSL version, if not,sudo Install OpenSSLCreate a DirectoryCreate a directory that is named SSLsudo mkdir /etc/apache2/sslCreate a self-signed vouchersudo 365 -newkey RSA:2048 -KEYOUT/ETC/APACHE2/SSL/APACHE.KEY-OUT/ETC/
By high-profile [Google: Debian apache2-SSL] Pointing: After trying, it was completed at last night. please correct me.
Apache2 + SSL configuration method in Debian
By high-profile [Google: Debian apache2-SSL] Pointing: After tr
I. Installation
1. Install OpenSSL (http://www.openssl.org)
./Configure
Make
Su
Make install
2. Install mod_ssl
Apache2 has built-in mod_ssl, so you only need to add parameters during compilation:
-- Enable-SSL = static -- With-SSL =/usr/local/SSL
Explanation:
Compile mod_ssl statically before it can be used normally.
Windows configuration Apache2.x+ssl Experience 2006-08-29 14:58
These days busy research to the Apache Configuration SSL protocol to provide support for HTTPS, the network gives a lot of configuration methods, but most of it belongs to the Apache1.3.37 version. Tried n times to fail, and referencing the TORTOISESVN help document was unsuccessful. Thes
Detailed configuration process of Apache2 + php4.3.6 + MySQL4.0.20 + SSL:
First install and put all the required files under the root directory:
1. MySQL-client-4.0.20-0.i386.rpm
2. MySQL-server-4.0.20-0.i386.rpm
3. httpd-2.0.49.tar.gz 4. php-4.3.6.tar.gzTo install MySQL, follow these steps:#> Rpm-Uvh MySQL-server-4.0.20-0.i386.rpm#> Rpm-Uvh MySQL-client-4.0.20-0.i386.rpm#> Mysql_install_db initializes the
For detailed configuration process of Apache2 + php4.3.6 + MySQL4.0.20 + SSL, first install and put all required files under the root directory. for details, install MySQL first. the procedure is as follows: # rpm-UvhMySQL-server Apache
Detailed configuration process of Apache2 + php4.3.6 + MySQL4.0.20 + SSL
First in
Apache2+php4.3.6+mysql4.0.20+ssl Detailed configuration process:
First install the required files into the root directory:
1. mysql-client-4.0.20-0.i386.rpm
2. mysql-server-4.0.20-0.i386.rpm
3. httpd-2.0.49.tar.gz 4. Php-4.3.6.tar.gz
Let's install MySQL first, as follows:
# >RPM–UVH mysql-server-4.0.20-0.i386.rpm
# >RPM-UVH mysql-client-4.0.20-0.i386.rpm
# >mysql_install_db (Initialization of the da
Apache2 ssl two-way authentication read a lot of information online, not a relatively complete, now the configuration is successful, write a record. Environment: linux (ubuntu) + openssl + apache2 1. First, switch to the apache directory, create a CA folder sudo mkdir CA sudo chmod 777 CA 2, and then go to the CA folde
Apache|mysql|php5|web China It power, the latest and most complete it technology Tutorials Latest 100 | Recommended 100 Articles | Topic 100 Articles | List | Search |Online API Document Home |Program Development |Operating System |Software Application |Graphic image |Network Applications |Refined Literature |Education Certification |Unfinished articles | Technical discussion ASP JS PHP engineering asp.net website Construction UML j2eesun. NET VC VB VFP Network Maintenance database DB2 SQL2000 O
Install Apache2 + PHP5 + MySQL + Resin + SSL + GD + weba on RedhatAS3.0. Install Apache2.0.50 + MySQL + PHP5 + Resin + SSL + GD and webalizer on RedhatLinuxAS3.0, and install Apache2.0.50 + MySQL + PHP5 + Resin + SSL + GD and the log analysis tool (webalizer) on RedhatLinuxAS3.0. copyright disclaimer: this article can
RedhatLinuxAS3.0 Install APACHE2.0.50+MYSQL+PHP5+RESIN+SSL+GD and log Analysis tool (Webalizer) copyright notice: This article can be reproduced arbitrarily, please keep the integrity of the article, The original source of the article and the author's information and this statement are indicated by hyperlinks. Original source: [url]http://www.troyoo.com/article/04/07/19/171145.shtml[/url][color=red:f9cb90d4d4]http://www.troyoo.com /ARTICLE/04/07/19/
Under Windows, Apache's configuration file is usually only one, which is httpd.conf. But when I installed Apache2 with the Apt-get install apache2 command on Ubuntu Linux, I found that its httpd.conf (located in the/etc/apache2 directory) was empty. It turns out that the configuration file for Ubuntu's Apache software
Install apache2To execute the install command in terminal:sudo Install apache2Then, we can find the Apache2 have been installed in "/etc/" directory.[Email protected]:cd/etc/Apache2[email protected]:/etc/apache2$ Apache2-Versionserver Version:apache/2.4.7(Ubuntu) Server buil
Query the various sacred, further understand the Apache2 configuration file under Ubuntu, but it cannot solve the problem. The reason I finally found was that I was not surprised by ldquo; file path error rdquo ;. Forecast details, which will be explained tomorrow! Based on this article, let's take a closer look at the settings of apache2 in
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.