openstack配置域名访问

Posted Elvin笔记分享

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openstack配置域名访问相关的知识,希望对你有一定的参考价值。

#openstack配置域名访问

 openstack pike 安装 目录汇总 http://www.cnblogs.com/elvi/p/7613861.html

#主要是在默认配置的基础上,做了个url 301跳转

#配置域名 yun.test.com  cloud.test.com
echo \'#openstack
<VirtualHost *:80>
ServerName     yun.test.com
ServerAlias    cloud.test.com
#DocumentRoot   /usr/share/openstack-dashboard

#url
RedirectMatch permanent  ^/$ /dashboard

#log
ErrorLog "/var/log/httpd/horizon_error.log"
ServerSignature Off
CustomLog "/var/log/httpd/horizon_access.log" combined

</VirtualHost>
\'>/etc/httpd/conf.d/openstack-domain.conf

#检测配置文件
httpd -t

#重启http
systemctl restart httpd

 

以上是关于openstack配置域名访问的主要内容,如果未能解决你的问题,请参考以下文章

本地配置域名访问 项目目录

Flutter 报错 DioError [DioErrorType.DEFAULT]: Bad state: Insecure HTTP is not allowed by platform(代码片段

解决Openstack配置spice模式后console访问不了问题

在OpenStack里怎样配置Neutron,让虚拟机访问外网

如何给openstack虚拟机配置静态IP

Ubuntu20.04下使用cpolar配置公网域名访问个人电脑