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