Mailing List Archive

[mod_backhand-users] Backhanding the Virtual Host DirectoryIndex Entry
Hi,

I'm backhanding cgi's to a mod_perl backend in this manner:

<Directory "/web/rr/r4">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
BackhandSelfRedirect On
Backhand byAge
</Directory>

And everything is working fine except for the DirectoryIndex entry
"r4/home.cgi". Here's a sample virtualhost bucket:

<VirtualHost myvip>
ServerName www.oneofmysites.com
DocumentRoot /web/rr
DirectoryIndex r4/home.cgi
</VirtualHost>

That cgi gets processed by the frontend and I'd like to have it processed
by the backend. I've tried several things and come up empty. Any ideas?

Thanks!

Bob Foster
[mod_backhand-users] Backhanding the Virtual Host DirectoryIndex Entry [ In reply to ]
On Monday, October 15, 2001, at 07:24 PM, Bob Foster wrote:
> Hi,
> I'm backhanding cgi's to a mod_perl backend in this manner:
> <Directory "/web/rr/r4">
> AllowOverride None
> Options ExecCGI
> Order allow,deny
> Allow from all
> BackhandSelfRedirect On
> Backhand byAge
> </Directory>
>
> And everything is working fine except for the DirectoryIndex entry
> "r4/home.cgi". Here's a sample virtualhost bucket:
>
> <VirtualHost myvip>
> ServerName www.oneofmysites.com
> DocumentRoot /web/rr
> DirectoryIndex r4/home.cgi
> </VirtualHost>

If you explicitly visit http://www.oneofmysites.com/r4/home.cgi, is it
backhanded correctly? Does it only misbehave when you load
http://www.oneofmysites.com/?

--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7