*출처 : http://phpschool.com/bbs2/inc_view.html?id=8822&code=tnt2&start=0&mode=search&field=title&search_name=&operator=and&period=all&category_id=&s_que=mod_rewrite
mod_rewrite 설치시 도움 될만한 글입니다...
이것은 처음 설치용이 아닌 사용중 추가하는 방법입니다.
cd 아파치설치디렉토리/src/modules/standard
/usr/local/apache/bin/apxs -c -I/usr/include/gdbm mod_rewrite.c
gcc -shared -o mod_rewrite.so mod_rewrite.o -lgdbm
/usr/local/apache/bin/apxs -i mod_rewrite.so
vi /usr/local/apache/conf/httpd.conf
#------- 아래 부분 추가 -------
LoadModule rewrite_module libexec/mod_rewrite.so
Addmodule mod_rewrite.c
#------- 여기까지 ---------
/usr/local/apache/bin/apachectl configtest
/usr/local/apache/bin/apachectl restart
이렇게 하시면 에러 안나고 설치 잘 됩니다. :_)
## 덧글
설치가 조금 난해 하군요..
# apxs -a -i -c mod_rewrite.c
이렇게 하면 됩니다.
-a : active
-i : install
아 제홈에 mod_rewrite 사용예가 있습니다.
http://www.linuxchannel.net/docs/apache_virtual_user_host.txt<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]</div>
mod_rewrite 설치시 도움 될만한 글입니다...
이것은 처음 설치용이 아닌 사용중 추가하는 방법입니다.
cd 아파치설치디렉토리/src/modules/standard
/usr/local/apache/bin/apxs -c -I/usr/include/gdbm mod_rewrite.c
gcc -shared -o mod_rewrite.so mod_rewrite.o -lgdbm
/usr/local/apache/bin/apxs -i mod_rewrite.so
vi /usr/local/apache/conf/httpd.conf
#------- 아래 부분 추가 -------
LoadModule rewrite_module libexec/mod_rewrite.so
Addmodule mod_rewrite.c
#------- 여기까지 ---------
/usr/local/apache/bin/apachectl configtest
/usr/local/apache/bin/apachectl restart
이렇게 하시면 에러 안나고 설치 잘 됩니다. :_)
## 덧글
설치가 조금 난해 하군요..
# apxs -a -i -c mod_rewrite.c
이렇게 하면 됩니다.
-a : active
-i : install
아 제홈에 mod_rewrite 사용예가 있습니다.
http://www.linuxchannel.net/docs/apache_virtual_user_host.txt<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]</div>
댓글 3개
WAYKIKI
19년 전
mod_rewrite 는 apache 기본 모듈이지 않나요?
httpd -L 로 확인후 설치 하는게 좋을듯 합니다.
httpd -L 로 확인후 설치 하는게 좋을듯 합니다.
DifferEyE
19년 전
스테틱으로 추가하지 않았을경우 이런식으로 추가 해야겠지요...
가급적이면 재설치를 권장...
가급적이면 재설치를 권장...
18년 전
수리눅스를 사용하고 있습니다.
위와 같이 하였을 때에 아래와 같은 에러가 나거든요.
/usr/local/apache_2.0.55/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache_2.0.55/include -I/usr/local/apache_2.0.55/include -I/usr/local/apache_2.0.55/include -I/usr/include/gdbm -c -o mod_rewrite.lo mod_rewrite.c && touch mod_rewrite.slo
gcc: mod_rewrite.c: No such file or directory
gcc: no input files
apxs:Error: Command failed with rc=65536
어떻게 해야 할까요?
좋은하루 되십시요.
위와 같이 하였을 때에 아래와 같은 에러가 나거든요.
/usr/local/apache_2.0.55/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache_2.0.55/include -I/usr/local/apache_2.0.55/include -I/usr/local/apache_2.0.55/include -I/usr/include/gdbm -c -o mod_rewrite.lo mod_rewrite.c && touch mod_rewrite.slo
gcc: mod_rewrite.c: No such file or directory
gcc: no input files
apxs:Error: Command failed with rc=65536
어떻게 해야 할까요?
좋은하루 되십시요.
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5827 | 9년 전 | 359 | ||
| 5826 | 9년 전 | 345 | ||
| 5825 | 9년 전 | 310 | ||
| 5824 | 9년 전 | 476 | ||
| 5823 | 9년 전 | 477 | ||
| 5822 | 9년 전 | 268 | ||
| 5821 | 9년 전 | 582 | ||
| 5820 | 9년 전 | 886 | ||
| 5819 | 9년 전 | 416 | ||
| 5818 | 9년 전 | 567 | ||
| 5817 |
|
9년 전 | 1364 | |
| 5816 | 9년 전 | 391 | ||
| 5815 | 9년 전 | 367 | ||
| 5814 | 9년 전 | 343 | ||
| 5813 |
|
9년 전 | 1130 | |
| 5812 | 9년 전 | 442 | ||
| 5811 | 9년 전 | 225 | ||
| 5810 | 9년 전 | 256 | ||
| 5809 | 9년 전 | 462 | ||
| 5808 | 9년 전 | 307 | ||
| 5807 | 9년 전 | 275 | ||
| 5806 | 9년 전 | 260 | ||
| 5805 | 9년 전 | 279 | ||
| 5804 | 9년 전 | 276 | ||
| 5803 | 9년 전 | 267 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기