第一句子网 - 唯美句子、句子迷、好句子大全
第一句子网 > Apache服务器中配置虚拟机办法 apache手册 apache教程 apache日志

Apache服务器中配置虚拟机办法 apache手册 apache教程 apache日志

时间:2021-03-23 23:40:19

相关推荐

Apache服务器中配置虚拟机办法 apache手册 apache教程 apache日志

后端开发|php教程

Apache

后端开发-php教程

新浪微博虚拟机开发配置步骤及介绍。

1、由于后面虚拟机中需要用到Rewrite所以先编辑Apache的conf目录下的httpd.conf文件。(可根据实际需要操作)

添加mod_rewrite.so模块支持。去掉下列行中前面的#号。

LoadModule rewrite_module modules/mod_rewrite.so

2、配置apache支持虚拟机。这一步很重要。

# Virtual hosts

#Include conf/extra/httpd-vhosts.conf

找到 上面相关文本,去掉#Include conf/extra/httpd-vhosts.conf前的#。

# Virtual hosts

Include conf/extra/httpd-vhosts.conf

保存退出。

3、编辑conf目录下extra文件夹下的httpd-vhosts.conf。

去掉实例配置,添加新有配置。以新浪微博为例,配置文件如下:

#

# Virtual Hosts

#

# If you want to maintain multiple domains/hostnames on your

# machine you can setup VirtualHost containers for them. Most configurations

# use only name-based virtual hosts so the server doesn’t need to worry about

# IP addresses. This is indicated by the asterisks in the directives below.

#

# Please see the documentation at

#

# for further details before you try to setup virtual hosts.

#

# You may use the command line option ‘-S’ to verify your virtual host

# configuration.

#

# Use name-based virtual hosting.

#

NameVirtualHost *:80

#

# VirtualHost example:

# Almost any Apache directive may go into a VirtualHost container.

# The first VirtualHost section is used for all requests that do not

# match a ServerName or ServerAlias in any block.

#

#管理员邮箱

ServerAdmin jiangfeng3@

#项目根目录

DocumentRoot “D:/htdocs/frame_export”

#域名

ServerName test.

#别名

ServerAlias test.

#错误日志路径

ErrorLog “logs/test.-error.log”

CustomLog “logs/test.-access.log” common

RewriteEngine on

#重写规则,可根据实际需要添加

RewriteRule ^/(.*)$ /apps/index.php [L]

4、编辑本地host文件,以windows为例

进入C:/Windows/System32/drivers/etc

记事本打开hosts文件

最后添加

127.0.0.1 localhost

127.0.0.1 test.

例子:

# Copyright (c) 1993- Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a ‘#’ symbol.

#

# For example:

#

#102.54.94.97# source server

# 38.25.63.10 # x client host

# localhost name resolution is handled within DNS itself.

127.0.0.1 localhost

# ::1 localhost

127.0.0.1 test.

保存退出

5、重启apache,浏览器输入http://test.

招采平台源码,vscode终端显示乱码,ubuntu叫啥,tomcat配置https步骤,爬虫 级别,php开源框架有哪些,短视频seo优化教程,网站源代码建站,html服装商城模板源码下载lzw

转载请注明原文地址:/apache/09/1615.html

在线播放视频网站源码,ueif安装ubuntu,下载的tomcat打不开,杭州爬虫python,php页面缓存流程详解,零距离seo百度推广lzw

以上就介绍了Apache服务器中配置虚拟机的方法,包括了Apache方面的内容,希望对PHP教学有兴趣的朋友有所帮助。

源码论坛 .net,ubuntu 源 阿里云,tomcat类加载机制面试,爬虫企业软件,php中print_r用法,谷歌seo水深lzw

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。