Analysis of Apache main configuration file

Source: Internet
Author: User

Apache originated from the NCSAHTTPD server, and has been modified several times to become one of the most popular Web server software in the world. Apache from the "a patchy server" pronunciation, meaning that the server is full of patches, because it is free software, so constantly someone to develop new features for it, new features, modify the original defects. Apache features simple, fast, stable performance, and can be used as a proxy server

The main features of Apache are that they can run all computer platforms, support the latest HTTP 1.1 protocol, simple and powerful file-based configuration, support Common Gateway interface CGI, support virtual hosts, and support HTTP authentication;

Integrated Perl scripting programming language. Integrated proxy server, customizable server log, support server-side include command (SSI) to support Secure Socket Layer (SSL) user session process tracking capability; Support FASTCGI;

Support for Java Servlets

Let's explore the features and implementation of the Apache main configuration file:

[Root@lyt ~]# mkdir/mnt/cdrom/

[Root@lyt ~]# mount/dev/cdrom/mnt/cdrom/

[Root@lyt ~]# cd/mnt/cdrom/server/

[Root@lyt server]# vim/etc/httpd/conf/httpd.conf #编辑httpd的主配置文件

[Root@lyt server]# service httpd start #只有启动httpd服务器之后才会显示父进程号 and does not reboot once httpd will display a different parent process number

[Root@lyt server]# vim/etc/httpd/conf/httpd.conf

[Root@lyt server]# PS aux |less #查看进程:

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.