Centos 5, 6 버전의 apache2 파일이 없거나 403 포비든의 경우 계속 welcome 페이지를 보여주는 현상 /etc/httpd/conf.d/welcome.conf # # This configuration file enables the default "Welcome" # page if there is no default index page present for # the root URL. To disable the Welcome page, comment # out all the lines below. # Options -Indexes ErrorDocument 403 /error/noindex.html 위 파일 삭제하면 됨
apache spot
non-threaded servers Prefork 방식 httpd-2.2.13/server/mpm/prefork/prefork.c 파일을 오픈해보면 디폴트가 256개의 자식 프로세스를 생성할수 있으며 200000 까지 최대값을 지정할수 있다고 나온듯 하다. define DEFAULT_SERVER_LIMIT 256 #define MAX_SERVER_LIMIT 200000 #define HARD_THREAD_LIMIT 1 Apache의 최대 접속자를 끌어올릴려면 아래와 같이 셋팅해보자 (Prefork) - ServerLimit 값을 MaxClient 값보다 크게 설정하면 되지 않음 - 너무 값을 올릴경우 서버의 자원보다 더 많은 접속자가 몰릴경우 서버 다운 가능성 - 설정후 Apache restart 말고..
Apache에서 kensei.co.kr 로 들어오는걸 그냥 www.kensei.co.kr 로 접속하게 끔 만들고 싶을때 DocumentRoot /home/kensei.co.kr ServerName kensei.co.kr RedirectMatch /(.*)$ http://www.kensei.co.kr/$1 위와 같이 구문을 넣어주면 브라우져 창에는 kensei.co.kr 을 입력해도 www.kensei.co.kr 로 변경되어 접속이 되어진다. 일반 페이지 접근시 80번 → 강제로 SSL 443포트로 넘기기 RedirectMatch (.*) https://www.365managed-tip.com$1
- Total
- Today
- Yesterday
- iptables
- ntp
- pptp
- IPSEC
- virtualbox
- WAF
- Apache
- centOS7
- NGINX
- softether
- gitlab
- OpenVPN
- galera
- php
- SSL
- HAProxy
- glusterfs
- cURL
- ssh
- 베이어다이나믹
- 리눅스
- kvm
- MySQL
- mariadb
- L2TP
- GeoIP
- yum
- 인증서
- mod_security
- centos8
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |