In my effort to move to the bleeding edge, I am unable to install lighttpd. Here is the error that I get. Any thoughts? I am new at this so if it si an obvious one, I am sorry.
Tim
[EMAIL PROTECTED]:~/lighttpd-merge-1.4.x$ sudo ./autogen.sh
./autogen.sh: running `libtoolize --copy --force'
You should update your `aclocal.m4' by running aclocal.
./autogen.sh: running `aclocal'
./autogen.sh: running `autoheader'
./autogen.sh: running `automake --add-missing --copy'
src/Makefile.am:77: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:77:
src/Makefile.am:77: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:77: to `configure.in' and run `aclocal' and `autoconf' again.
[EMAIL PROTECTED]:~/lighttpd-merge-1.4.x$ ./configure
-bash: ./configure: No such file or directory
On 8/16/06, Timothy Wright <
[EMAIL PROTECTED]> wrote:
Thanks a ton
I will get working on that and see what happens.
TimOn 8/16/06, Ezra Zygmuntowicz < [EMAIL PROTECTED] > wrote:
On Aug 16, 2006, at 8:35 AM, Timothy Wright wrote:
> Ezra, Would you mind sharing your lighttpd.conf file with me? I
> would like to see how you have it set up.
> Thanks.
> Tim
>
>
Sure. Its really simple. THis conf file sends all requests to
mongrel though including static. I'm working on the rewrite rules for
letting lighty serve the static content and I will post that once I'm
finished. But this config works great and is dead simple.
server.port = 80
server.bind = " 0.0.0.0"
server.document-root = "/var/www"
# These modules need to be loaded for just plain old proxy.
server.modules = ( "mod_rewrite", "mod_redirect", "mod_access",
"mod_proxy_core")
$HTTP["host"] = "\.foo\.com" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "http"
proxy-core.backends = ( " 127.0.0.1:3000", " 127.0.0.1:3001",
"127.0.0.1:3002")
}
I left out the mime-type assign list, I'm sure you have that somewhere.
Cheers-
-Ezra
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users
--
Grace and Peace,
Timothy G. Wright
--
Grace and Peace,
Timothy G. Wright
_______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
