- 论坛徽章:
- 0
|
resin 在redhat8 下的安装问题
To configure Apache with Resin, you must configure both Apache and Resin. The Resin
configuration is identical to Resin's httpd configuration. The Apache configuration tells Apache
Copyright (c) 1998-2002 Caucho Technology. All rights reserved
- 4 -
how to find Resin.
1. Compile mod_caucho.so using ./configure --with-apache; make
2. Any needed Apache httpd.conf changes
3. Any needed Resin resin.conf changes
4. Restart Apache
5. Start Resin with resin-2.1.0/bin/httpd.sh on Unix
On Unix, you'll run configure using --with-apache and then make:
unix>; ./configure --with-apache=/usr/local/apache
unix>; make
unix>; make install
Resin Installation Getting Started - p. 5 |
|