默认配置文件是:vhosts.conf. 安装laravel后需要把根目录配置到public. 下面的配置需要在本地计算机的host文件配置域名,一个是“localhost”,一个是“www.gohosts.com”域名.下面第一个配置是“localhost”访问,第二个配置是“www.gohosts.www”域名访问. <VirtualHost _default_:80> DocumentRoot "C:\phpStudy\PHPTutorial\WWW\public"…
软件环境: 1.virtualbox中安装Ubuntu 16.04-server 2.window7下安装Xshell5 以上安装好后, 1.设置virtualbox网络为桥接网卡,启动Ubuntu. 2.使用ifconfig 命令查看ip,为192.168.1.104 3.打开Xshell,新建连接.是可以正常连接到Ubuntu中. 4.然后sudo apt-cache search apache2 搜索是否有安装包, 5.sudo apt-get install apache2 安装 6.a…
步骤: 下面我说下 apache 下 ,如何 去掉URL 里面的 index.php 例如: 你原来的路径是: localhost/index.php/Index/index改变后的路径是: localhost/Index/index 1.httpd.conf配置文件中加载了mod_rewrite.so模块 //在APACHE里面去配置 #LoadModule rewrite_module modules/mod_rewrite.so把前面的警号去掉 2.在APACHE里面去配置 ,将里面的Al…
Mac OS X 内置Apache 和 PHP,使用起来非常方便.本文以Mac OS X 10.6.3和为例.主要内容包括: 启动Apache 运行PHP 安装MySQL 使用phpMyAdmin 配置PHP的MCrypt扩展库 设置虚拟主机 启动Apache 有两种方法: 打开“系统设置偏好(System Preferences)” -> “共享(Sharing)” -> “Web共享(Web Sharing)”. 打开“终端(terminal)”,然后(注意,sudo需要的密码就是系统的r…
phpstudy中Apache中httpd.conf中如下语句前#要有 #Include conf/extra/httpd-vhosts.conf…
1.tomcat原来的默认根目录是http://localhost:8080,如果想修改访问的根目录,可以这样: 找到tomcat的server.xml(在conf目录下),找到: <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespace…
1.安装eclipse for j2ee和tomcat: 2.下载tomcat对eclipse的插件:http://www.eclipsetotale.com/tomcatPlugin.html 下载后,解压.解压后的文件放到eclipse的plug目录中,重启后可看见tomcat的图标(下载3.3.1版本的没有图标生成,改下3.3.0) 3.配置tomcat的版本 Windows-->Tomcat,如图: 4.配置Server: 5.修改tomcat的默认默认根目录: 1)打开tomcat安装…
xwamp套件中apache配置,记录下,以免忘记. 配置路径 ${wwwroot_dir}/conf/httpd.conf 配置内容 <ifmodule mod_deflate.c> DeflateCompressionLevel 6 AddOutputFilterByType DEFLATE text/html text/plain text/xml AddOutputFilter DEFLATE js css html htm </ifmodule> # 默认的运行模式 &l…
CentOS7服务器中apache.php7以及mysql5.7的配置代码如下所示: yum upgradeyum install net-tools 安装apache (http://m.8682222.com)关闭SELinux编辑器打开 etc/selinux/config 文件,找到 SELINUX=enforcing 字段,将其改成 SELINUX=disabled ,并重启设备.yum -y install httpd mod_ssl配置防火墙firewall-cmd --perma…
课时3 解决Struts 2配置文件无提示问题(eclipse):window→preference→XML→XML Catlog…