首页 > TAG信息列表 > apche
PVE配置证书
我是从dnspod申请的免费证书。 pve是linux的,就下载了nginx和apche的证书,两份证书文件名不一样。 私钥 *.key 凭证链 域名.crt 然后开新窗口登录就好了。ngixn二级域名
每个人的配置不一样,我说说我的 安装完nginx后,找到nginx配置文件/usr/local/nginx/conf/nginx.conf nginx代理apche(作为一级域名) 默认一级域名(dshvv.com)使用的apche,也走的代理,因为nginx用了80,所以apche的默认端口我改成了8079 然后nginx将其代理: server { listen 80;Linux中apche配置
yum install httpd -y ##安装apache软件 yum install httpd-manual ##安装apache手册systemctl start httpd systemctl enable httpdfirewall-cmd --list-all ##列出火墙信息firewall-cmd --permanent --add-service=http ##若是火墙开启需将http加入火墙允许apche重定向&端口转发&隐藏index.php.htaccess
Options +FollowSymLinks IndexIgnore */* RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.php #RewriteRule . index.php RewriteRule