默认的apache根目录为 /var/www/html
创新互联公司服务项目包括镶黄网站建设、镶黄网站制作、镶黄网页制作以及镶黄网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,镶黄网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到镶黄省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!端口号可以修改 /etc/apache2/ports.conf文件
Listen 8081 Listen 8080 <IfModule ssl_module> Listen 443 </IfModule> <IfModule mod_gnutls.c> Listen 443 </IfModule>
虚拟主机配置 /etc/apache2/sites-available/000-default.conf
<VirtualHost *:8080> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the ServerName # specifies what hostname must appear in the request\'s Host: header to # match this virtual host. For the default virtual host (this file) this # value is not decisive as it is used as a last resort host regardless. # However, you must set it for any further virtual host explicitly. #ServerName www.example.com ServerAdmin webmaster[[[[@localhost](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656) DocumentRoot /var/www/ # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined # For most configuration files from conf-available/, which are # enabled or disabled at a global level, it is possible to # include a line for only one particular virtual host. For example the # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf </VirtualHost> # This is a defination by myself <VirtualHost *:8081> ServerAdmin webmaster[[[[@localhost](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656)](http://my.oschina.net/u/570656) DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
重启apache2 服务 sudo /etc/init.d/apache2 restart。若使用了像nginx这样的反向代理,也要注意配置转发地址及端口,并重启对应服务
M Install Mysql 略 P Install php php7(default version):sudo apt-get install php(最新版,目前就是7) php5: sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php5.6 Install Apache2上php 解释环境 for php7:apt-get install libapache2-mod-php for php5:apt-get install libapache2-mod-php5.6 (expired) 测试 cd /var/www touch phptest.php sudo vim phptest.php<?php phpinfo(); ?> End
本文名称:Ubuntu16.04LTS上搭建LAMP环境
新闻来源:https://www.cdcxhl.com/article44/cjspee.html
成都网站建设公司_创新互联,为您提供企业建站、服务器托管、网站改版、云服务器、软件开发、移动网站建设
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联