apache

安装Apache和PHP7 在SUSE Linux Enterprise Server

 

zypper in apache2

zypper in apache2-mod_php7

Apache的默认文档根目录是/srv/www/htdocs/目录 , 而 Centos7 是/var/www/html

配置文件是/etc/apache2/httpd.conf。

配置存储在的/etc/apache2/conf.d /目录。

vi /etc/apache2/default-server.conf
Options All
控制目录访问

systemctl restart apache2
 

标签
订阅 apache