2008-06-01から1ヶ月間の記事一覧

/home/crimaru/wwwにドキュメントルート設定したら403

httpd.confに <Directory "/home/crimaru/www"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Op</directory>…

ポート81でアクセスする

#Listen 12.34.56.78:80 Listen 80 Listen 81を増やしてvirtualhost増やす

LOGとれてなかったお

combine combine combine combine combine combine combine combine combine combineとなっていた。げげ httpd.conf <VirtualHost XX.XXX.XX.XX:80> ServerName xxxx.com ServerAlias www.xxxx.com DocumentRoot /xxx/xxx/xxx/xxxx ErrorLog logs/xxxx-error_log CustomLog logs/xxxxxx-ac</virtualhost>…

BSDでFTPが起動しなかった

bsd

/etc/rc.d/ftpd start なにもおきないvi /etc/rc.conf ftpd_enable="YES"を書き足す( ゚Д゚)ウマー

マイグレーションでシリアル型

マイグレーションだけphp案件でつかってて、serialのを追加したかった def self.up add_column :price, :id, :serial add_column :price, :periodtype, :string end で、できたpostgresql8.3でしかみてない。

県名ようプラグイン

すばらしっす 2008-05-28 自分で使うようにちょっとだけ手入れ function smarty_function_html_pref($params, &$smarty){ $selected = $params['selected']; $pref_array = array( '01' => '北海道','02' => '青森県', '03' => '岩手県','04' => '宮城県', '…

{html_select_date}でXXXX年XX月XX日ってだしたい

そうかバラせばよかったのか {html_select_date time = "" prefix = "birthday_" start_year = "1920" end_year = "-1" field_order = "Y" field_separator = "" year_empty = "" all_extra = 'class="html_select_date"' }年 {html_select_date time = "" p…

Aptanaでtplファイルを関連付ける方法

http://katsuma.tumblr.com/post/21385680/aptana-tpl

アップロード用ライブラリ

php

ファイルアップロード&画像加工ならお任せ·CLASS.UPLOAD.PHP MOONGIFT