ln -s リンク元path リンク先path
リンク元 = 実際に存在するファイル・ディレクトリ
リンク先 = 架空のファイル・ディレクトリ
really-simple-ssl
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/cgis2/required.asia/public_html/wp-includes/functions.php on line 6114twentyfourteen
ドメインの翻訳の読み込みが早すぎました。これは通常、プラグインまたはテーマの一部のコードが早すぎるタイミングで実行されていることを示しています。翻訳は init
アクション以降で読み込む必要があります。 詳しくは WordPress のデバッグをご覧ください。 (このメッセージはバージョン 6.7.0 で追加されました) in /home/cgis2/required.asia/public_html/wp-includes/functions.php on line 6114ln -s リンク元path リンク先path
リンク元 = 実際に存在するファイル・ディレクトリ
リンク先 = 架空のファイル・ディレクトリ
main.cf
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
/etc/postfix/aliases
転送元アカウント: 転送先アカウント
設定したら
newaliases
を実行
例)
info: matsuda
info: matsuda,syokunin@domain.com
※転送元はサーバアカウントとして存在しなくてもOK
コマンドへも渡せる
info: “| コマンド”
PHPでは
$fp=fopen(“php://stdin”, “r”);
でメールを取得可能
.forward を利用する手もある
・vsftpd.confの記述
local_root=[default_chroot_dir]
user_config_dir=[user_config_dir]
・/etc/vsftpd.chroot_listに対象ユーザー名記述
・user_config_dirで指定したディレクトリにユーザー名と同じ名前のファイル作成。
・上記ファイルに絶対パスでchrootするディレクトリを記述
local_root=[chroot_dir]
・場合によっては再起動
/sbin/service vsftpd restart
/etc/init.d/httpd configtest
%b そのリクエストで行われたデータの転送量(bytes)
%f リクエストされた仮想ディレクトリ+ファイル名
%{Foobar}e 環境変数(Foobarで指定したもの)の内容
%h リクエストしたコンピュータの名称またはIPアドレス
%a リクエストしたコンピュータのIPアドレス
%{Foobar}i リクエストヘッダ(Foobarで指定したもの)の内容
%l リモートログ名(identdをクライアントがサポートしているとき)
%{Foobar}n ほかのモジュールからのノート(Foobarで指定したもの)の内容
%{Foobar}o レスポンスヘッダ(Foobarで指定したもの)の内容
%p リクエストを受けたポートの番号
%P リクエストを受けたApacheのプロセス番号(PID)
%r リクエストの最初の行
%s リクエストに対するHTTPのステータスコード(表3参照)
%t リクエストされた時間(形式例:[08/Feb/2002:04:50:13 +0900])
%{format}t リクエストされた時間(formatで指定した形式で記録)
%T リクエストの処理に要した時間(秒)
%u クライアント側のユーザー名
%U リクエストされたURLパス
%v サーバがリクエストを処理する正統なServerName?
%V UseCanonicalName?の設定によるサーバ名
onClick=”window.open(‘[FileName]’,’WindowName’,’width=000, height=000, scrollbars=yes, resizable=yes, status=no, left=000, top=000)”
onClick=”javascript:window.close();
<form name=’jump’>
<select name=’menu’ onChange=’location=document.jump.menu.options [document.jump.menu.selectedIndex].value;’ value=’GO’>
<option value=”http://url_1″>URL1</option>
<option value=”http://url_2″>URL2</option>
<option value=”http://url_3″>URL3</option>
</select>
</form>
onClick=”history.back()”
$sub=”=?iso-2022-jp?B?”.base64_encode(mb_convert_encoding($sub,”jis”,”euc”)).”?=”;