*출처 : 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
어떻게 해야 할까요?
좋은하루 되십시요.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1430 | 18년 전 | 2975 | ||
| 1429 | 18년 전 | 2922 | ||
| 1428 | 18년 전 | 2817 | ||
| 1427 | 18년 전 | 2127 | ||
| 1426 |
|
18년 전 | 2308 | |
| 1425 |
|
18년 전 | 2864 | |
| 1424 |
|
18년 전 | 2957 | |
| 1423 |
frotone
|
18년 전 | 4118 | |
| 1422 | 18년 전 | 6111 | ||
| 1421 | 18년 전 | 2045 | ||
| 1420 | 18년 전 | 2177 | ||
| 1419 | 18년 전 | 1886 | ||
| 1418 | 18년 전 | 1649 | ||
| 1417 | 18년 전 | 2631 | ||
| 1416 | 18년 전 | 1688 | ||
| 1415 | 18년 전 | 1558 | ||
| 1414 | 18년 전 | 4732 | ||
| 1413 | 18년 전 | 1787 | ||
| 1412 | 18년 전 | 1833 | ||
| 1411 | 18년 전 | 1842 | ||
| 1410 | 18년 전 | 1964 | ||
| 1409 | 18년 전 | 3624 | ||
| 1408 | 18년 전 | 1647 | ||
| 1407 | 18년 전 | 1517 | ||
| 1406 | 18년 전 | 1349 | ||
| 1405 | 18년 전 | 1853 | ||
| 1404 | 18년 전 | 1898 | ||
| 1403 |
frotone
|
18년 전 | 3645 | |
| 1402 | 18년 전 | 1972 | ||
| 1401 | 18년 전 | 3106 | ||
| 1400 | 18년 전 | 4727 | ||
| 1399 | 18년 전 | 2858 | ||
| 1398 | 18년 전 | 8043 | ||
| 1397 | 18년 전 | 4053 | ||
| 1396 |
|
18년 전 | 2737 | |
| 1395 | 18년 전 | 1519 | ||
| 1394 | 18년 전 | 2617 | ||
| 1393 | 18년 전 | 5036 | ||
| 1392 | 18년 전 | 5216 | ||
| 1391 |
cncafe
|
18년 전 | 2087 | |
| 1390 |
mixdesign
|
18년 전 | 4348 | |
| 1389 | 18년 전 | 4088 | ||
| 1388 |
mixdesign
|
18년 전 | 4141 | |
| 1387 | 18년 전 | 2260 | ||
| 1386 | 18년 전 | 4182 | ||
| 1385 |
mixdesign
|
18년 전 | 2168 | |
| 1384 | 18년 전 | 3275 | ||
| 1383 | 18년 전 | 4909 | ||
| 1382 | 18년 전 | 1946 | ||
| 1381 |
오디세우스
|
18년 전 | 3402 | |
| 1380 |
mixdesign
|
18년 전 | 1635 | |
| 1379 | 18년 전 | 2732 | ||
| 1378 |
mixdesign
|
18년 전 | 1657 | |
| 1377 | 18년 전 | 2707 | ||
| 1376 |
|
18년 전 | 2547 | |
| 1375 |
|
18년 전 | 1549 | |
| 1374 |
|
18년 전 | 1487 | |
| 1373 |
|
18년 전 | 1732 | |
| 1372 | 18년 전 | 2235 | ||
| 1371 | 18년 전 | 2012 | ||
| 1370 | 18년 전 | 2375 | ||
| 1369 | 18년 전 | 4911 | ||
| 1368 |
mixdesign
|
18년 전 | 1814 | |
| 1367 | 18년 전 | 1253 | ||
| 1366 | 18년 전 | 1376 | ||
| 1365 | 18년 전 | 1329 | ||
| 1364 | 18년 전 | 1076 | ||
| 1363 | 18년 전 | 1072 | ||
| 1362 | 18년 전 | 1402 | ||
| 1361 | 18년 전 | 1357 | ||
| 1360 | 18년 전 | 2346 | ||
| 1359 | 18년 전 | 1222 | ||
| 1358 | 18년 전 | 1602 | ||
| 1357 | 18년 전 | 2088 | ||
| 1356 | 18년 전 | 1273 | ||
| 1355 | 18년 전 | 2824 | ||
| 1354 | 18년 전 | 1269 | ||
| 1353 | 18년 전 | 1646 | ||
| 1352 | 18년 전 | 1493 | ||
| 1351 | 18년 전 | 1447 | ||
| 1350 | 18년 전 | 1230 | ||
| 1349 | 18년 전 | 1075 | ||
| 1348 | 18년 전 | 1662 | ||
| 1347 | 18년 전 | 1098 | ||
| 1346 | 18년 전 | 3613 | ||
| 1345 | 18년 전 | 1707 | ||
| 1344 |
mixdesign
|
18년 전 | 1786 | |
| 1343 | 18년 전 | 1111 | ||
| 1342 | 18년 전 | 1847 | ||
| 1341 | 18년 전 | 1093 | ||
| 1340 | 18년 전 | 1163 | ||
| 1339 | 18년 전 | 1013 | ||
| 1338 | 18년 전 | 1001 | ||
| 1337 | 18년 전 | 1092 | ||
| 1336 |
|
18년 전 | 2572 | |
| 1335 | 18년 전 | 1543 | ||
| 1334 | 18년 전 | 1635 | ||
| 1333 | 18년 전 | 1201 | ||
| 1332 | 18년 전 | 1869 | ||
| 1331 | 18년 전 | 1515 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기