Hi-

I am trying to install a configuration as follows:

JRun server with default-app servlet named Main mapped to /

Apache as external web server.

<VirtualHost 209.xxx.xxx.xxx>
    <Directory /home/vhosts/xxx>
        Options Indexes Includes FollowSymLinks ExecCGI
        AddHandler cgi-script .cgi
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
    DirectoryIndex default.jsp
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/vhosts/xxx/default-app/
    ServerName getagig.teaminteract.com
    ErrorLog /var/log/httpd/xxx-error_log
    CustomLog /var/log/httpd/xxx-access_log combined

<IfModule mod_jrun.c>
JRunConfig jrun.rootdir "/usr/local/JRun/bin/./.."
JRunConfig jvmlist getagig
JRunConfig Verbose false
JRunConfig ProxyHost 209.xxx.xxx.xxx
JRunConfig ProxyPort 3109
JRunConfig Mappings "/home/vhosts/xxx/local.properties"
</IfModule>

</VirtualHost>

and all I get is an index. If I turn off Indexes I just get a permission 
error.

Without the external web server everything is working fine.

Can anyone help me with what I am missing???

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to