Man, I wish there was a good doc around to help with this because I keep seeing tons of posts but none that really help me out.
- I'm running samba 2.0.10-2 on RH7.1.
- Apache is installed and configured; localhost brings up the test page just fine.
- /etc/services has the following line:
swat 901/tcp # Samba Web Administration Tool
- /etc/xinetd.d/swat contains:
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = no
}
- /sbin/chkconfig --list outputs this at the end:
xinetd based services:
rexec: off
rlogin: off
rsh: off
chargen: off
chargen-udp: off
daytime: off
daytime-udp: off
echo: off
echo-udp: off
time: off
time-udp: off
finger: off
ntalk: off
talk: off
telnet: off
rsync: off
swat: on
Anyone know why I can't connect to
http://localhost:901 ?
Thanks!