Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Control Panels => Topic started by: indigo on October 23, 2003, 12:01:58 PM

Title: Where is Swat?
Post by: indigo on October 23, 2003, 12:01:58 PM
I had webmin installed on my linux pc but when i upgraded to newer version of Webmin the swat is no longer available which earlier was available through webmin!.
How can I run swat with out webmin?
Title: Where is Swat?
Post by: Ricky on October 26, 2003, 04:50:35 PM
Is httpd is running on your machine..

Also check for the following..
Do u have following lines about swat in /etc/services files. If not the add them at the end.
Code: [Select]
swat 901/tcp
Also check your /etc/xinetd.conf/swat file for the follwoing lines..If they are not there add them!
Code: [Select]
service swat
{
port = 901
socket_type= stream
wait= no
only_from = localhost
user =root
server= /usr/local/samba/bin/swat
log_on_failure = USERID
disable = no
}