On Sat, 17 Feb 2007 18:36:33 -0800 John R Pierce pierce@hogranch.com wrote:
Chris Moloney wrote:
After installing samba, "rpm -q" shows me I have samba, samba-common, samba-client and samba-swat installed.
However, putting http://localhost:901 in the browser brings up an error that the URL cannot be found.
swat is installed disabled by default. go to /etc/xinetd.d, find the swat config file, and # comment out the line that says 'disabled'... service xinetd reload, then you can connect to http://localhost:901
chkconfig swat on