11.18 Apache用戶認證 11.19/11.20 域名跳轉 11.21 Apache訪問日誌

 

 

[root@lizhipenglinux01 abc.com]# /usr/local/apache2.4/bin/htpasswd -c -m /data/.htpasswd aming
New password:
Re-type new password:
Adding password for user amingphp

[root@lizhipenglinux01 abc.com]# cat /data/.htpasswd
aming:$apr1$zwiDnzEZ$JSD12PoIVH90Sry//fz3T.html

[root@lizhipenglinux01 abc.com]# /usr/local/apache2.4/bin/htpasswd -m /data/.htpasswd zhangsan
New password:
Re-type new password:
Adding password for user zhangsanlinux

[root@lizhipenglinux01 abc.com]# cat /data/.htpasswd
aming:$apr1$zwiDnzEZ$JSD12PoIVH90Sry//fz3T.
zhangsan:$apr1$Arll9KtL$REiXaDWcbNP8q6pEJnaMW/apache

 

[root@lizhipenglinux01 ~]# curl -x127.0.0.1:80 -uaming:lizhipeng1204 111.com -I
HTTP/1.1 200 OK
Date: Fri, 02 Mar 2018 00:17:49 GMT
Server: Apache/2.4.29 (Unix) PHP/5.6.30
X-Powered-By: PHP/5.6.30
Content-Type: text/html; charset=UTF-8curl

[root@lizhipenglinux01 ~]# !curl
curl -x127.0.0.1:80 -uaming:lizhipeng1204 111.com -I
HTTP/1.1 200 OK
Date: Fri, 02 Mar 2018 00:27:46 GMT
Server: Apache/2.4.29 (Unix) PHP/5.6.30
X-Powered-By: PHP/5.6.30
Content-Type: text/html; charset=UTF-8url

 

[root@lizhipenglinux01 ~]# curl -x127.0.0.1:80 -uaming:lizhipeng1204 111.com/123.php
123.php[root@lizhipenglinux01 ~]#3d

[root@lizhipenglinux01 ~]# /usr/local/apache2.4/bin/apachectl -M |grep rewrite
[root@lizhipenglinux01 ~]# vi /usr/local/apache2.4/conf/httpd.confhtm

[root@lizhipenglinux01 ~]# /usr/local/apache2.4/bin/apachectl -t
Syntax OK
[root@lizhipenglinux01 ~]# /usr/local/apache2.4/bin/apachectl graceful
[root@lizhipenglinux01 ~]# /usr/local/apache2.4/bin/apachectl -M |grep rewrite
rewrite_module (shared)blog

 

相關文章
相關標籤/搜索