Configuration of Apache + Resin in Linux Environment

xiaoxiao2021-03-06  17

Apache Installation Configuration TAR XVZF HTTPD * // Decompression Source Pack CD HTTPD * // Enter the Installation Directory / Configure --prefix = / usr / local / apache2 --enable-so // Compile // - Enable-SO According to Apache The version can be different, please use the --help parameter to view the available options Makemake Install // Installation

Modify conf / httpd.conf for HTTP configuration

RESIN Installation Configure TAR ZXVF RESIN * // Decompression Source Pack CD RESIN * // Enter the installation directory ./configure --with-apxs = $ apache2_home / bin / apxs ... // can be compiled, you can use - HELP parameters View Available options Makemake Install // Installation

At this point, RESIN is generated. SO file, its existence with $ apache2_home / modules / mod_caucho.so

Modify conf / httpd.conf for http configuration loadingmodule caucho_moducho.io resinconfigser logalhost 6802 setHandler Caucho-Status

Modify the to change WebApps / root to apache's httpd.conf configuration file Document root table of Contents

Start RESIN and Apache, respectively

Access http: // hostname / caucho-status can see the status page of the resin

转载请注明原文地址:https://www.9cbs.com/read-41223.html

New Post(0)