配置phpmyadmin munin htpasswd
config
<VirtualHost *:80>
ServerName 110.111.22.45
ServerAdmin webmaster@localhost
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
?
立即学习“PHP免费学习笔记(深入)”;
MMM金融互助系统源码是以thinkphp为核心进行开发的3m金融互助平台。程序安装说明:1.恢复数据:将“数据备份”文件夹中的 urkeji.sql 文件请采用phpMyAdmin进行导入; 2.配置Sql数据库信息,文件路径:根目录下 config.php3.后台管理地址:http://域名/admin.php 用户名:100000 密码:admin1
?
立即学习“PHP免费学习笔记(深入)”;
sudo htpasswd -c .my_passwd username










