[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Asp code is viewed..... Raq4
- Subject: Re: [cobalt-users] Asp code is viewed..... Raq4
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Mar 6 22:03:20 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 06 Mar 2002, Farooq Omer wrote:
> * chiliASP Crashed some how, so i had to romved it.
> but the problem is where ever some one request a .asp, the source
> of asp page is returned.
>
> *how to stop it immidiatly, i dont want to run chiliasp any more and i dont
> want .asp files to be opened/downloaded any more.
>
Look in srm.conf
/etc/httpd/conf/srm.conf
DirectoryIndex index.html index.htm index.shtml home.html home.htm
default.html default.htm index.php default.php index.asp default.asp
Remove the .asp entries
# Chil!Soft ASP handlers
AddHandler chiliasp .asp
AddHandler chiliasp .asa
comment these out
# Chili!Soft casp2
CaspLib /home/chiliasp/asp-apache-3000
commnet this out
look for the same things in
/etc/httpd/conf/httpd.conf
--
Gerald Waugh