웹투비 (webtob)2016. 1. 8. 09:12

# wscfl -i http.m 

CFL0082: Configuration parse error. Only comments are allowed after the section name. line=5
CFL0080: Configuration parse error. (Sub)section name must start at the beginning of line (no leading spaces). line=6
CFL0080: Configuration parse error. (Sub)section name must start at the beginning of line (no leading spaces). line=6
CFL0001: Stopping due to previous errors. line=6



WebtoB 설치 시 /etc/hosts 파일에 권한이 없을 경우, 
http.m 파일의 NodeName 설정에 hostname이 설정되지 않아 오류가 발생한 내용입니다..

아래의 붉은색 부분에 hostname을 입력하시면, 컴파일이 성공적으로 되실 겁니다.

*DOMAIN
webtob1

*NODE
sdtech        WEBTOBDIR="/home/webtob4140",
                SHMKEY = 54700,
                DOCROOT="/home/webtob4140/docs",
                PORT = "80",
                HTH = 1,
                #Group = "nobody",
                #User = "nobody",
                IpcPerm = 0777,
                NODENAME = "$(NODENAME)",


*SVRGROUP
htmlg         NODENAME="sdtech"  SVRTYPE = HTML
jsvg           NODENAME="sdtech"  SVRTYPE = JSV


'웹투비 (webtob)' 카테고리의 다른 글

WebToB SSL 설정  (0) 2016.01.08
Posted by 랩퍼우