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

RE: [cobalt-users] /home/chiliasp/asp-apache-3000/caspd can't permament shutdown forever.



Here is the procedure of how to disable chillisoft:

First thing to disable asp from the GUI, then

SSH into the server

su -

cp /etc/httpd/conf/srm.conf /etc/httpd/conf/srm.conf.bak 
pico -w /etc/httpd/conf/srm.conf

in the /etc/httpd/conf/srm.conf file search (Ctrl+w) for three lines as below 
that contain "chiliasp".

Hash out (put "#") in front of three lines as below:

# Chil!Soft ASP handlers 
# AddHandler chiliasp .asp 
# AddHandler chiliasp .asa 
# CaspLib /home/chiliasp/asp-apache-3000

when you're done press "ctrl + X", then Y and enter.

now edit the httpd.conf file.

cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak 
pico -w /etc/httpd/conf/httpd.conf

in the httpd.conf look for the following line: 
make sure you put a "#" in front of this line.

# LoadModule casp2_module modules/mod_casp2.so

when you're done press "ctrl + X", then Y and enter.

then restart httpd:

/etc/rc.d/init.d/httpd stop 
/etc/rc.d/init.d/httpd start

That will disable the asp.

Al-Juhani
aljuhani@xxxxxxxxx

>===== Original Message From cobalt-users@xxxxxxxxxxxxxxx =====
>Hello,
>
>I disable "ASP Administrative Server" in RAQ4 control panel.
>I run "/sbin/chkconfig --list"  and didn't found about "asp-apache-3000" or 
"caspd".
>I stop by run "/etc/rc.d/init.d/asp-apache-3000 stop".
>But when the server reboot, they run again.
>
>Thank
>Nuchanrin J.
>--
>
>  515 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspd
>  516 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspd
>  517 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspd
>  519 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  562 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  563 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  564 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  568 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  576 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>  577 ?        S      0:00 /home/chiliasp/asp-apache-3000/caspeng -p:3001 
-mt:5
>