- 締切済み
apacheのモジュールについて
Apache初心者で勉強中です。 Fedoracore5既存のApache2でモジュールを追加する方法がわからず困っています。 具体的には、下記のことががわかりません。 1."mod_perl2"を入れたいが、Fedoracore5既存のApache2がインストールされているディレクトリが、どこを指すのかわからない。 ("/etc/httpd/conf/" or "/usr/sbin/"?) 2."mod_deflate"をコンパイルしたいが、"mod_deflate.c"のあるディレクトリがわからない。 また、よろしければでいいのですが、apacheは、「OS既存」と「ソースをインストールしたもの」、どちらが使い勝手がよいでしょうか。 お答えいただけると幸いです。 初心者ゆえ、もしかしたら、言葉のはき違いがあるかもしれませんが、よろしくお願いいたします。
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- Lean
- ベストアンサー率72% (435/603)
>1."mod_perl2"を入れたいが、Fedoracore5既存のApache2がインストールされているディレクトリが、どこを指すのかわからない。 Fedora Core 5には、パッケージのmod_perl2がありますが、それをインストールすればいいのではないでしょうか? それとも、パッケージがあることは知っていて、mod_perl2のtarballから手動でインストールしたいということでしょうか? -------8<-------8<-------8<-------8<-------8<-------8<------- %rpm -qip mod_perl-2.0.2-5.1.i386.rpm Name : mod_perl Relocations: (not relocateable) Version : 2.0.2 Vendor: Red Hat, Inc. Release : 5.1 Build Date: 日 2/12 16:30:17 2006 Install date: (not installed) Build Host: tweety.build.redhat.com Group : System Environment/Daemons Source RPM: mod_perl-2.0.2-5.1.src.rpm Size : 6880174 License: GPL Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://perl.apache.org/ Summary : An embedded Perl interpreter for the Apache Web server Description : Mod_perl incorporates a Perl interpreter into the Apache web server, so that the Apache web server can directly execute Perl code. Mod_perl links the Perl runtime library into the Apache web server and provides an object-oriented Perl interface for Apache's C language API. The end result is a quicker CGI script turnaround process, since no external Perl interpreter has to be started. Install mod_perl if you're installing the Apache web server and you'd like for it to directly incorporate a Perl interpreter. -------8<-------8<-------8<-------8<-------8<-------8<------- >2."mod_deflate"をコンパイルしたいが、"mod_deflate.c"のあるディレクトリがわからない 下記の通り、パッケージのApacheをインストールされたらmod_deflateもインストールされていると思いますが、手動でコンパイルしたいという事ですか? -------8<-------8<-------8<-------8<-------8<-------8<------- %rpm -qlp httpd-2.2.0-5.1.2.i386.rpm | grep mod_deflate /usr/lib/httpd/modules/mod_deflate.so -------8<-------8<-------8<-------8<-------8<-------8<-------
お礼
遅くなりました。ご回答ありがとうございます。 1.に関しては、その後独自で解決することができました。 2.は単純にmod_deflate.soのありかを探すことができずに出した質問です。 お手数をおかけいたしました。