본문 바로가기
728x90

APM8

CURL ERROR 7 Failed to connect to Permission denied “CURL ERROR 7 Failed to connect to Permission denied” error is caused, when for any reason curl request is blocked by some firewall or similar thing.you will face this issue when ever the curl request is not with standard ports.for example if you do curl to some URL which is on port 1234, you will face this issue where as URL with port 80 will give you results easily.Most commonly this error has.. 2017. 7. 25.
아파치2의 트래픽 제어 - cband [출처] http://sosnote.com/entry/cband-%EC%84%A4%EC%B9%98[참고] https://www.linux.co.kr/home/lecture/?leccode=10588[참고] http://www.oops4u.com/1606 다운로드 및 설치cd /usr/local/src# wget http://downloads.sourceforge.net/project/cband/mod-cband/mod-cband-0.9.6.1/mod-cband-0.9.6.1.tgz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcband%2F&ts=1364374441&use_mirror=jaist# tar zxvf mod-cband-0.9.7.5.tgz# cd mod-cb.. 2014. 12. 3.
connect error (2003) can't connect to mysql server on (13) [출처] http://stackoverflow.com/questions/4078205/php-cant-connect-to-mysql-with-error-13-but-command-line-can setsebool -P httpd_can_network_connect=1 will also be a helpful CLI command to many people visiting this question, as to allow mysql_connet() connections from within HTTP (Apache) requests to a remote MySQL database server, ensure to enable Network Connections from httpd in SElinux usuall.. 2013. 6. 28.
[Linux]자바(java) + 톰켓(tomcat) 설치 #### JDK(6.22) + Tomcat(7.x) 설치 ####1. 자바설치 JDK 파일다운(http://java.sun.com) jdk-6u22-linux-i586.bin 프로그램 다운 # wget ftp://****.jdk-6u22-linux-i586.bin 퍼미션 변경 # chmod 700 jdk-6u22-linux-i586.bin 설치 # ./jdk-6u22-linux-i586.bin# /usr/local/ 로 이동 -> mv jdk1.6.0_22 /usr/local/ 환경설정 # vi /etc/profile/export JAVA_HOME="/usr/local/jdk1.6.0_22” export PATH=$PATH:$JAVA_HOME/bin export CLASSPATH=$JAVA_HOME/jr.. 2013. 5. 27.
linux 특정 폴더 제외하고 폴더 복사 tar cpf – 원본폴더명 --exclude=.svn | tar xfp - -C 복사할 폴더명/ 2013. 4. 27.
부팅시 데몬 자동 실행 부팅시 데몬 자동 실행 /etc/rc.local 파일안에 실행 명령을 넣어두면 부팅후 데몬자동실행 2013. 4. 27.
passwd: Authentication token manipulation error SetUID가 생략되어 있거나, SetUID가 되어 있어도 Owner가 root가 아닌 경우가 있습니다. chown root /usr/bin/passwd chmod u+s /usr/bin/passwd 2013. 4. 27.
아파치 데몬 실행 및 종료 [출처] http://www.superuser.co.kr/linux/logmonitoring/page04.htm 로그데몬 실행 및 종료 /sbin/syslogd를 실행시키고 종료시키는 것은 /etc/rc.d/init.d/syslog라는 스크립트를 통해서 하면 된다. 물론, 데몬을 직접 실행시킬 수도 있지만, 스크립트를 통해서 실행시키는 것이 일반적이다. 로그데몬을 실행시킬 때에는 아래예를 보는 바와 같이 "syslog start"라고 하면 된다. 그런후에 아래 예를 보는 바와같이 실행된 데몬을 ps로 확인해 본 것이다. syslogd 데몬을 재시작하려면 아래와 같이 start 대신에 restart라고 하면 된다. 이번에는 이 데몬을 종료시켜 보겠다. 종료를 시킬 때에는 syslog stop이라고 하면 된.. 2013. 4. 27.
728x90