[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] Where is that cobalt guy ? Again updateswithout notification
- Subject: Re: [cobalt-security] Where is that cobalt guy ? Again updateswithout notification
- From: mark <sandblade@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Aug 2001 08:59:35 -0400
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
I don't know if everyone knows this, but this is what Chili told me to do to
get my non-asp sites working again. It works and at least allows me to get
to my admin interface.
<snip>
Yes, unfortunately, this PKG was introduced very recently. We are
aware of this issue and are currently working on a fix. If you can wait
for the fix, it should not be longer than a day or so wait.
If not, you'll need to comment out the lines that reference Chili!ASP in
the httpd.conf file on the RaQ. The httpd.conf is located in
/etc/httpd/conf/.
Edit this file and comment out the following lines (if applicable):
*** This line should be at the top of the LoadModule Section ***
1) LoadModule casp2_module /usr/lib/apache/mod_casp2.so
*** This line should be at the top of the AddModule Section ***
2) AddModule mod_casp2.c
*** These three lines should be at the bottom of the file ***
3) AddHandler chiliasp .asa
4) AddHandler chiliasp .asp
5) CaspLib /opt/casp/asp-apache-3000
Also, edit the srm.conf file located in the same directory, and comment
out the "CaspLib" line at the bottom of the file.
Attempt to restart Apache and it should come back up. Keep in mind,
that Chili!ASP will be disabled, but you should still be able to serve
web pages normally. Unfortunately, this is the only fix we have at the
moment. We will be informing all users affected by this situation as
soon as it is available.
Thank you for your patience.
Scott Stone
Chili!Soft Tech Support
</snip>