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

Greg Gaskill g.gaskill@aboron.com
Fri, 4 May 2001 10:03:23 -0400


> -----Original Message-----
> From: interchange-users-admin@lists.akopia.com
> [mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Rene
> Hertell
> Sent: Friday, May 04, 2001 3:55 AM
> To: interchange-users@lists.akopia.com
> Subject: RE: [ic] httpd.conf settings? Please help..
>
>
> > 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.
> >
>
> You could put the same line into a .htaccess file
> (/var/www/html/.htaccess).
> All RewriteRule stuff should also work from this file. I'm not sure, but I
> guess that if you make changes to the httpd.conf file, then the apache
> server has to be restarted... With the .htaccess file you don't have to do
> that :)

Yes, I do have to restart apache to get the changes to be active; however,
if
you do:

kill -USR1 (apache's pid)

then apache never stops serving reqests and just updates the config, killing
off the old-configed processes as they finish their current requests.


Greg Gaskill



>
> René
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>