[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Webserver no longer working
- Subject: Re: [cobalt-users] Webserver no longer working
- From: "Ray Healy \(Data Net Services\)" <ray@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Jul 1 10:00:00 2002
- Organization: Data Net Services
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Dear Michelle
I had the same problem with my RAQ4 - I have listed below exactly what I did
and what happened - my machine is back up again :-)
Apache / Security / TCP / ASP Patches & Install - 30/06/02
Installed the 3 patches from Cobalt - Security / TCP / Apache - PATCHES
13323 / 14559 / 15417
Installed fine.
Rebooted
Lost web server / GUI /all sites / ASP
SSH into machine OK (email was also OK)
Restarted web server - caused an error
(/etc/rc.d/init.d start)
(error was - Setting up Web Service: chiliasp: Failed to open
libcasp2ap.so. - Check your LD_LIBRARY_PATH environment variable. -
/usr/sbin/httpd)
Commented (#) out the 2 lines in srm.conf and httpd.conf
SRM - (Before - CaspLib /home/chiliasp/asp-apache-3000)(After - #CaspLib
/home/chiliasp/asp-apache-3000)
HTTPD - (Before - LoadModule casp2_module
/etc/httpd/modules/mod_casp2.so)(After - #LoadModule casp2_module
etc/httpd/modules/mod_casp2.so)
Restarted web server and all was OK
Checked the logs and saw we had a CHMOD error
(error was AllowChmod is depreciated and will not work consistantly)
Modified the proftpd.conf
Before -
<Global>
AllowChmod on
# Report localtime, not GMT
TimesGMT off
</Global>
After -
<Global>
<Limit SITE_CHMOD>
AllowAll
</Limit>
# Report localtime, not GMT
TimesGMT off
</Global>
Rebooted - all OK
Downloaded the ChiliASP 3.6.2 (had to use wget command)
(wget
ftp://download.chilisoft.com/pub/chiliasp/cobalt/raq4/RaQ4-chiliasp362-2.pkg
)
Installed - all OK
Rebooted
ALL FINE - no CHMOD errors and ASP works fine with the web server
> Please can anyone assist
>
> I applied the Apache 2.0.1 update & the tcpdump 2.0.1 update for the
Raq4i -
> now my webserver no longer works (and Chilisoft ASP)- Please can anyone
> please advice how I can go about fixing the problem.
>
> any help would be appreciated
>
> regards
> Michelle