[ic] httpd.conf settings? Please help..

Greg Gaskill g.gaskill@aboron.com
Fri, 4 May 2001 00:56:26 -0400


> -----Original Message-----
> From: interchange-users-admin@lists.akopia.com
> [mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Steve &
> Patti Getzinger
> Sent: Thursday, May 03, 2001 3:51 PM
> To: interchange-users@lists.akopia.com
> Subject: Re: [ic] httpd.conf settings? Please help..
>
>
> Here is what you want:
>
>     ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
>     RewriteEngine On
>     RewriteRule    ^$      /cgi-bin/demo/index.html     [PT,L]
>     RewriteRule    ^/$     /cgi-bin/demo/index.html     [PT,L]
>     RewriteRule    ^/index\.html$       /cgi-bin/demo/index.html
> [PT,L]
>     RewriteRule    ^/cgi-bin/demo/.*   -        [PT,L]
>     RewriteRule     ^/.*images/.*   -       [PT,L]
>     RewriteRule    ^/(.*)      /cgi-bin/demo/$1 [PT,L]
>
> Add this between your <virtualhost> tags for that domain name. Replace
> demo with your cat name. You are welcome and as I stated earlier it is
> in the archives.


All I did for my site was add this:

	DirectoryIndex /cgi-bin/construct/index.html

to my <virtualhost> section.  I figure the odds are really slim that this
will ever match anything in another subdirectory.

Greg



>
> Steve
>
> Marco Mescoli wrote:
> >
> > >
> > > I'm using RH linux 7.0, Apache, with the latest stable
> interchange engine.

<Chop>