[ic] RE: using mod_perl2 with admin fully functional

Karen Gold ic_cvs at LOADUP.com
Sun Apr 3 01:50:10 EST 2005


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







More information about the interchange-users mailing list