[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] redirect



 
> 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