- sugarontopの日記
#1, mod_mono.conf (/etc/apache2/ mods -available/mod_mono.conf)-------------------------------------------------------
addtype application/x- asp - net .aspx .ashx .asmx .ascx .asax .config .ascx
directoryindex index.aspx# include /etc/ mono -server2/ mono -server2-hosts.conf
include /etc/ mono -server4/ mono -server4-hosts.conf
monoautoapplication disabled
- さくらのVPSにRadiant CMSをセットアップ
$ cd ruby-1.8.7-p352
$ ./configure --prefix=/usr/
$ make ; make test
- MySQLサーバ
5.簡単なデータベース操作
create database xxxx;
show databases
use xxxx;
show tables;
- ubuntu server Django1.2.3,mod_wsgiをセットアップ
#python setup.py install
|