/usr/local/apache/bin/
아파치를 위의 경로에 설치하셨나보군요...
거기 가면...
apachectl
이런 파일이 있을겁니다.
./apachectl start
./apachectl restart
./apachectl stop
위와 같이 해보세요...
: bash# cd /etc/rc.d/init.d/
: bash# ls
: anacron functions.orig ipchains named portmap smb
: apmd glx_install.sh kdcrotate netfs random snmpd
: arpwatch glx_remove.sh keytable network rstatd syslog
: atd gpm killall network.orig rusersd usb
: crond halt kudzu nfs rwalld xfs
: everytime identd linuxconf nfslock rwhod ypbind
: firstime inet lpd numlock sendmail yppasswdd
: functions innd mars-nwe pcmcia single ypserv
:
:
: 이중에 아파치 관련은 잘모르겟네요
: ./httd restart해라구 하던데
: apmd으로 해도 잘 안되네요..
:
: 계정을 하나 만들고
: httpd.conf에서 디렉토리하고 보니가 다른계정은 다 잘되는데
: 이번에 만든 새로운 계정은 index.html이 안뜨네요
: 물론 퍼미션도 다 755로 파일 디렉토리 설정 했구요..
:
: 아파치 서버를 리스타트 할러면
: /usr/local/apache/bin/
: 여기에서도 할수 있나요 ?--레뎃7.3, 커널2.4.18-3써요...