PHP头条
热点:

配备phpmyadminmuninhtpasswd


配置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

www.phpzy.comtrue/phprm/53874.htmlTechArticle配备phpmyadminmuninhtpasswd 配置phpmyadmin munin htpasswd config ServerName 110.111.22.45 ServerAdmin webmaster@localhostAlias /munin /var/cache/munin/www Options FollowSymLinks MultiViewsAllowOverride NoneOrder allow,denyallow from all...

相关文章

PHP之友评论

今天推荐