Page 4 of 4 FirstFirst ... 234
Results 46 to 60 of 60

Thread: Webserver

  1. #46
    Code:
    ipkg remove apache
    You dont need apache when using lighttpd.

    Sollie.

  2. #47
    forget that last post - just discovered the -force-reinstall option in ipkg. Now I'm getting an error about not being able to load the library 'libxml2.so.2' - I'll try following the instructions again.

  3. #48
    HEHE, try this:

    ipkg install libxml2
    Sollie.

  4. #49
    yep, just figured that out - It all seems to be working now - still a few errors kicking about, but the php config script works from my browser!

    Many thanks

    euclyd

  5. #50
    Your welcom.

  6. #51
    d3viant, tip for you, use cutenews (http://cutephp.com) as blogger on lighttpd. Its running perfect. Look at mine:

    http://www.vribes.nl

    Sollie.

  7. #52
    Sollie: thanks, it looks good

  8. #53
    d3viant,

    Do you have an copy of talean 1.1.2 (or can you copy yours). Coz i tried the new 1.1.3rc1, couldnt get it running and forgot to keep the 1.1.2 version.

    Sollie.

  9. #54
    Sollie - you can download the previous version from sourceforge aswell:

    http://sourceforge.net/project/downl...tar.gz&7815072

  10. #55
    Sorry, but i ffound the problem.

    http://telaen.org/index.php?option=c...d=1072&catid=5

    Little bug in the new 1.1.3 client. But its much faster after using the patch.

    Thanks anyway.

    Sollie.

  11. #56

    Help

    So I was following the great Tuturial D3viant and Sollie put up and after modifying everything, I go into 192.168.1.1:8083 (port I assigned since I changed mt-daapd to run 8082..keep all ports together

    Anyways, it comes backs and says it works. So I assuming that I'm suppose to dump the telean files in that directory

    /opt/share/www

    Question is as dumb as it may sound...How do you go about doing it..whats the command. I'm a complete n00b as unix however I'm picking everything up fairly quickly. I'll go research is but if you could tell me, let me know..

    It looks pretty cool. Thanks

    Dave

  12. #57
    There's a couple of ways - I would personally recommend scp. This will securely copy the files across to your router from your pc. You will need to setup ssh first (you've probably done this already if you have mt-daapd installed) - there are tutorials on this forum. Then if you google for winscp, you will find a client that is free to download.

    Install this and run it.
    Enter the details of your router (IP and username/password) then click go
    Drag the files from your computer on the left to the correct directory on the router on the right hand side.

  13. #58

    What next?

    Quote Originally Posted by sollie View Post
    Ok, lets go:

    1: Install php (without editing php.ini, the default works fine)
    Code:
    ipkg install php
    2: Install fast cgi
    Code:
    ipkg install php-fcgi
    3: Install lighttpd
    Code:
    ipkg install lighttpd
    4: Install file editor
    Code:
    ipkg install nano
    5: Edit lighttpd.conf
    Code:
    nano /opt/etc/lighttpd/lighttpd.conf
    5.1 Uncomment --->
    Code:
    "mod_fastcgi",
    5.2 Use --->
    Code:
    server.document-root        = "/opt/share/www/"
    5.3 Change serverport to --->

    5.4 Uncomment --->:

    Dont forget to use /opt/bin/php-fcgi

    6: Chmod www directory
    Code:
    chmod 777 /opt/share/www
    7: Create a symlink to MYSHARE1
    Code:
    cd /shares/MYVOLUME1/MYSHARE1
    ln -s /opt/share/www
    Thats all,

    Sollie.
    OK, so I followed this and all seemed to work. However, I have not started lighttpd. How do I do that? I tried a reboot but still can't get to port 8082.

    Thank you!

  14. #59
    hehe,

    Step 8: just use the following command:

    Code:
    /opt/etc/init.d/S80lighttpd start
    Or you can just add it to rc.local.

    Sollie.

  15. #60

    Nearly there!

    Thanks for your help so far. It now looks to be nearly sorted.

    I can access a PHP page but then when I try to get to a page that does anything like writing it just times out. I have checked permissions and root does look to be the owner of the file and have write permissions.

    Any ideas?

    Thanks again
    Last edited by glenmaroney; 24-04-2007 at 18:25. Reason: Problem investigated further

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. WL-500gx with openwrt pre-rc5 howto webserver?
    By ye_old in forum WL-500g Custom Development
    Replies: 1
    Last Post: 22-03-2006, 12:54
  2. webserver stops after several minutes
    By arnold in forum WL-500g Q&A
    Replies: 0
    Last Post: 07-03-2006, 09:35
  3. Webserver not on port outside:80
    By void in forum WL-500g Q&A
    Replies: 1
    Last Post: 17-01-2006, 07:38
  4. Stupid-ftp with webserver, howto?
    By void in forum WL-500g Q&A
    Replies: 0
    Last Post: 16-01-2006, 21:27

Posting Permissions

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