首頁 >後端開發 >php教程 >配备phpmyadmin munin htpasswd

配备phpmyadmin munin htpasswd

WBOY
WBOY原創
2016-06-13 10:31:39847瀏覽

配置phpmyadmin munin htpasswd

config

<VirtualHost *:80>        ServerName 110.111.22.45        ServerAdmin [email&#160;protected]	Alias /munin /var/cache/munin/www	<Directory /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	    <IfModule mod_expires.c>		ExpiresActive On		ExpiresDefault M310	    </IfModule></Directory>        alias /phpmyadmin /usr/share/phpmyadmin        <Directory /usr/share/phpmyadmin>                Options FollowSymLinks MultiViews                AllowOverride None                Order allow,deny                allow from all        </Directory>        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</VirtualHost>

?apt-get install munin,munin-node

apt-get installphpmyadmin

?

?

sudo htpasswd -c .my_passwd username

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn