Web Hosting Talk







View Full Version : error starting http


interactive6
07-26-2002, 11:28 PM
[admin admin]$ /etc/rc.d/init.d/httpd start
Setting up Web Service: chiliasp: Failed to open libcasp2ap.so.
Check your LD_LIBRARY_PATH environment variable.
/usr/sbin/httpd

touch: /var/lock/subsys/httpd: Permission denied


anyone have any idea how to fix that error?
.J

IFAPaulB
07-27-2002, 10:40 PM
If you can get to the control panel you can probably get going on a temporary basis by disabling ASP alltogether.
What version of ASP are you running?

blacknight
07-28-2002, 06:53 AM
If you are using an older version of Chilliasp go to the Chillisoft (now SUn One) site and download to your harddisk the latest version of ASP.
Upload it via FTP to your RAQ.
cp *.pkg /home/packages

You should then be able to run the command line update/install of Chillisoft.
This will make a few changes to your httpd.conf and hopefully solve your problem.
Did you install the patch/security package for Apache? I think some people had problems afterwards, but as far as I know upgrading the ASP install fixed it.

chirpy
07-28-2002, 07:01 AM
Apart from the Chillisoft problem, you're getting a Permission denied error because...

[admin admin]$

You do need to be logged in as root, too! :eek: Make sure that you do the following after you login as admin:

su -

then enter your admin password again (unless you know that you have a different root password). Then try the Apache start command.

blacknight
07-28-2002, 07:16 AM
We've probably all made that mistake at some stage!

jahsh
07-29-2002, 04:11 PM
try this:
rm /var/lock/subsys/httpd
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start