忍者ブログ
気になった内容を自分メモとして記述。 ある程度まとまったところで、Chips集として意味を持たせられれば幸いです。 まずは色々内容を増やしていきます。
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

連載っぽいタイトルをつけてしまった。
今後の掲載は未定。

ここでの自宅サーバとは、個人で管理しているサーバということで。

現在、研究室のグローバルIPと余っているPCを利用して、
CentOS 5.5 でサーバを構築している。

来春の卒業を控え、自宅サーバの運用に着手していく。

現在のプランは、2つあって、
1. 一人暮らしの部屋で、マシンを用意して運用する。
2. VPS を借りて、そちらで運用する。

1. の場合
引っ越しがめんどくさいのと、
就職後の配属先がおそらく5月末まで決まらないという状況のため、
あまり好ましくない。

ということで、2.
さくら、Saases、serversman@vps あたりが候補に挙がっている。
本格的にサービスを動かす気もなく、趣味で扱う予定なので、
値段を考慮して決めていきたい。

ひとまず、現状では研究室のサーバでコンテンツの動作確認がとれるので、
そちらでの取り組みをblogの方に載せていく。

そもそも就職後に、サーバ周りで遊ぶ時間がとれるかも分からないので、
ぼちぼちとやっていきます。

PR
参考サイト
http://www.abe-tatsuya.com/web_prog/perl_cgi/mail2perl.php
http://www.abe-tatsuya.com/web_prog/linux_unix/aliases.php

<.forwardで実現した。>
vi /home/ユーザ名/.forward
「i」キーを押して、入力
「ESC」キーで入力を閉じて
「ZZ (shiftキー + zキー二回)」で上書き保存

例:
メールアドレスを2つ持っているとして、
hoge1@hoge.com (自宅サーバ)
hoge2@hogehoge.jp (フリーメール)

vi /home/hoge1/.forward

■.forwardファイルの中身
hoge2@hogehoge.jp

メールが届く
hoge2@hogehoge.jp
メールが届かない
hoge1@hoge.com (自宅サーバ)

■両方に届かせたい場合は以下のように複数行に渡って記述
先頭の「\」は、転送先の展開を抑制のため。
ループしてしまうのを防ぐ。

.forwardファイルの中身
\hoge1@hoge.com
hoge2@hogehoge.jp

■phpを起動させる場合
"| usr/bin/php /var/www/html/hoge1/***.php


権限など、その他参考サイト:
http://technique.sonots.com/?UNIX%2F%E8%A8%AD%E5%AE%9A%E3%80%81%E8%A8%AD%E5%AE%9A%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%2F.forward

XAMPPは開発者向けにリリースされており、
開発環境としての利用を想定されている。
そのため、本番運用は避けた方が良い。

XAMPPのセキュリティレベルの確認方法
http://localhost/xampp/
左側メニューのセキュリティを選択
要注意と書かれている内容を解消していく。
Mercury の設定

http://side-b.sto.co.jp/weblog/archives/224
http://d.hatena.ne.jp/sutara_lumpur/20100617/1276728122

C:\xampp\apache\bin\php.ini

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

Gmail のsmtpサーバを利用する場合は 
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp.gmail.com
; http://php.net/smtp-port
smtp_port = 587

-----
phpでsendmail を 利用したい場合には、以下の「;」を外す。
;sendmail_from = postmaster@localhost
;sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"

; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = postmaster@localhost

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"

; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =

; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = Off

; Log all mail() calls including the full path of the script, line #, to address and headers
;mail.log = "C:\xampp\apache\logs\php_mail.log

参考URL
http://blog.magical-remix.net/urame/archives/370

apache で ログを見る。

/var/log/httpd/access_log
設定によっては
access_log.1 のように末尾に数字をつける。

自分の場合は、Windowsクライアントから
1.公開ディレクトリへ移動して
cd /var/www/html
2.ログファイルをコピー
cp /var/log/httpd/access_log 適当なファイル名
3.FTPでダウンロードして、分析ツールへ
ApacheLogViewer
http://win.kororo.jp/weblog/2006/08/17/post_0808.php




カレンダー
10 2024/11 12
S M T W T F S
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
フリーエリア
最新コメント
[07/07 Abuperut]
[06/26 Stanleymync]
[06/05 Apukibul]
[06/04 Buy Cigarettes Online]
[05/31 RobertPi]
最新トラックバック
プロフィール
HN:
daigumi
性別:
非公開
職業:
会社員(システムエンジニア)
自己紹介:
連絡先・メール
gaigumi[at]gmail.com
[at]を@に置き換えるか
以下のフォームからどうぞ
メールフォームはこちら
バーコード
ブログ内検索
最古記事
(11/25)
(11/25)
(11/25)
(11/25)
(11/25)
P R
カウンター
アクセス解析
アクセス解析

Copyright © [ Handbill BACK ] All rights reserved.
Special Template : 忍者ブログ de テンプレート
Special Thanks : 忍者ブログ
Commercial message : [PR]