apache 已经安装成功,通过互联网无法访...
如题,小弟急盼回复
作者 rawfire 发布于 2003-08-02 分类:php基础编程
我的apache2.0x 使用
http.conf 包括下面的
Alias /user/ "d:/number/"
Options Indexes FollowSymLinks
allowoverride authconfig
order allow,deny
allow from all
-----------------
d:/number 目下放 ..htaccess 文件 ,该文件内容为:
AuthName "图片会员区"
AuthType basic
AuthUserFile f:/auth/pic333.txt
require valid-user
用户认证已经实现了,我现在想统计pic333.txt 下面的用户名登录时间和次数,可以实现吗,??
逛论坛交流:如何统计apache自带用户登录到网站??
可以这样的吗?
我也不知道能不能这样实现,,
2 条回复
回复