1. 권한을 확인해본다.

2. 아래 명령을 실행해본다.

sudo rm -rf /Library/CoreMediaIO/Plug-Ins/DAL/RelayCam.plugin

Posted by sjokim
,

## mod_header 설치

$APACHE_HOME/bin/apxs -i -a -c \

      [httpd-2.2.31]/modules/metadata/mod_headers.c



## httpd.conf


LoadModule headers_module     modules/mod_headers.so

<IfModule mod_headers.c>

RequestHeader set X-Forwarded-Host web1

RequestHeader set X-Forwarded-Time "%t"

</IfModule>



http://httpd.apache.org/docs/current/ko/mod/mod_headers.html


%t 요청을 받은 시간을 국제표준시로 epoch (1970년 1월 1일) 이후 지난 마이크로초 단위로. 값 앞에 t=이 붙는다.

%D 요청을 받은 시간부터 헤더를 네트웍에 쓸때까지 걸린 시간. 요청의 기간을 잰다. 값 앞에 D=이 붙는다.

%{FOOBAR}e 환경변수 FOOBAR의 내용.



Posted by sjokim
,



sudo ln -s 

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain 

/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain



========================


Configuring Apache Portable Runtime library ...


checking for APR... yes

  setting CC to "/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/bin/cc"

  setting CPP to "/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/bin/cc -E"

  setting CFLAGS to " "

  setting CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10"

  setting LDFLAGS to " "


Configuring Apache Portable Runtime Utility library...


checking for APR-util... yes

checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/bin/cc

checking whether the C compiler works... no

configure: error: in `/app/src/httpd-2.2.27':

configure: error: C compiler cannot create executables

See `config.log' for more details



'아파치-톰켓' 카테고리의 다른 글

mod_headers 설치하기  (1) 2015.09.20
아파치 모듈 만들기  (0) 2014.06.02
Apache-Tomcat-로드-밸런싱-세션-클러스터링  (0) 2014.04.03
Posted by sjokim
,

http://www.quora.com/What-is-the-best-free-commercial-SQL-parser-written-in-Java

I had looked at a lot of free/commercial SQL parsers myself a few months back. There was an interesting discussion at StackOverFlow(http://stackoverflow.com/questio...), though it's quite old. 

  1. Commercial :The best SQLParser which I found was SQLParser( http://www.sqlparser.com/ ) . It is not free but is quite powerful. 
  2. Open Source but unfriendly license for Commercial Products: There were a few open source projects , ZQL http://zql.sourceforge.net/ ) , JSQLPARSER  http://jsqlparser.sourceforge.net/ . These were fine for simple queries but I wouldn't recommend them for complex queries. Another thing with these was that they are quite old projects with no active development in a long while.
  3. Create Your Own : I used this solution to create my own SQLParser using ANTLR(http://www.antlr.org). It has specific parsers for PL/SQL as well as T/SQL. Almost all the ORM frameworks use ANTLR.  You can find the grammar easily but it would require coding efforts.


Have a look at JBoss Teiid(http://www.jboss.org/teiid/) and Hibernate to see how they are doing SQL parsing.

Posted by sjokim
,

『바른 마음』의 저자 조너선 하이트의 강연 영상



http://www.youtube.com/watch?v=IQ9EJezBBCk



Posted by sjokim
,

원문 http://blog.naver.com/PostView.nhn?blogId=wono77&logNo=140055795091

* 아파치 모듈 컴파일 방법

 

아파치에 모듈을 얹어서 컴파일 방법에는 2가지가 있다.

1. 정적(Static)으로 아파치 소스와 함께 컴파일 하는 방법

2. 아파치는 재컴파일하지 않고, 모듈만 추가하는 동적 컴파일(DSO) 방법

 

* 아파치 모듈 개발 참고 자료들

 

1. 국내:

 

1) http://irdeal.tistory.com/30  : 1탄

2) http://irdeal.tistory.com/33 : 2탄

3) http://elenoa.tistory.com/42

4) KLDP의 관련 자료 모음(되는거 별로 없음)

http://www.ezdoum.com/stories.php?story=02/08/14/1029605

 

2. 국외:

 

1) 간단한 아파치 모듈 만들기 : 아파치 공식 사이트에서 링크하고 있는 외국 사이트 영문 튜토리얼

-설명1: http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html

-설명2: http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html

 

2) Introduction in developing Apache modules using C in the UNIX environment

http://articles.techrepublic.com.com/5100-10878_11-1053527.html

라인 단위로 기능 설명

 

3) 아파치 공식 사이트의 문서들

http://httpd.apache.org/docs/2.0/developer/

 

4) 아파치 API 노트

http://modules.apache.org/doc/API.html

 

첨부문서: 아파치 아키텍쳐 pdf

 



Posted by sjokim
,

jruby emb

JRUBY 2014. 5. 23. 08:01

import org.jruby.Ruby;

import org.jruby.RubyRuntimeAdapter;

import org.jruby.javasupport.JavaEmbedUtils;  

{...}

// Create runtime instance

Ruby runtime = JavaEmbedUtils.initialize(new ArrayList());

RubyRuntimeAdapter evaler = JavaEmbedUtils.newRuntimeAdapter();


{...}

evaler.eval(runtime, "puts 1+2");

{...}


// Shutdown and terminate instance

JavaEmbedUtils.terminate(runtime);


https://github.com/jruby/jruby/wiki/DirectJRubyEmbedding



Posted by sjokim
,
OSX psutil 설치할때

1. psutil을 다운로드한다.

압축을 풀고 소스 디렉토리로 이동한다.

2. python setup.py build

컴파일 에러가 발생하면

export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
3. python setup.py install
ok!!!


Posted by sjokim
,

http://bongbong.net/entry/Apache-Tomcat-로드-밸런싱-세션-클러스터링

'아파치-톰켓' 카테고리의 다른 글

mod_headers 설치하기  (1) 2015.09.20
OSX 아파치 컴파일이 안될때 확인  (0) 2015.08.28
아파치 모듈 만들기  (0) 2014.06.02
Posted by sjokim
,

ErLang/OTP

Erlang 2014. 3. 10. 13:35

ErLang/OTP 다운로드

http://www.erlang.org/download/otp_src_R16B03-1.tar.gz


관련 패키지 설치

apt-get install build-essential


apt-get install ncurses-dev

apt-get install libssl-dev

apt-get install libxsltproc

apt-get install fop

apt-get install xmllint

apt-get install libwxgtk2.8-dev libwxgtk2.8 libboost-dev

'Erlang' 카테고리의 다른 글

Making erchef  (0) 2014.03.08
Tcp ErLang  (0) 2014.03.07
Posted by sjokim
,