알파인 리눅스 apache2-utils 설치

Jmnote (토론 | 기여)님의 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 }}