728x90
반응형
* 올바른 동작을 위해서는 perl이 필요함
1. install
#yum install bugzilla.noarch
2. configure
#cd /usr/share/bugzillar
#./checksetup.pl
과정 중 물어보는 내용을 적절히 채움
3. web 설정
#vi /etc/http/conf/http.conf
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
4. 실행
웹브라우저 주소에
http://주소/bugzilla 라고 치면 나옴
1. install
#yum install bugzilla.noarch
2. configure
#cd /usr/share/bugzillar
#./checksetup.pl
과정 중 물어보는 내용을 적절히 채움
3. web 설정
#vi /etc/http/conf/http.conf
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
4. 실행
웹브라우저 주소에
http://주소/bugzilla 라고 치면 나옴
반응형
'[Develope]' 카테고리의 다른 글
Polling Made Efficient (0) | 2007.11.23 |
---|---|
A garbage collector for C and C++ (0) | 2007.11.23 |
[조각코드]ffmpeg을 이용한 디코딩된 I-Frame을 YUV420형태의 파일로 저장하기 (0) | 2007.08.10 |
Using the devpoll (/dev/poll) Interface (0) | 2007.04.17 |
epoll Scalability (0) | 2007.04.16 |