"알파인 리눅스 apache2-utils 설치"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
{{소문자}}
==개요==
==개요==
;알파인 리눅스 apache2-utils 설치
;알파인 리눅스 htpasswd 설치
;<nowiki>/bin/sh: ab: not found</nowiki>
;<nowiki>/bin/sh: ab: not found</nowiki>
;apk add apache2-utils
;apk add apache2-utils


<source lang='console'>
<source lang='console'>
/ # ab -V
$ ab -V
/bin/sh: ab: not found
/bin/sh: ab: not found
</source>
</source>
<source lang='console'>
<source lang='console'>
/ # apk add apache2-utils
$ apk add --no-cache apache2-utils
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/5) Installing libuuid (2.33.2-r0)
(1/4) Installing libuuid (2.37.4-r0)
(2/5) Installing apr (1.6.5-r0)
(2/4) Installing apr (1.7.0-r0)
(3/5) Installing expat (2.2.8-r0)
(3/4) Installing apr-util (1.6.1-r11)
(4/5) Installing apr-util (1.6.1-r6)
(4/4) Installing apache2-utils (2.4.53-r0)
(5/5) Installing apache2-utils (2.4.41-r0)
Executing busybox-1.34.1-r5.trigger
Executing busybox-1.30.1-r2.trigger
OK: 221 MiB in 47 packages
OK: 6 MiB in 19 packages
</source>
</source>
<source lang='console'>
<source lang='console'>
26번째 줄: 26번째 줄:
Licensed to The Apache Software Foundation, http://www.apache.org/
Licensed to The Apache Software Foundation, http://www.apache.org/
</source>
</source>
<syntaxhighlight lang='console'>
$ htpasswd
Usage:
        htpasswd [-cimBdpsDv] [-C cost] passwordfile username
        htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password
...
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[ApacheBench]]
* [[리눅스 ab]]
* [[리눅스 htpasswd]]


[[분류: apk add]]
[[분류: apk add]]
[[분류:apache2-utils]]
[[분류:apache2-utils]]
[[분류: htpasswd]]
[[분류: Alpine]]

2022년 4월 27일 (수) 14:21 판

1 개요

알파인 리눅스 apache2-utils 설치
알파인 리눅스 htpasswd 설치
/bin/sh: ab: not found
apk add apache2-utils
$ ab -V
/bin/sh: ab: not found
$ apk add --no-cache apache2-utils
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/4) Installing libuuid (2.37.4-r0)
(2/4) Installing apr (1.7.0-r0)
(3/4) Installing apr-util (1.6.1-r11)
(4/4) Installing apache2-utils (2.4.53-r0)
Executing busybox-1.34.1-r5.trigger
OK: 221 MiB in 47 packages
/ # ab -V
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
$ htpasswd
Usage:
        htpasswd [-cimBdpsDv] [-C cost] passwordfile username
        htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password
...

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}