[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] redirect
- Subject: RE: [cobalt-users] redirect
- From: "Boris Vanrillaer" <raq3@xxxxxxxxxxxxx>
- Date: Mon Dec 17 15:30:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Chris Fragogiannis
> Sent: Tuesday, December 18, 2001 12:00 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] redirect
>
>
> Does anyone know how can I change the start html page of a
> specific directory in order not to be "index.html"? I want a
> ".cgi" file to be the start page. I looked in the access.conf
> and srm.conf but I didn't find anything. Any help would be
> appreciated.
Hi Chris,
I'm pretty new to this list so please don't flame me if my quoting is
not as it should be ... ;-p
To answer your question ...
vi /etc/httpd/conf/srm.conf
find this line:
DirectoryIndex index.html index.htm etc....
and add the cgi options: index.cgi
then restart httpd:
/etc/rc.d/init.d/httpd restart
Should do the trick ...
Best Regards,
Boris