linux apache的httpd

Posted 王丽松

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux apache的httpd相关的知识,希望对你有一定的参考价值。

1.安装:yum -y install httpd

   查找:whereis httpd

2.启动:service httpd start

   在windows地址栏输入ip地址,端口默认80

3.cd /var/www/html

   echo "hello apache" > index html

    ll

   mv index html demo html

4.cd /etc/httpd

  pwd

  ll

  httpd]:ll conf

  httpd]:ll conf.d

 httpd]:vi /conf/httpd.conf

配置文件:listen :端口:80

             document root:站点目录

             servername:主机名,域名

            directory:配置站点目录参数

            directory index:配置站点目录,默认首页

            errorlog:错误日志

            customlog:访问日志

            virtual host:虚拟主机配置节

5.创建目录:mkdir /var/www/baseip1

                 ....................../baseip2

                 ....................../port 81

                 ....................../port 82

                ......................./school

                ......................./person

6.conf.d]:vi virtual

              base  :id

              base:port

              base:domain

 

以上是关于linux apache的httpd的主要内容,如果未能解决你的问题,请参考以下文章

linux重启apache无反应

linux怎样修改apache预设网站的目录

linux apache 2.4.17怎么安装

windows linux如何安装多个apache

apache_conf [linux:.htaccess] apache的htaccess说明。 #linux #apache

linux apache 配置文件在哪