Swat is disabled by default you have to enable it. As the root user.
Open the file /etc/xinetd.d/swat
change the line "disable = yes" to "disable=no"
or you could just use some command line trickery ;D
cd /etc/xinetd.d
cat swat | sed '/disable/s/yes/no/' > swat
Then restart xinetd: /sbin/service xinetd restart
Jim H


Reply With Quote
Bookmarks