freddy
느낌으로 남지않기
freddy
전체 방문자
오늘
어제
  • 분류 전체보기 (28)
    • HTML (2)
    • CSS (1)
    • JavaScript (8)
    • WebGL (0)
    • 개념정리 (0)
    • React (2)
    • ReactNative (4)
    • ERROR.LOG (3)
    • 설치 (2)
    • 챌린지 (0)
    • 책 (0)
    • 세미나 (2)
    • 일기장 (4)

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • react 기초
  • Github Actions
  • 앱이 계속 중지됨
  • javascript30
  • React Native
  • Shorthand property names
  • React-Native
  • evnet 위임
  • javscript 기초
  • JavaScript
  • javascript 최신문법
  • 브라우저 동작 원리
  • bitnami ubuntu
  • BOM 이란?
  • Nullish coalescing operator
  • em과rem차이
  • 리액트의 필요성
  • javascript 이벤트 위임
  • Destructuring assignment
  • react 특징
  • Spread syntax
  • css variables
  • es11
  • Optional chainning
  • 최신JS문법
  • JS
  • 값식문
  • react 사용하는 이유
  • 프론트엔드
  • react

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
freddy

느낌으로 남지않기

ERROR.LOG

Unable to install apache as a service for windows with name wampstackApache 해결법

2019. 3. 12. 15:53
반응형

Bitnami 사용 중 발생하는 오류에 대한 글입니다. 생활코딩 수강하다가 이 오류 때문에 골치아팠기 때문에 올립니다.

 

Unable to install apache as a service for windows with name wampstackApache 해결법

 

 

------------------------------

 

원문 : https://community.bitnami.com/t/unable-to-install-apache-as-a-service-for-windows-with-name-wordpressapache/40714

 

 

I found the log files and was finally able to get the WAMP stack to run.
The httpd.conf contained the following at the bottom of the file:

 

로그 파일을 찾아냈고 결국 WAMP stack을 실행시키는 데 성공했습니다.

httpd.conf 은 파일 아래에 이런 내용을 포함하고 있는데요.

 

(httpd.conf는 wamptstack 폴더 안 apache2 속 conf 폴더에 있는 텍스트 파일입니다)

PHPIniDir "C:/Bitnami/wampstack-7.0.11-2/php"
SetEnv OPENSSL_CONF "C:\Bitnami\wampstack-7.0.11-2/apache2/conf/openssl.cnf"
SetEnv PATH "C:\Bitnami\wampstack-7.0.11-2/apache2/bin;${PATH}"
Include "conf/deflate.conf"
Include "C:/Bitnami/wampstack-7.0.11-2/apache2/conf/bitnami/bitnami.conf"

Which I changed to the following:

 

그리고 이렇게 수정했습니다 :

PHPIniDir "C:/Bitnami/wampstack-7.0.11-2/php"
SetEnv OPENSSL_CONF "C:/Bitnami/wampstack-7.0.11-2/apache2/conf/openssl.cnf"
SetEnv PATH "C:/Bitnami/wampstack-7.0.11-2/apache2/bin"
Include "conf/deflate.conf"
Include "C:/Bitnami/wampstack-7.0.11-2/apache2/conf/bitnami/bitnami.conf"

I havnt tested it thoroughly yet, but at least apache starts and I can see the Bitnamie start-page ..

 

아직 테스트해보진 않았는데, 아파치 웹서버가 구동되고 Bitnami 스타트 페이지가 보이네요

 

------------------------------

 

저는 이거보고 고쳤습니다 ;P 알아가시는 분 있으면 좋겠어요

 

 

 

출처 : https://yuilovestomato.tistory.com/

 

 

반응형

'ERROR.LOG' 카테고리의 다른 글

모바일 웹에서 키패드 높이 계산  (0) 2023.08.10
같은 내부망 모바일에서 웹서버 접속오류 해결방법  (2) 2019.03.13
    'ERROR.LOG' 카테고리의 다른 글
    • 모바일 웹에서 키패드 높이 계산
    • 같은 내부망 모바일에서 웹서버 접속오류 해결방법
    freddy
    freddy

    티스토리툴바