Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Proxy
- docker
- Elasticsearch
- freebsd
- Kibana server is not ready yet
- ssh key 배포
- xe guest utilities
- centos 8
- Windows
- ELASTIC
- G-suite
- bash
- 보안양파
- hardening
- Kibana
- pfsense
- miniconda
- endpoint security
- 로그인불가
- PlayBook
- ansible
- proxycfg
- GitLab
- application security
- x-pack
- elastic stack
- macos
- XCP-ng
- 한글가이드
Archives
- Today
- Total
선 밖에 선 자유인
PHPIPAM 설치 관련 본문
phpipam 설치 시 .htaccess 파일 관련하여 제대로 접속이 안될 때가 있음
이 때 아래와 같이 처리
1.) Define Base
Make sure BASE directive is set for your installation. This is used to properly detect phpIPAM directory. It must be set in config.php and in .htaccess
Detected BASE: /phpipam/
2.) Enable mod_rewrite
Search for Directory directive in default apache config (or vhost config) and add/change it to
vi /etc/apache2/sites-enabled/000-default
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all