Hi.
Anybody have success compiling mod_caucho from Resin pro 3.0.24 or
3.1.2 for Apache2.2 (latest: 2.2.6) on Solaris 10 with Sun Studio
cc[1] (non-gcc)?
We've been having problems getting mod_caucho to work since the
3.0.14-release. It compiles[2] and installs fine, but no requests for
a manually configured URI[3] seem to get sent to the Resin server.
The OS is 64-bit, but Apache and mod_caucho is built 32-bit for
unrelated reasons. We also use Solaris 8, and building on a Solaris 8
box yields the same results.
We use identical build statements to build mod_caucho from Resin pro
3.0.14, 3.0.24 and 3.1.2. Only the 3.0.14-build works.
We've testet against several different running versions of Resin,
including the ones mentioned above.
[1] cc: Sun C 5.8 Patch 121015-02 2006/03/29
[2] ./configure --with-apxs=/path/to/httpd-2.2.6/bin/apxs \
--disable-ssl \
--disable-64bit
[3] In httpd.conf:
# Load Resin-module:
LoadModule caucho_module modules/mod_caucho.so
# Within a VirtualHost - send requests for server.tld/test to Resin:
<IfModule caucho_module>
<Location "/test">
SetHandler caucho-request
CauchoHost localhost 6802
</Location>
</IfModule>
Rgds,
Kenneth Svee
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest