Page 3 of 11 FirstFirst 12345 ... LastLast
Results 31 to 45 of 153

Thread: How-to Lighttpd, PHP, MySQL and Eaccelerator

  1. #31
    Ok it's running smoothly after restart (only 1 process of mysql yay). So after all it's good (in my opinion) to add this
    Code:
    chown -R admin:root /opt/var/lib/mysql
    Without it i was unable to run mysql and couldn't log in as root or admin Many thanks wpte for help, now i only need a tutorial how to set up icecast server Maybe you saw something like that?

  2. #32
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by cichy View Post
    Ok it's running smoothly after restart (only 1 process of mysql yay). So after all it's good (in my opinion) to add this
    Code:
    chown -R admin:root /opt/var/lib/mysql
    Without it i was unable to run mysql and couldn't log in as root or admin Many thanks wpte for help, now i only need a tutorial how to set up icecast server Maybe you saw something like that?
    Yes I actually know someone who did!
    it's http://wl500g.info/member.php?u=1221
    he uses ICES to stream music, you probably have a good chance getting it running by asking him

    I updated the how-to on mysql now, what do you think?

  3. #33
    Great, now it's almost complete. I'm saying almost because in my.cnf I didn't changed
    Code:
    [mysqld]
    user            = root
    into admin and so is in here
    Code:
    [mysql.server]
    user            = root
    I've just uncommented password section and that's all, it's running well. Ofcourse I didn't set up any mysql based cms but i can easily login into mysql and check if databases are being created, they are there So if this has any meaning you can skip section of user change in my.cnf

  4. #34
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767

  5. #35
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    note to everyone using eaccelerator: you need to rebuild it every time php updates.
    don't forget to do a "make clean" before making the sources again, when they are still on your harddrive.
    Last edited by wpte; 23-09-2009 at 13:39.

  6. #36

    thanks

    thanks for the tutorial it was very helpful

    now i have 2 questions can mysql 5 be installed ?
    and for php i need extension mcrypt any other place to get pakages ?

    regards
    john

  7. #37
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by quasiperfect View Post
    thanks for the tutorial it was very helpful

    now i have 2 questions can mysql 5 be installed ?
    and for php i need extension mcrypt any other place to get pakages ?

    regards
    john
    I'm glad you found this how-to good

    if you install mysql 5 you probably need to recompile the mysql-php package to make it compatible with the new mysql. Also you need to compile mysql 5 yourself since it's not available in the ipkg repository.
    mysql 4 is sufficient for almost anything tho, I never had any limitation problems with it
    and it's quite lightweight compared to mysql5

    other extensions need to be compiled, since there is no full ipkg support on all the packages.

  8. #38
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    update for lighttpd version 1.4.24-1 has some problems with e-poll..

    only follow these instructions if the server won't start

    if you go to debug mode you'll see:
    lighttpd -D -f /opt/etc/lighttpd/lighttpd.conf
    fdevent_linux_sysepoll.c.131: epoll_create failed (Function not implemented), try to set server.event-handler = "poll" or "select"
    fdevent.c.47: event-handler linux-sysepoll failed, try to set server.event-handler = "poll" or "select"
    meaning you have to edit the config file again:
    vi /opt/etc/lighttpd/lighttpd.conf
    and edit:
    line 51

    # server.event-handler = "freebsd-kqueue" # needed on OS X

    into

    server.event-handler = "poll" # needed on OS X
    save it, and after this lighttpd should start again:
    /opt/etc/init.d/S80lighttpd start

  9. #39
    Hi,

    thank you for this how to, I used it more than once, but now when i install it... (with lighttpd 1.4.24-1) the lighttpd does not want to start... i think it starts only after the installl... and after that does not work.

    ive installed the newest firmware (r730) and did everything by the tutorial from wengy (http://wl500g.info/showthread.php?t=10307&page=50)

    any ideas?

    Quote Originally Posted by wpte View Post
    update for lighttpd version 1.4.24-1 has some problems with e-poll..

    only follow these instructions if the server won't start

    if you go to debug mode you'll see:


    meaning you have to edit the config file again:


    and edit:


    save it, and after this lighttpd should start again:

  10. #40
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    what happens when you execute:
    lighttpd -D -f /opt/etc/lighttpd/lighttpd.conf
    can you post the output?

  11. #41

    thanks for the quick reply...

    When I insert

    lighttpd -D -f /opt/etc/lighttpd/lighttpd.conf

    there's no reply... it does nothing...

  12. #42
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by freakazoid87 View Post
    When I insert

    lighttpd -D -f /opt/etc/lighttpd/lighttpd.conf

    there's no reply... it does nothing...
    what about
    lighttpd -t -f /opt/etc/lighttpd/lighttpd.conf

  13. #43
    root]$ lighttpd -t -f /opt/etc/lighttpd/lighttpd.conf
    Syntax OK
    root]$

    anything else?

  14. #44
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by freakazoid87 View Post
    root]$ lighttpd -t -f /opt/etc/lighttpd/lighttpd.conf
    Syntax OK
    root]$

    anything else?
    hmm... everything seems to be allright apart from it not running
    did you create the webpages directory???
    perhaps you can send me the cfg and I'll have a closer look.
    to be honest, this is quite odd

  15. #45
    I know it's odd... i've used your and... (?) the other tutorial more than once...
    and they worked! (not counting mysql, which i didn't need)

    If you have a spare WL500-gp, you can try to install it from the start... i think it wont work.

Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. Full server config: Samba ftp http xmail mysql forum motor
    By KisVuK in forum WL-500gP Tutorials
    Replies: 14
    Last Post: 15-12-2008, 21:34

Tags for this Thread

Posting Permissions

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