Results 1 to 1 of 1

Thread: busybox_httpd from xinetd, possible?

  1. #1
    Join Date
    Sep 2007
    Location
    czech republic
    Posts
    182

    busybox

    busybox_httpd from xinetd, possible?
    i add
    Code:
    busy 81/tcp
    to /etc/services
    and config file to xinetd.d
    Code:
    service busy
    {
      port = 81 
      wait = no
      disable = no
      user = root
      server = /usr/sbin/busybox_httpd
      server_args = -p 81 -h /opt/share/www
      socket_type = stream
    }
    but acces to 192.168.1.1:81 not working :-(
    in syslog is only:
    START: busy pid=308 from=192.168.1.3

    maybe i am too naive to run easy aplication from xine like busybox_httpd
    Last edited by gouryella; 23-03-2009 at 09:29.
    RT-N13u dd-wrt | Toshiba 2.5" 160GB | pxe boot server

Similar Threads

  1. xinetd samba2 doesn't start
    By Egres in forum WL-500gP Q&A
    Replies: 2
    Last Post: 16-04-2008, 11:50
  2. How to install/activate xinetd
    By frankd in forum WL-500g Q&A
    Replies: 11
    Last Post: 27-06-2005, 14:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •