Category
show
전체 (715)
웹표준, 웹접근성™ (5)
웹프로그래밍™ (336)
웹기획™ (0)
웹디자인™ (5)
서버™ (27)
데이터베이스™ (41)
개발자료 (9)
트랜드 (60)
Study English (2)
블루비 (56)
오피스 다이어리 (19)
Textcube (2)
이슈 (20)
컴퓨터 악세사리 (17)
엔터테인먼트 (24)
좋은글 (61)
재테크 (1)
이벤트 (4)

'2008/05/09'에 해당되는 글 2건

  1. 2008/05/09 [Flex] Thermo(테모) 관련 동영상 링크
  2. 2008/05/09 Trac VirtuaHost Apache 설정
1 

[Flex] Thermo(테모) 관련 동영상 링크

웹프로그래밍™/Flex,AIR,Flash 2008/05/09 16:45 by 블루비 Total 412 : Today 1 : Yesterday 0
Thermo는 플렉스 개발시 디자인된 소스를 가지고 시뮬레이터해볼 수 있는 툴 정도로 생각하시면 될거 같습니다.

Thermo 관련 동영상
http://www.adobe.com/newsletters/edge/december2007/video/index.html
http://kr.youtube.com/watch?v=lGdr3dCmxe4
http://kr.youtube.com/watch?v=d9IjZJ0D_bo
http://kr.youtube.com/watch?v=lsfOe_MCEbg
2008/05/09 16:45 2008/05/09 16:45

TRACKBACK :: http://blueb.net/blog/trackback/1228

Trac VirtuaHost Apache 설정

웹프로그래밍™/Trac, SVN, Eclipse 2008/05/09 15:43 by 블루비 Total 256 : Today 1 : Yesterday 2
trac virtuahost apache 설정 소스
<VirtualHost *>
ServerAdmin xblueb@gmail.com

ServerName trac.blueb.net
ServerAlias trac.blueb.net

DocumentRoot /var/lib/trac/

<Location />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /var/lib/trac
PythonOption TracUriRoot ""

AuthType Basic
AuthName "Trac"
AuthUserFile /var/lib/trac/.htpasswd
#AuthUserFile /etc/apache2/dav_svn.passwd
Require valid-user
</Location>
<Location /trac.cgi>
SetEnv TRAC_ENV "/var/lib/trac"
# SetEnv TRAC_ENV_PARENT_DIR "/var/lib/trac"
</Location>

<Directory /var/lib/trac/>
Options FollowSymLinks MultiViews
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>

<Location /dev> #set up Trac handling

SetHandler mod_python
PythonHandler trac.web.modpython_frontend
#PythonOption TracEnvParentDir /var/lib/trac // 주석처리 후 아래 라인을 추가
PythonOption TracEnv /var/lib/trac/dev
PythonOption TracUriRoot /dev
SetEnv PYTHON_EGG_CACHE /tmp/trac-eggs

</Location>

<Location /svn/dev>
DAV svn
SVNPath /var/lib/svn/dev
AddDefaultCharset utf-8
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /var/lib/trac/.htpasswd
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>

ErrorLog /var/log/apache2/trac.blueb.net.error.log
CustomLog /var/log/apache2/trac.blueb.net.access.log combined
</VirtualHost>
2008/05/09 15:43 2008/05/09 15:43
TAG , ,

TRACKBACK :: http://blueb.net/blog/trackback/1226

1 

달력

«   2008/05   »
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31