[ic] RE: using mod_perl2 with admin fully functional

Paul Vinciguerra pvinci at vinciguerra.com
Sun Apr 3 16:08:24 EDT 2005


On Sat, 2 Apr 2005 22:50:10 -0800, Karen Gold wrote
> Paul Vinciguerra wrote:
> > Are you using virtualhosts?
> >
> Yeppers.
> 
> <VirtualHost 192.168.10.183>
> DocumentRoot "/home/domain.com/public_html"
> ServerName www.domain.com
> ScriptAlias /cgibin/ /home/domain.com/public_html/cgibin/
> <Location "/cgibin/store.cgi">
>  SetHandler perl-script
>  PerlOptions +GlobalRequest
>  PerlResponseHandler  Interchange::Link
>  PerlSetVar DropRequestList "/default.ida /x.ida /cmd.exe /root.exe"
>  PerlSetVar OrdinaryFileList "/images/ /standard/ /interchange-5/
> /robot.txt"
>  PerlSetVar InterchangeServer /home/interchange/53intrchg/etc/socket
>  PerlSetVar InterchangeScript /cgibin/store.cgi
> </Location>
> ...
> ...
> </VirtualHost>
> 
> --
> Karen Gold

Use the latest from today's CVS.  Its been working for me for months.

Paul


More information about the interchange-users mailing list