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
Modify the
Start RESIN and Apache, respectively
Access http: // hostname / caucho-status can see the status page of the resin