Romeldinho Carioca wrote:

> when i access http://localhost:901, there's no config page 
> that is loaded.  The browser is not configured to use any 
> proxy.  Localhost is included in the etc/hosts file. 
>  Checked man of samba and swat and found out that I have 
> to configure inetd.conf.  The problem is walang inetd.conf 
> sa /etc.  Search ko na wala rin.  Pano magkaroon ng inetd? 
> is it a daemon?  Please help.  Thnx

What distro are you using? If Red Hat 7.x or 8.0, the swat
configuration in inetd.conf is now in /etc/xinetd.d/swat . xinetd
provides the same functionality as inetd in newer versions of RH.

/etc/xinetd.d/swat has probably been configured during installation
if you use rpm. If you didn't use RPM, here's what the xinetd.d/swat
should look like. Tweak it if needed, esp. the path to server.

service swat
{
        disable = no
        port            = 901
        socket_type     = stream
        wait            = no
        only_from       = 127.0.0.1
        user            = root
        server          = /usr/sbin/swat
        log_on_failure  += USERID
}

Once the xinetd configuration's done, as root type: 
    
    service xinetd start

And then try SWAT again on your browser.

Benj
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to