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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
5번째 줄: 5번째 줄:
;apk add apache2-utils
;apk add apache2-utils


<source lang='console'>
<syntaxhighlight lang='console'>
$ ab -V
$ ab -V
/bin/sh: ab: not found
/bin/sh: ab: not found
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
$ apk add --no-cache apache2-utils
$ 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/main/x86_64/APKINDEX.tar.gz
19번째 줄: 19번째 줄:
Executing busybox-1.34.1-r5.trigger
Executing busybox-1.34.1-r5.trigger
OK: 221 MiB in 47 packages
OK: 221 MiB in 47 packages
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
$ ab -V
$ ab -V
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Licensed to The Apache Software Foundation, http://www.apache.org/
</source>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ htpasswd
$ htpasswd

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

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 }}