macsat.com OpenWrt and ASUS WL Forum

OpenWrt (White Russian) => Tutorials => Topic started by: Jorrit on October 21, 2005, 16:27:26 PM



Title: Tutorial lighttpd webserver mistake
Post by: Jorrit on October 21, 2005, 16:27:26 PM
There's a small thing p[eople must know when they install the lighttpd on openwrt.

Theres a error n the tut. Cuz the versions updated, and he link doesn't work any more.

It says install this package: ipkg install
That must be: ipkg install http://openwrt.org/downloads/people/nico/testing/mipsel/packages/lighttpd_1.4.6-1_mipsel.ipk

Do the same with the other things. Just edit the vrsion in the filename!

Btw,
i found MUCH more errors.. Macsat, please correct them ;) Ure making noobs like me confused.. :D

GreetZ,
Jorrit


Title: Re: Tutorial lighttpd webserver mistake
Post by: macsat on October 21, 2005, 19:20:39 PM

Yes - I guess I might need to go through all version numbers :-)



Title: Re: Tutorial lighttpd webserver mistake
Post by: Jorrit on October 21, 2005, 19:53:06 PM
Yea, do that!


Title: Re: Tutorial lighttpd webserver mistake
Post by: zsjoska on January 14, 2006, 14:29:26 PM
At the en of the tutorial is noticed:
Code:
If you for some reason get :
No input file specified.
You could try to change : doc_root = /www
to:
doc_root =
For some reason that helped me here :-)

I got the same error after following the tutorial, but instad of removing the value, I changed to be this stetting identical what I have in
/etc/lighttpd.conf
at
Code:
server.document-root
This may be the "offitial" setting


Title: Re: Tutorial lighttpd webserver mistake
Post by: zsjoska on January 14, 2006, 21:36:00 PM
It's me again...

Please do not consider my previous post. That setting breaks the php functionality if virtual hosts are used.


Title: Re: Tutorial lighttpd webserver mistake
Post by: mutejute on February 13, 2006, 20:32:15 PM
i did the same thing. php.ini->doc_root = lighttpd.conf->server.document-root

so far no problem. my zina-0.11.22 mp3 server is working fine.