Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Apache Benchmark 테스트

2. Open-Infra WEB&WAS기술정보

[root@root ~]# ab -c 한번에수행할 다중요구 수 -n 페이지요청수 -t 테스트허용최대시간 URL 예) [root@root ~]# ab -c 1000 -n 1000 -t 10 http://localhost/ - 1000의 유저가 동시에 1000개의 페이지를 최대 10초동안 호출하는 테스트 - 측정결과 분석 Server Software 아파치 버전을 표시 Server Hostname 사이트의 이름 Server Port 웹서비스 사용 ...

apache
apache benchmark
부하테스트

apache2 컴파일 정보 확인

2. Open-Infra WEB&WAS기술정보

아파치 컴파일했던 정보 확인할때.(아파치는 /usr/local/apache2에 설치되었다는 가정하에.) [ root@localhost ~]# cat /usr/local/apache2/build/config.nice #! /bin/sh # # Created by configure "./configure" \ "--prefix=/usr/local/apache2" \ "--enable-mods-shared=all" \ "--enable-modules=s...

apache
compile
config.nice
centos

Centos7에서 apache+perl 연동하기

2. Open-Infra WEB&WAS기술정보

Centos7에서 apache와 perl 연동하기 Mod_Perl 소스 다운로드 https://archive.apache.org/dist/perl/ https://www.apache.org/dyn/closer.cgi/perl/mod_perl-2.0.12.tar.gz Dependency 패키지 설치 $> yum install -y perl apr-devel perl-devel 압축 해제 후 컴파일 $> tar -zxvf mod_perl-2....

centos
apache
perl
mod_perl

아파치 트래픽 제한- CBAND 설치하기

2. Open-Infra WEB&WAS기술정보

souceforge.net에서 다운로드 http://sourceforge.net/projects/cband/ 내려받은 패키지 컴파일 $> cd mod-cband-0.9.7.5 $> configure --with-apxs=/usr/local/apache2/bin/apxs $> make; make install 아파치 모듈 설정여부 확인 $> vi /usr/local/apache2/conf/httpd.c...

apache
cband
traffic
traffic throthle

업로드폴더 웹실행 차단.

2. Open-Infra WEB&WAS기술정보

웹에서 사용중인 폴더권한을 부득이하게 777로 설정해야할 때,보안때문에 우려된다면 해당 폴더에서 실행하는 html이나 php 실행을 차단하게 설정.업로드 디렉토리에 다음 코드를 .htaccess 로 작성해서 파일을 돌리면기재한 확장자에 대해서는 실행하지 않음. $> vi .htaccess <FilesMatch "\.(phtml|html|htm|ph|php|php3|php4|txt|pl|cgi|inc)"> Order all...

apache
htaccess
upload deny
filematch

웹로그 분석 Awstats 설치하기

2. Open-Infra WEB&WAS기술정보

Awstats설치하기 다운로드 URL - https://awstats.sourceforge.io/ 압축풀기&툴 이동 $> tar -zxvf awstats-7.3.tar.gz $> mv awstats-7.3 /usr/local/awstats/ awstats 설정 $> cd usr/local/awstats/ $> mkdir etc; mkdir logs $> cp wwwroot/cgi-bin/awstats.model.conf ./etc/test.kr...

apache
awstat
centos
webalizer