RE: Small webserver recommendations

2010-06-10 Thread peter harrison
Thanks for the recommendation. I'm pretty much settled on thttpd now
though - small, does cgi, no dependencies.

Thanks,

Peter.

-Original Message-
From: Nathan Peet Maier maier.nat...@gmail.com
Sent: 09 June 2010 23:38
To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org
Subject: Re: Small webserver recommendations


There is a webserver bundled with a framework called web2py.
www.web2py.org.  You can run it as a user from BSD or Linux.
-Nate Maier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-09 Thread Nathan Peet Maier
There is a webserver bundled with a framework called web2py.
www.web2py.org.  You can run it as a user from BSD or Linux.
-Nate Maier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Small webserver recommendations

2010-06-07 Thread peter harrison
Thanks, I never realised thttpd could run cgi. Looks simple to configure too.

Cheers,

Peter.


-Original Message-
From: andrew clarke m...@ozzmosis.com
Sent: 07 June 2010 11:08
To: peter harrison four.harris...@googlemail.com
Cc: questi...@freebsd.org questi...@freebsd.org
Subject: Re: Small webserver recommendations


On Sun 2010-06-06 18:44:10 UTC+0100, peter harrison
(four.harris...@googlemail.com) wrote:

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.
 Anyone willing to make a recommendation?

thttpd?

http://acme.com/software/thttpd/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-07 Thread andrew clarke
On Sun 2010-06-06 18:44:10 UTC+0100, peter harrison 
(four.harris...@googlemail.com) wrote:

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.
 Anyone willing to make a recommendation?

thttpd?

http://acme.com/software/thttpd/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-07 Thread Artifex Maximus
Hello!

On Sun, Jun 6, 2010 at 7:44 PM, peter harrison
four.harris...@googlemail.com wrote:
 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.
 Anyone willing to make a recommendation?

nginx?

http://nginx.org/

Bye,
a
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-06 Thread Alejandro Imass
On Sun, Jun 6, 2010 at 1:44 PM, peter harrison
four.harris...@googlemail.com wrote:
 Hello all,

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.

If you are using Perl, might as well use any of the http servers
already implemented in Perl, for example:
HTTP::Server::Simple, and of course it's integrated with Perl CGI

Best,
Alejandro Imass

 Anyone willing to make a recommendation?

 Thanks in advance,

 Peter.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-06 Thread Eitan Adler
On Sun, Jun 6, 2010 at 8:44 PM, peter harrison
four.harris...@googlemail.com wrote:
 Hello all,

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.
 Anyone willing to make a recommendation?


lighttpd is a decent lightweight web server

% pwd
/usr/ports/www/lighttpd

% make all-depends-list
/usr/ports/devel/libtool22
/usr/ports/devel/pkg-config
/usr/ports/devel/pcre
/usr/ports/www/spawn-fcgi
/usr/ports/devel/gmake



-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Small webserver recommendations

2010-06-06 Thread peter harrison
Sorry for top posting (damn windows phone). I never thought of using
Perl directly, I'll look at that, thanks for the suggestion.

Peter.


-Original Message-
From: Alejandro Imass a...@p2ee.org
Sent: 06 June 2010 19:58
To: peter harrison four.harris...@googlemail.com
Cc: questi...@freebsd.org questi...@freebsd.org
Subject: Re: Small webserver recommendations


On Sun, Jun 6, 2010 at 1:44 PM, peter harrison
four.harris...@googlemail.com wrote:
 Hello all,

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.

If you are using Perl, might as well use any of the http servers
already implemented in Perl, for example:
HTTP::Server::Simple, and of course it's integrated with Perl CGI

Best,
Alejandro Imass

 Anyone willing to make a recommendation?

 Thanks in advance,

 Peter.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Small webserver recommendations

2010-06-06 Thread peter harrison
Sorry for top posting (cheapo windows phone). Will it run cgi? Thanks
for the suggestion.

Peter.


-Original Message-
From: Eitan Adler li...@eitanadler.com
Sent: 06 June 2010 21:42
To: peter harrison four.harris...@googlemail.com
Cc: questi...@freebsd.org questi...@freebsd.org
Subject: Re: Small webserver recommendations


On Sun, Jun 6, 2010 at 8:44 PM, peter harrison
four.harris...@googlemail.com wrote:
 Hello all,

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.
 Anyone willing to make a recommendation?


lighttpd is a decent lightweight web server

% pwd
/usr/ports/www/lighttpd

% make all-depends-list
/usr/ports/devel/libtool22
/usr/ports/devel/pkg-config
/usr/ports/devel/pcre
/usr/ports/www/spawn-fcgi
/usr/ports/devel/gmake



-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Small webserver recommendations

2010-06-06 Thread Alejandro Imass
On Sun, Jun 6, 2010 at 5:00 PM, peter harrison
four.harris...@googlemail.com wrote:
 Sorry for top posting (damn windows phone). I never thought of using
 Perl directly, I'll look at that, thanks for the suggestion.


Jajajaja. Windows Mobile sucks big time. Switch to an Android device
and support Perldroid ;-) !!!

Alex
 Peter.


 -Original Message-
 From: Alejandro Imass a...@p2ee.org
 Sent: 06 June 2010 19:58
 To: peter harrison four.harris...@googlemail.com
 Cc: questi...@freebsd.org questi...@freebsd.org
 Subject: Re: Small webserver recommendations


 On Sun, Jun 6, 2010 at 1:44 PM, peter harrison
 four.harris...@googlemail.com wrote:
 Hello all,

 I'm looking for a small webserver to add to a nanobsd image, so preferably
 with few dependencies too. Needs to be able to run Perl cgi's as well.

 If you are using Perl, might as well use any of the http servers
 already implemented in Perl, for example:
 HTTP::Server::Simple, and of course it's integrated with Perl CGI

 Best,
 Alejandro Imass

 Anyone willing to make a recommendation?

 Thanks in advance,

 Peter.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org