Apache虚拟目录现在已放到extra下的httpd-autoindex.conf文件中。 Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/"
<Directory "/usr/local/www/phpMyAdmin"> Options none AllowOverride Limit
Order Deny,Allow Deny from all Allow from 127.0.0.1 .example.com </Directory>
Alias /squirrelmail/ "/usr/local/www/squirrelmail/" <Directory "/usr/local/www/squirrelmail"> Options Indexes AllowOverride AuthConfig Order allow,deny Allow from all </Directory>