home

Tags

apache 2.0.x虚拟主机 403 错误权限

January 4th, 2008

需要注意的地方

DocumentRoot “/var/www”


Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
#Deny from all

NameVirtualHost *:80

随便付我的httpd.conf(apache 2.x)和httpd-vhosts.conf

http://www.sb123.org/downloads/apache/httpd.conf
http://www.sb123.org/downloads/apache/httpd-vhosts.conf

amx users.ini的使用,权限

October 11th, 2006

在控制台输入命令。显示\r

You have no access to that command

就是你的users.ini没设置好..

在user.ini里面写上

“sb123″ “admin” “abcdefghijklmnopqrstu” “e”

sb123是名字admin是密码\r

使用sb123并且输入密码admin,就是超级管理员了,最后1个e是进服务器不用检测密码。