タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

moduleとapacheに関するwablogのブックマーク (5)

  • MODULE.JP - Apache module書きのためのautoconf

    非標準ライブラリを要求するApache moduleの配布とビルドに便利なconfigureスクリプトを添付しよう。MySQLやPostgreSQLのライブラリを自動検索していい塩梅なMakefileを作るためのautoconfの使い方。 外部ライブラリを要求するmoduleのビルド libmysqlclientやlibpgなど、システムによってパスが異なるライブラリやヘッダを要求するApache moduleはどうビルドさせればスマートか? Apache moduleを書く場合Apacheのapxsコマンドでとりあえずいい塩梅のMakefileとスケルトンコードを得ることができる。通常このMakefileを使えばそのままモジュールをビルドすることができるのだが、非標準ライブラリにリンクするモジュールはそのMakefileを次のように書き換える必要がある #DEF=-Dmy_define=

  • Introduction to the Apache table API

    Copyright 2002 Thomas Eibner Tables in Apache works almost like hashes in Perl. The main difference between the two is that you can have two of the same keys in the Apache table API. The table lookups are done in a case-insensitive manner. This reference is structured as most of the functions are grouped and tries to make examples that work for both Apache 1.3.x and 2.0.x. The implementation of ta

  • AuthMemCookie Apache Module

    AuthMemCookie Apache Module "Auth MemCookie" is an Apache v2 Authentication and authorization modules based on "cookie" Authentication mechanism View on GitHub Download .zip Download .tar.gz What is “Auth MemCookie”? Auth MemCookie is an Apache v2 Authentication and authorization modules are based on cookie Authentication mechanism. The module doesn’t make Authentication by it self, but verify if

  • Apache module accessing PostgreSQL

    PostgreSQL とやりとりする Apache のモジュールを作ってみた 以前から、特に理由はないのですが、Apache のモジュールを作りたいと思っていました。 で、この間、発作的に、 Apacheモジュール プログラミングガイド というを買ってしまいました。 まあ、せっかくなので、作ってみました。 あ、今回使用したソースは、 ここにあります。 目次 1. 環境 2. 作るもの 3. モジュールの内容 3.1 基なところ 3.2 設定ファイルなところ 3.3 pgsample_handler 3.4 pgsample_cdir_cfg 3.5 PostgreSQL とやりとりする関数たち 4. 動作確認 5. 最後に 1. 環境 VineLinux 2.5 および Debian GNU/Linux woody 上で確認しました。 Apache のバージョンは、どちらも 1.3.2

  • 案ずるより生むが易し: ubicast Bloggerではじめる複数ブログ運営

    AFTERTOUCH surreal SxGx maniac cinema&book; review *めぐりあうたびに溺れて 見失うたびに胸焦がしてた* InverseDiaryFunction SxGx キェェェェ N山家の人々 Dairy ☆質問ダイアリー☆ ネタ帖 むらみぃ 世の中とあたしの繋がり GOOBERS ++今日のechiko++ ロストマインドガール * mayumi blog * モウソウtagebuch 読書感想日記☆ネタバレ注意警報! 癌と煙草と酒と 俺の道 toro's blog. ++ torog ++ ココアシガレット・アンダーグラウンド Deportare gorf net AFTERTOUCH surreal 2ちゃんねるの超怖い話 maniac cinema&book; review CARLTON1976 平凡な日々 秘密のホンネ ゴリラ秘話。 L

  • 1