일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 오픈수세
- 리눅스
- 시벨리우스4
- Finale2005
- synology
- sibelius4
- 사보
- 티스토리챌린지
- openSUSE 11.2
- 미디
- Linux
- OpenSuSE
- 나스
- Finale2009
- 피날레2005
- 시벨리우스5
- sibelius5
- 오픈수세 11.2
- 오픈소스
- 피날레2009
- 오픈수세 11.1
- 오블완
- 수세
- 피날레
- 사무실
- 시놀로지
- MIDI
- Nas
- 시벨리우스
- 네트워크
Archives
- Today
- Total
목록아파치 (2)
오브리닷넷(Obbli.net)
우분투 22.04 - apachectl[689]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message 해결법
sudo systemctl status apache2 로 아래와 같은 내용이 나올때 apachectl[689]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message /etc/apache2/apache2.conf 를 열어 제일 하단에 ServerName 127.0.0.1 을 넣고 저장한뒤 아파치를 재시작 한다.
IT/우분투
2023. 10. 24. 14:29
오픈수세 13.1 - 마젠토 설치 과정 중 조정 부분.
별도의 오픈수세의 apache 서버로 Magento 를 설치 할 때 다음 문제가 발생한다.- 디렉토리 쓰기 권한 문제./app/etc./media./var위 세 디렉토리의 소유주 권한 문제로 오류가 한 번 생긴다. 보안을 생각해서 해당 디렉토리의 소유를 wwwrun:www 로 변경한다.$ sudo chown wwwrun:www ./app/etc$ sudo chown wwwrun:www ./media$ sudo chown wwwrun:www ./var - 백엔드 화면으로 들어가면 메뉴 하단에 아래와 같은 조그만한 경고 문구가 생긴다.Your web server is configured incorrectly. As a result, configuration files with sensitive informa..
IT/오픈수세 다듬기
2014. 3. 30. 09:00