Of course, you can also use the source method to install Apache, about Apache source code installation can refer to the "mud: the source of Apache installation."
After the Apache installation is complete, we will start Apache. As follows:
/ETC/INIT.D/HTTPD start
wget
apache tomcat server. We will now be directed to the following page,
On this page, we can click the corresponding tag to access the "Manager" and "Host Manager" pages. After clicking any tag, we will be asked to perform authentication to access this page. We need to enter the creden for accessing the page we set earlier,
For more Tomcat tutorials, see the following:
Install and configure the Tomcat environment in CentOS 6.6
Install JDK + Tomcat in R
Install apache in Linux source code and solve common errors.
Original document location
1. Compile and install apache
1. Resolve Dependencies
The httpd-2.4.4 needs a newer version of apr and apr-util, so it needs to be upgraded in advance.
There are two upgrade Methods: One is through source code compilation and installation, and the other is to directly upgrade
Install apache in Linux source code and solve common errors1. Compile and install apache 1. Resolve dependency httpd-2.4.4 requires a newer version of apr and apr-util, so it needs to be upgraded in advance. There are two upgrade Methods: One is through source code compilation and installation, and the other is to directly upgrade the rpm package (Be careful! Be
In linux, apache provides an in-depth description of how to configure virtual hosts with multiple ports. By default, the default document directory used by apache in linux is: varwww default port is: 80. if you want to publish your own system resource directory, you can use the following method, run
The default documen
This article provides a detailed analysis of how to configure a virtual host using multiple ports in apache in linux. For more information about how to use apache in linux by default
The default document directory is/var/www.
Default Port: 80
To publish a System Resource Directory, run the following command:
(1) add a
This article provides a detailed analysis of how to configure a virtual host using multiple ports in apache in linux. For more information, see
This article provides a detailed analysis of how to configure a virtual host using multiple ports in apache in linux. For more information, see
By default
The default docu
Mod_expires.cç is built into Apache in the form of DSOLl/application/apache2.2.25/modules/mod_expires.soç Check Mod_expires
(3) A case of mod_expires DOS installation errorNote: If you compile the mod_expires using the. config method, and install the Mod_expires module in the same way as DSO, check that the rain method of Apache will show the following error message: (You can annotate the module
PHP+MONGODB Development Environment Construction (linux+apache+mongodb+php)
I. Preparing the Linux environment (turn off Selinux,iptables, configure initialization operations such as IP)
Two. Prepare the software:
1. Apache: can be installed with Yum, you can also download the source code compilation.
2. MongoDB: Now
Linux Background Server development environment Deployment configuration
Introduction
Background
As the company's internet business continues to grow, the development environment becomes more complex, and the configuration document is specially crafted to facilitate a unified server-side development and deployment environment.
Using the Software
CentOS 6.3 (Linux version 2.6.32-279.el6.x86_64)
GCC (gcc) 4
Complete the SSL (Secure Socket Layer) Certificate Service through Linux + Apache + OpenSSL, and provide secure HTTPS (Hypertext Transfer Protocol over Secure Socket Layer) services.
Device SSL
1. device OpenSSL
Tar-zxvf openssl-0.9.8a.tar.gz
CD openssl-0.9.8a
./Configure
Make
Make install
The OpenSSL device is in the/usr/local/SSL directory.
2. install Apache
T
One: Install JDKDownload the JDK and put it into the/usr/local directory:[[Email protected] ~] #chmod 755 Jdk-6u5-linux-x64.bin[Email protected] ~]#./jdk-6u5-linux-x64.bin[[Email protected] ~] #mv jdk1.6.0_05/usr/localEstablishing a JDK soft connection under/usr/local/facilitates later version upgrades:[Email protected] ~]# ln-s/usr/local/jdk1.6.0_05//usr/local/jdkTo configure environment variables:At the e
file under the/conf directory of the Apache installation directory. mod_jk generally uses the ajp13 protocol for connection and uses Tomcat port 8009.
Edit the httpd. conf file
# Vi/CONF/httpd. conf
Add the following lines to the end of the file:
LoadModule jk_module modules/mod_jk-1.2.23-apache-2.2.x-linux-i686.soJKWorkersFile conf/workers.propertiesJkLogFile
This document describes how to manually install Apache + MySQL + PHP + Memcached + Nginx on Linux (centOS ).
========================= Step 1: install Apache (updated to 2.2.x) ==============================
Step 1: install Apache (updated to 2.2.x)
==============================
Download
Compile and install Apache httpd 2.4 in Linux
Apache is the world's No. 1 Web server software. It can run on almost all widely used computer platforms. Because of its wide use of cross-platform and security, it is one of the most popular Web server software. The current Apache version is 2.4. This document describes ho
Next we will introduce how to configure FTP, Apache, and MySQL after installing Linux in VPs.
1. FTP Server Configuration
1. First, vsftp has been installed on the server.2. You can directly log on to the server and use the adduser command to set an FTP account. Specific command: useradd ABC-D/var/WWW;/var/WWW is the file path uploaded by the specified FTP.3. Use the passwd command to set the FTP accoun
Install and configure LAMP (Linux + Apache + MySQL + PHP) in Centos. For more information about LAMP, see Baidu Google, today, we will introduce how to install a web server in Centos. First, let's talk about my host and network environment: the host system is win7, the virtual machine is installed under win7, And the Centos is in the virtual machine. The Network Mode of virtual machines is NAT, and the host
Linux Background Server development environment Deployment configurationIntroductionBackgroundAs the Internet business continues to grow. The development environment is becoming more complex, and the configuration document is specially crafted to facilitate a unified server-side development deployment environment.Using the SoftwareCentOS 6.3 (Linux version 2.6.32-279.el6.x86_64)GCC (gcc) 4.4.6 20120305 (Red
Installation System: redhat linux as 4 2.6.9Install apacheI installed apache2.Download, decompress, compile, and install the SDK online
./Configure -- prefix =/usr/local/apache -- enable-so -- with-mpm = worker
Make install
-- With-mpm = worker: worker is a brand new MPM model in 2.x that supports multi-thread and multi-process mixing. Because threads are used for processing, a relatively large number of
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.