Sorry I need the mapping, could you send /usr/local/resin/conf/resin.conf.
smallufo wrote:
2007/10/2, David Bernard <[EMAIL PROTECTED]>:
It depends of how you map/forward from apache to resin.
What is your apache configuration?
If it works when you access resin directly, what is done when you access
throught port 8080, then it's not a resin problem.
Hi , this is my (partial) httpd.conf
NameVirtualHost *:80
<VirtualHost *:80>
ServerName foo.bar.com
DocumentRoot /home/foobar/www
ErrorLog /home/foobar/log/error_log
CustomLog /home/foobar/log/access_log combined
<Directory />
# DAV on
AllowOverride
# AuthConfig
order deny,allow
Options Indexes FollowSymLinks ExecCGI
</Directory>
</VirtualHost>
#
# mod_caucho Resin Configuration
#
LoadModule caucho_module /usr/lib/httpd/modules/mod_caucho.so
CauchoConfigFile /usr/local/resin/conf/resin.conf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]