E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
DocumentRoot
41、apache用户认证、域名跳转、访问日志
apache2.4/bin/apachectlstartvim/usr/local/apache2.4/conf/extra/httpd-vhosts.conf//把123.com那个虚拟主机编辑成如下内容
DocumentRoot
weixin_33862041
·
2020-09-11 04:57
wampserver多站点配置
代码如下:
DocumentRoot
"F:/webroot/test01"ServerNametest01.comDocumentRoot"F:/webroot/test02"ServerNametest02
18665225
·
2020-09-11 04:48
Apache
PHP开发
phpstorm集成xdebug步骤
1.修改apache的httpd.conf文件中的,共两处,修改为php的项目路径,尝试程序能否运行
DocumentRoot
"F:/mobileprojectphp"2.安装xdebughttps://
qingfengmuzhu1993
·
2020-09-11 02:25
java
APACHE2 修改HTTPD.CONF 后启动错误
apachectlstart#Syntaxerroronline291of/etc/httpd/conf/httpd.conf:#DocumentRootmustbeadirectory但HTTPD.CONF中
DocumentRoot
边城cn
·
2020-09-11 02:15
网站图片视频等防盗链
DocumentRoot
/export/web/testServerNameicon.test.com.cn##服务器网站防盗链开始RewriteEngineOnRewriteCond%{HTTP_REFERER
lihuang319
·
2020-09-10 14:49
TP5和Apache环境下虚拟域名路径配置:
找到Apache安装目录,打开apache\conf\extra\httpd-vhosts.conf复制下面代码,粘贴到末尾
DocumentRoot
"项目的入口文件index.php所在的目录,例如:D
GodWoods
·
2020-09-10 11:01
CentOS 7.2 Apache 配置https
例如,我放置在/etc/httpd中certs文件夹中(文件夹名称自定义)步骤三:为方便以后多域名,在/etc/httpd/conf.d目录下创建https域名配置文件
DocumentRoot
"/home
yulingfeng59
·
2020-08-25 06:51
centos 7安装httpd及配置
修改配置文件$cd/etc/httpd/conf$lshttpd.confmagic$cphttpd.confhttpd.conf.bak//将原有配置文件备份$morehttpd.conf//文档的主目录
DocumentRoot
tjjingpan
·
2020-08-25 04:18
Linux常见问题解决办法
CentOS7 安装apache 配置多站点
简单方便可靠yuminstallhttpd安装完成后systemctlstarthttpd#绑定的主域ServerNametest.com#绑定的子域名ServerAliaswww.test.com#网站主目录
DocumentRoot
嘿喵-财运旺旺
·
2020-08-25 04:06
Linux
apache
apache高级配置
add-service=http##防火墙配置systemctlrestartfirewalld##重启防火墙二、配置文件/etc/httpd/conf/httpd.conf实验过程中要注意安全上下文的一致,
DocumentRoot
su_use
·
2020-08-25 04:27
RHCE
linux
Apache高级配置
默认主页
DocumentRoot
"/var/www/html":规定WWW服务器主页放置的目录OptionsFollowSymLinksAllowOverrideNone:针对/设定的因为允许浏览,所以需要针对可被浏览的目录进行权限的相关限定
jason_tony9
·
2020-08-25 04:33
linux之WWW服务
怎样配置apache虚拟主机
步骤/方法一、基于ip地址的虚拟主机Listen80
DocumentRoot
/home/httpd/html1ServerNa
Sparkjin
·
2020-08-24 05:43
服务器
web开发
Apache httpd服务器问题集合
主要是修改了一些配置后出现,问题描述如下:修改了
DocumentRoot
目录指向后,站点出现403错误。设置了虚拟主机目录也可能导致403。apache的htt
鲁凯啸
·
2020-08-23 17:14
centos
LAMP The requested URL /index.html was not found on this server.
造成这个错误的原因可能有以下几点:1.httpd.conf配置文件下
DocumentRoot
未配置正确;2.domain.conf配置文件如下(domain.conf是针对多域名的解析文件)
DocumentRoot
chose2875
·
2020-08-23 10:26
PHP
#
PHP
thinkPHP
Linux
showdoc mac 安装流程
DocumentRoot
"/Users/guanliyang/php"或者修改这
hnbyboy
·
2020-08-22 22:44
PHP进阶
lamp环境下配置apache的https 虚拟主机 配置文件案例
ServerName www.qiangshangkeji.com
DocumentRoot
/new/web/web/www.qiangshangkeji.com/public
河北强商网络科技有限公司
·
2020-08-22 20:10
lamp服务器维护优化
https
apache
lamp
配置文件
虚拟主机
使用thinkphp5 设置了路由还是404的解决方案
LoadModulerewrite_modulemodules/mod_rewrite.so2.允许在任何目录中使用“.htaccess”文件,将“AllowOverride”改成“All”(默认为“None”):
DocumentRoot
coderYJ
·
2020-08-22 10:21
[转]apache配置二级域名
(服务器供应商一般都提供设置DNS域名解释服务,本地的修改hosts文件)方法一修改配置文件httpd.conf1.注释#
DocumentRoot
"/usr/local/httpd/htdocs"2.在文件最后
凌云识木
·
2020-08-22 10:28
域名配置
virtualhost
apache
Apache配置虚拟主机的三种方法(基于IP、端口、域名)
root@mailhttpd]#yuminstallhttpd-y2.1.2禁用默认的主机模式[root@mailhttpd]#vim/etc/httpd/conf/httpd.conf注释下面这行内容#
DocumentRoot
weixin_30823833
·
2020-08-21 22:05
WAMPServer多站点配置
httpd-vhosts.conf文件路径:wamp\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf,增加两个站点,其中ServerName是站点的名字
DocumentRoot
鱼翅大魔王
·
2020-08-21 16:31
wampserver配置多个站点
2,打开extra/httpd-vhosts.conf文件;在最后加入类似内容:(文件路径是自己安装程序的路径)
DocumentRoot
"D:/wamp/www/aaa"(这是你放程序的文件路径)ServerNamewww.aaa.com
你YY个呸
·
2020-08-21 09:41
wampserver
wampserver localhost 403
wampserver不能访问了,报错403无权限访问,PHPmyadmin能正常访问,localhost也能ping通,找了半天原因不是80被占用、环境配置问题、无法启动等,看了下Apache错误日志有两个
DocumentRoot
aiyun
·
2020-08-21 08:39
thinkphp5引用资源文件路径
tp5项目的入口文件一般都是要绑定到
DocumentRoot
下的..**/public下面。所以在前端模板中引入资源文件的方式,如果不像tp3.x那样设置CSS之类的宏定义。
yi_an
·
2020-08-20 20:15
thinkphp
phpstudy部署thinkPHP
利用phpstudy配置虚拟主机Listen8080
DocumentRoot
"D:\phpStudy\WWW"Options-Indexes+FollowSymLinks+ExecCGIAllowOverrideAllOrderallow
weixin_34197488
·
2020-08-20 19:04
tp5修改入口文件
设置虚拟路径在apache里面找到httpd-vhosts.conf打开并修改DocumentRootc:/wamp/www/这段改成DocumentRootc:/wamp/www/public例如:
DocumentRoot
"E
weixin_30691871
·
2020-08-20 19:26
【Apache学习】linux文件目录以网页列表形式访问
var/www/html目录下的所有文件1、首先,需要安装Apachehttpd服务yuminstall-yhttpd2、查看httpd主配文件vim/etc/httpd/conf/htpd.conf确定
DocumentRoot
weixin_34384681
·
2020-08-19 05:52
xampp配置虚拟目录
一、打开httpd-vhost.conf设置虚拟目录打开xampp\apache\conf\extra目录下的httpd-vhost.conf新增一个虚拟域名
DocumentRoot
"E:/xampp/
mqy1023
·
2020-08-19 02:14
运维
XAMPP Apache配置
一、E:\xampp\apache\conf下httpd.conf的配置如下1、将Includeconf/extra/httpd-vhosts.conf前边的注释去掉2、设置根目录
DocumentRoot
"E
alwayssmile21
·
2020-08-19 01:18
个人笔记
centos
###
DocumentRoot
:Thedirectoryoutofwhichyouwillserveyour#documents.Bydefault,allr
柯微
·
2020-08-18 18:34
wordpress 容易出错的地方
虚拟机里有之前的注册信息,记住得删除,之后把教程里的那段虚拟机代码复制粘贴过来(文本下面附代码),如果在原基础上记得检查要改的域名,文件目录文件地址ServerName你的域名ServerAlias不带www的域名
DocumentRoot
"C
weixin_30687811
·
2020-08-17 19:55
apache-VirtualHost配置说明
#文档的根目录
DocumentRoot
"D:\phpStudy\WWW\cq"#域名ServerNamewww.cq.comServerAlias#配置rewrite相关选项OptionsFollowSymLinksExecCGI
微小东
·
2020-08-16 08:57
apache
Apache中VirtualHost配置说明
以下为例:#站点目录
DocumentRoot
"E:/project/code/public/www"#访问域名ServerNamewww.cankaoxiaoxi.com#给虚拟主机增加多个域名,上面网址的别名
worm_h
·
2020-08-16 06:09
服务器
记一次给网站加装证书的配置
DocumentRoot
"E:/Bitnami/redmine-3.2.1-0/
yashe501
·
2020-08-15 17:51
apache
apache
https
数字证书
pfx
cert
rsa
加密
apache httpd.conf配置
1.需要在主配置文件添加#include进来其它配置文件IncludeOptionalconf.d/*.confServerNamexx.comServerAdmin邮箱
DocumentRoot
/home
Zach-vip
·
2020-08-15 01:14
apche
svn搭建钩子程序
1.设置二级域名以及对应web目录在阿里云的域名解析中添加一条A记录在服务器apache配置文件里面添加(apache配置文件目录是在/etc/httpd/conf/httpd.conf)
DocumentRoot
sungence
·
2020-08-14 23:28
linux
svn
WordPress + Mysql +phpMyAdmin的搭建
安装环境:OSX10.9.41.配置apachectl,修改/etc/apactl2/httpd.conf文件,将
DocumentRoot
设置到/Users/your_name/Sites下2.使用brew
IAmNew2Coding
·
2020-08-14 23:22
网络编程
apache httpd.conf配置详解
apachehttpd.conf配置详解1.ServerRoot2.PidFile3.Listen4.LoadModule5.User6.Group7.ServerAdmin8.ServerName9.
DocumentRoot
10
沉默寡言的托马斯
·
2020-08-14 16:41
php 判断是否是https
这里是相关参数:$_SERVER['PHP_SELF']#当前正在执行脚本的文件名,与
documentroot
相关。$_SERVER['argv']#传递给该脚本的参数。
想你时的孤独
·
2020-08-14 02:46
php
https
apache配置虚拟主机(三种方式)
文章目录查看apache的配置查找apache的配置文件查看
DocumentRoot
查看配置文件的根目录查看站点配置文件存放位置三种方式配置虚拟主机基于域名的虚拟主机基于端口的虚拟主机基于IP的虚拟主机查看
苏某想吃鱼
·
2020-08-13 22:58
web架构
macOS 10.15.4 Catalina配置Apache
修改完
documentroot
路径之后,Warning:Unknown:failedtoopenstream:NosuchfileordirectoryinUnknownonline0Fatalerror
擦拉嘿
·
2020-08-13 22:46
前端服务器相关
问题:服务器laravel路由404 Not Found
2020-2-81、问题NotFoundTherequestedURL/XXXwasnotfoundonthisserver.2、解决找到/etc/httpd/conf/httpd.conf以下是我更改前的
DocumentRoot
c l o u d
·
2020-08-13 22:11
问题(Bug)
testlink安装配置详细步骤
3、在apache文件夹里找到httpd.conf,双击打开httpd.conf①在里面找到
documentroot
,使其后面的路径为"C:/Apache2.2/htdocs"②在找到directoryindex
董小董smart
·
2020-08-12 13:36
php中$_SERVER[PHP_SELF] 和 $_SERVER[SCRIPT_NAME]之间的区别
php中$_SERVER[PHP_SELF]和$_SERVER[SCRIPT_NAME]之间的区别“PHP_SELF”当前正在执行脚本的文件名,与
documentroot
相关。
薛永伟
·
2020-08-12 11:45
PHP
apache配置虚拟主机及虚拟目录
了解一下根目录和虚拟目录的关系:安装过apache之后打开httpd.conf文件会发现
DocumentRoot
默认设置的应该是apache安装目录中的htdocs文件夹。
youyiyang
·
2020-08-11 15:32
网站开发
Apaceh config 虚拟主机步骤
configvirtualfolderDirectoryIndexindex.phpindex.php3index.htmlindex.htmOrderallow,denyAllowfromall注销:
DocumentRoot
"c
马儿
·
2020-08-11 03:24
Apache
Mac下一键安装Apache/Nginx+MySQL+PHP开发环境 及各版本测试PHP探针
DocumentRoot
网站根目录数据库默认root/root附测试PHP探针index.php'.$d.'';$l=$k;}re
小黄人软件
·
2020-08-11 03:14
日志
Lampp域名及二级域名配置方法
1、可以在apache的http.conf或httpd-vhosts.conf中配置,不过建议在httpd-vhosts.conf中配置2、配置实例#如果需要IP来访问服务,需配置这
DocumentRoot
东子哥7
·
2020-08-10 17:31
嵌入式开发/Linux
跨域请求自定义headers头信息
DocumentRoot
“D:\phpStudy\PHPTutorial\WWW\emscrm_local\public”Options+Indexes+FollowSymLinks+ExecCGIAllowOverrideAllOrderallow
审判帝王
·
2020-08-10 11:20
APACHE
Apache的一些配置
服务器了二、更改首页打开Apache配置文件,找到DirectoryIndex,添加或修改主页这样,访问localhost主页就是自己设置的主页了三、设置Apache的虚拟目录打开Apache配置文件,找到
DocumentRoot
我是HB
·
2020-08-09 20:40
PHP
php中$_SERVER[PHP_SELF] 和 $_SERVER[SCRIPT_NAME]之间的区别
“PHP_SELF”当前正在执行脚本的文件名,与
documentroot
相关。
weixin_34202952
·
2020-08-08 00:35
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他