*출처 : 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
18년 전
스테틱으로 추가하지 않았을경우 이런식으로 추가 해야겠지요...
가급적이면 재설치를 권장...
가급적이면 재설치를 권장...
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
어떻게 해야 할까요?
좋은하루 되십시요.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1772 | ||
| 1029 | 18년 전 | 2202 | ||
| 1028 | 18년 전 | 2618 | ||
| 1027 | 18년 전 | 1779 | ||
| 1026 | 18년 전 | 1511 | ||
| 1025 | 18년 전 | 1527 | ||
| 1024 | 18년 전 | 1455 | ||
| 1023 | 18년 전 | 3215 | ||
| 1022 | 18년 전 | 2907 | ||
| 1021 | 18년 전 | 1663 | ||
| 1020 | 18년 전 | 3402 | ||
| 1019 | 18년 전 | 1830 | ||
| 1018 | 18년 전 | 1479 | ||
| 1017 | 18년 전 | 1940 | ||
| 1016 | 18년 전 | 2088 | ||
| 1015 | 18년 전 | 1619 | ||
| 1014 | 18년 전 | 2329 | ||
| 1013 | 18년 전 | 1990 | ||
| 1012 | 18년 전 | 1598 | ||
| 1011 | 18년 전 | 1776 | ||
| 1010 | 18년 전 | 2026 | ||
| 1009 | 18년 전 | 1785 | ||
| 1008 | 18년 전 | 1588 | ||
| 1007 | 18년 전 | 1648 | ||
| 1006 | 18년 전 | 3120 | ||
| 1005 | 18년 전 | 1983 | ||
| 1004 | 18년 전 | 1856 | ||
| 1003 | 18년 전 | 4361 | ||
| 1002 | 18년 전 | 4985 | ||
| 1001 | 18년 전 | 3153 | ||
| 1000 | 18년 전 | 2898 | ||
| 999 | 18년 전 | 3487 | ||
| 998 | 18년 전 | 2034 | ||
| 997 | 18년 전 | 2381 | ||
| 996 | 18년 전 | 2679 | ||
| 995 | 18년 전 | 2749 | ||
| 994 | 18년 전 | 2340 | ||
| 993 | 18년 전 | 1603 | ||
| 992 | 18년 전 | 3369 | ||
| 991 | 18년 전 | 1967 | ||
| 990 | 18년 전 | 2376 | ||
| 989 | 18년 전 | 2441 | ||
| 988 | 18년 전 | 2872 | ||
| 987 | 18년 전 | 5200 | ||
| 986 |
|
18년 전 | 2479 | |
| 985 |
|
18년 전 | 3319 | |
| 984 | 18년 전 | 4267 | ||
| 983 |
느낌좋은날
|
18년 전 | 2492 | |
| 982 | 18년 전 | 2454 | ||
| 981 | 18년 전 | 4028 | ||
| 980 | 18년 전 | 2740 | ||
| 979 |
Sinpre
|
19년 전 | 2982 | |
| 978 | 19년 전 | 2192 | ||
| 977 | 19년 전 | 2211 | ||
| 976 | 19년 전 | 1989 | ||
| 975 | 19년 전 | 3269 | ||
| 974 | 19년 전 | 2102 | ||
| 973 |
|
19년 전 | 2776 | |
| 972 |
|
19년 전 | 1735 | |
| 971 | 19년 전 | 5305 | ||
| 970 | 19년 전 | 3556 | ||
| 969 | 19년 전 | 4307 | ||
| 968 | 19년 전 | 3052 | ||
| 967 | 19년 전 | 2519 | ||
| 966 | 19년 전 | 3915 | ||
| 965 | 19년 전 | 2636 | ||
| 964 | 19년 전 | 2982 | ||
| 963 | 19년 전 | 2949 | ||
| 962 | 19년 전 | 4170 | ||
| 961 | 19년 전 | 3119 | ||
| 960 | 19년 전 | 3012 | ||
| 959 | 19년 전 | 3664 | ||
| 958 | 19년 전 | 2965 | ||
| 957 | 19년 전 | 2188 | ||
| 956 | 19년 전 | 2214 | ||
| 955 | 19년 전 | 2152 | ||
| 954 | 19년 전 | 2761 | ||
| 953 | 19년 전 | 2467 | ||
| 952 | 19년 전 | 3333 | ||
| 951 | 19년 전 | 3185 | ||
| 950 | 19년 전 | 1814 | ||
| 949 | 19년 전 | 2732 | ||
| 948 | 19년 전 | 7817 | ||
| 947 |
|
19년 전 | 2489 | |
| 946 |
DeepnBlue
|
19년 전 | 3095 | |
| 945 |
pearly
|
19년 전 | 2847 | |
| 944 | 19년 전 | 3007 | ||
| 943 |
|
19년 전 | 2208 | |
| 942 | 19년 전 | 2446 | ||
| 941 |
|
19년 전 | 4066 | |
| 940 | 19년 전 | 2224 | ||
| 939 |
|
19년 전 | 4214 | |
| 938 |
|
19년 전 | 2374 | |
| 937 | 19년 전 | 2068 | ||
| 936 |
|
19년 전 | 2319 | |
| 935 | 19년 전 | 1860 | ||
| 934 |
|
19년 전 | 2393 | |
| 933 | 19년 전 | 2185 | ||
| 932 |
|
19년 전 | 3057 | |
| 931 | 19년 전 | 1841 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기