欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

配备phpmyadmin munin htpasswd

程序员文章站 2022-03-13 23:26:56
...
配置phpmyadmin munin htpasswd

config


        ServerName 110.111.22.45

        ServerAdmin webmaster@localhost

	Alias /munin /var/cache/munin/www
	
	Options FollowSymLinks MultiViews
			AllowOverride None
			Order allow,deny
			allow from all


		 AuthUserFile /etc/munin/munin-htpasswd
		 AuthName "Munin"
		 AuthType Basic
		 require valid-user

	    
		ExpiresActive On
		ExpiresDefault M310
	    

        alias /phpmyadmin /usr/share/phpmyadmin
        
                Options FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel error

        CustomLog /var/log/apache2/access.log combined

?apt-get install munin,munin-node

apt-get installphpmyadmin

?

?

sudo htpasswd -c .my_passwd username

配备phpmyadmin munin  htpasswd

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频