网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

cobblerweb

cobber web

1、安装:

环江网站建设公司创新互联公司,环江网站设计制作,有大型网站制作公司丰富经验。已为环江近千家提供企业网站建设服务。企业网站搭建\成都外贸网站制作要多少钱,请找那个售后服务好的环江做网站的公司定做!

yum install -y cobbler-web

2、然后就可以使用了(IP替换):

https://192.168.38.200/cobbler_web

3、错误排查

"Internal Server Error..."

排查参考:https://www.cnblogs.com/wang50902/p/10760404.html

先查看其日志位置:

[root@localhost httpd]# grep log /etc/httpd/conf.d/ssl.conf | grep error
# server does not start, consult the error logs and ensure
ErrorLog logs/ssl_error_log
#   compact non-error SSL logfile on a virtual host basis.

分析日志

[root@localhost httpd]# tail /etc/httpd/logs/ssl_error_log 
[Sun Sep 08 16:16:40.714657 2019] [:error] [pid 8630] [remote 192.168.38.1:244]     self._setup(name)
[Sun Sep 08 16:16:40.714663 2019] [:error] [pid 8630] [remote 192.168.38.1:244]   File "/usr/lib/python2.7/site-packages/django/conf/__init__.py", line 41, in _setup
[Sun Sep 08 16:16:40.714672 2019] [:error] [pid 8630] [remote 192.168.38.1:244]     self._wrapped = Settings(settings_module)
[Sun Sep 08 16:16:40.714677 2019] [:error] [pid 8630] [remote 192.168.38.1:244]   File "/usr/lib/python2.7/site-packages/django/conf/__init__.py", line 110, in __init__
[Sun Sep 08 16:16:40.714686 2019] [:error] [pid 8630] [remote 192.168.38.1:244]     mod = importlib.import_module(self.SETTINGS_MODULE)
[Sun Sep 08 16:16:40.714691 2019] [:error] [pid 8630] [remote 192.168.38.1:244]   File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
[Sun Sep 08 16:16:40.714703 2019] [:error] [pid 8630] [remote 192.168.38.1:244]     __import__(name)

胡乱分析得到:django版本问题

解决:

yum install python2-pip
pip install --upgrade pip
pip install Django==1.8.17
systemctl restart httpd   

4、cobbler web使用

参考:https://blog.csdn.net/liang_operations/article/details/80640428

创建用户密码:

[root@localhost httpd]# egrep -v "^$|#" /etc/cobbler/users.conf  
[admins]
admin = ""
cobbler = ""
# htdigest + 配置文件 + “描述信息” + 用户
[root@localhost httpd]# htdigest -c /etc/cobbler/users.digest Cobbler test1
[root@localhost httpd]# cat /etc/cobbler/users.digest
test1:Cobbler:aa2cd4010e2c674350c901b969531fd4
3

本文题目:cobblerweb
当前地址:http://bjjierui.cn/article/gihgog.html

其他资讯