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
- hardening
- 보안양파
- GitLab
- elastic stack
- ansible
- G-suite
- bash
- proxycfg
- XCP-ng
- Proxy
- 한글가이드
- PlayBook
- ELASTIC
- application security
- ssh key 배포
- miniconda
- pfsense
- Kibana
- Elasticsearch
- freebsd
- Windows
- Kibana server is not ready yet
- centos 8
- x-pack
- docker
- macos
- 로그인불가
- xe guest utilities
- endpoint security
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
Comments