아파치서버, telnet,vsftp 접속 않되요..잘 되던것이..도와주세요..
작성자 정보
- 김진현 작성
- 작성일
컨텐츠 정보
- 2,444 조회
- 1 댓글
- 0 추천
- 목록
본문
어제까지 되던 vsftp, telnet접속이 않됩니다(다른컴퓨터에서)
원래는 vsftp, telnet은 접속됐었습니다(다른컴퓨터에서)
제꺼 컴퓨터에서 제꺼 아이피 주소로 접속시도시 제웹페이지로 들어오는게
거부 되며 다른컴퓨터로 접속시 서버를 찾을수 없다고 나옵니다
제가 제 컴퓨터 안에서 vsftp, telnet, 웹페이지는(localhost) 들어가지는데
다른컴퓨터에서 접속이 않됩니다
다 살아있습니다. 제가 사이트들 돌아다니면서 명령어쳐봤는데
분명히 다 살아서 서버 돌아가고 있습니다.
저는 학교에서 서버를 만들어놨는데 ip를 고정으로 잡아버렸습니다.
제컴퓨터 리눅스 커널은 2.4.20-8 이며 리눅스에서 서버설치
해서 apm 자동 설치했습니다
터미널에서 setup으로 해서 httpd, mysqld, vsftpd, telnet
자동실행하게 하였습니다
분명히 제꺼에서는 이상없이 제대로 실행되고 들어가지는데
다른컴퓨터에서는 접속이 않됩니다
이유를 모르겠습니다 제가 httpd.conf 를 좀 건드렸는데 아마도
이거 때문에 그런것 같습니다
제꺼 httpd.conf 파일을 보여드리겠습니다
serverTokens OS
serverroot "/etc/httpd"
PodFile run/httpd.pid
Timeout 300
keepAlive on
MaxkeepAliveRequests 100
KeepAliveTimeout 15
<lfmodule prefork.c>
startservers 8
minspareservers 5
maxspareservers 20
maxclients 150
maxrequestsperchild 1000
</fmodule>
<lfmodule worker.c>
startservers 2
maxclinets 150
minsparethreads 25
maxsparethreads 75
threadsperchild 25
maxrequestsperchild 0
</fmodule>
<lfmodule perchild.c>
numservers 5
startthreads 5
minsparethreads 5
maxsparethreads 10
maxthreadsperchild 20
maxrequestsperchild 0
</lfmodule>
include conf.d/*.conf
loadmodule
'
'
'
'
'
'
'
'
user nobody
group nobody
serveradmin root@localhost
servername 211.253.228.165 (제서버주소입니다)
usecanonicalname off
DocumentRoot "/var/www/html"
<Directory />
options Followsym;omls
allowoverride none
</Directory>
<directory "/var/www/html">
options indexes followsymlinks
allowoverride none
order allow, deny
all from all
</directory>
<Locationmatch "`/$>
options -indexes
errordocument 403 /error/noindex.html
</locationmatch>
</lfModule mod_userdir.c>
userdir public_html
</lfmodule>
directoryindex index.html index.php
accessfillename .htaccess
<files ~'`.ht'>
order allow, deny
deny from all
</files>
typesconfig /etc/mine.types
defaultType text/plain
</fmodule mod_mime_maguc.c>
mimemagucfile conf/magic
</lfmodule>
hostnamelookupos off
errorlog logs/error_log
loglevel warn
logformat`````` (이상한 글자가 많아서 생략'')
logformat````
logformat````
logformat``````
serversignature on
alias /icons/ "/var/www/icons/"
<Directory "/var/www/icons">
options indexes multiviews
allowiverride none
order allow, deny
allow from all
</directory>
alias /manual "/var/www/manual"
<Directory "/var/www/icons">
options indexes followsymlinks multiviews
allowiverride none
order allow, deny
allow from all
</directory>
<lfmodule mod_dav_fs.c>
davlockDB /var/lib/dav/lockdb
</lfmodule>
scriptalias /cgi-bin/ "/var/www/cgi-bin/"
<lfmodule mod_cgid.c>
scriptsock run/httpd.cgid
</lfmodule>
<Directory "/var/www/cgi-bin">
allowiverride none
options none
order allow, deny
allow from all
</directory>
indexoptions fancyindexing versionsort namewidth=*
아이콘 addicon
Defaulticon /icons/unkniwn.gif
ReadmeName readme.html
Headername header.html
indexlgnore .??**~*# header* readme* rcs cvs *,v *,t
Addencoding x-compress Z
Addencoding x-gzip gz tgz
addlanguage '''''''''''''
addType application/x-tar .tgz
addType application/x-httpd-php .php .php3 .php4 .PHP .inc
addType application/x-httpd-php-source .phps
addhandler imap-file map
addhandler type-map var
addoutputFilter INCLUDES .shtml
에러에 관련된 내용
BrowserMatch "Mbzilla/w" nokeepalive
BrowserMatch "Msie 4.ob2;" nokeepalive downgerade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4.0" force-response-1.0
BrowserMatch "JAVA/1.0" force-response-1.0
BrowserMatch "JDK/1.0" force-response-1.0
BrowserMatch "Microsoft data access internet publishing provider" redirect-carefully
BrowserMatch "`WebDrive" redirect-carefully
헉헉헉 주석 제외하고 다쳤습니다.
생각보다 넘 오래걸리네요 ㅡㅡ;;
대소문자는 막했어요 좀 구별하기 힘드실꺼에요
오타는 되도록 없기를 바라면서..
제발 제발 도와주세요 매일 똑같은거 때문에 않되서
흑흑 진도가 않나가요 빨리 php, mysql로 게시판 구현해야되는데
apm에서 진도가 않나가요 ㅠㅠ 도와주세요..
여기까지 읽어주시느라 수고하셨습니다. 감사합니다
관련자료
-
이전
-
다음
홍보성님의 댓글
- 홍보성
- 작성일
resolv.conf 내용하고
iptables -L -nv 내용을 올려주세요.