Appache2 question for experts.

0 views
Skip to first unread message

Knapp

unread,
Aug 1, 2008, 8:20:16 AM8/1/08
to traveller_movie
Should use this? Will it help?

libapache2-mod-wsgi

The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server Gateway Interface, a standard interface between web server software and web applications written in Python) compliant interface for hosting Python based web applications within Apache. The adapter provides significantly better performance than using existing WSGI adapters for mod_python or CGI.

--
Douglas E Knapp

http://sf-journey-creations.wikispot.org/Front_Page

Knapp

unread,
Aug 1, 2008, 8:26:05 AM8/1/08
to traveller_movie
On Fri, Aug 1, 2008 at 2:20 PM, Knapp <magic...@gmail.com> wrote:
>
> Should use this? Will it help?
>
> libapache2-mod-wsgi
>
> The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server Gateway Interface, a standard interface between web server software and web applications written in Python) compliant interface for hosting Python based web applications within Apache. The adapter provides significantly better performance than using existing WSGI adapters for mod_python or CGI.

I forgot to ask about memcached. What does it do? Do we need it? My
computer is an AMD x2 with 2 GB ram. Maybe I should get 2 more GB?

Kenneth Gonsalves

unread,
Aug 1, 2008, 8:37:34 AM8/1/08
to Travell...@googlegroups.com

On 01-Aug-08, at 5:50 PM, Knapp wrote:

> Should use this? Will it help?
>
> libapache2-mod-wsgi
>
> The mod_wsgi adapter is an Apache module that provides a WSGI (Web
> Server Gateway Interface, a standard interface between web server
> software and web applications written in Python) compliant
> interface for hosting Python based web applications within Apache.
> The adapter provides significantly better performance than using
> existing WSGI adapters for mod_python or CGI.

I am happier with mod_python

--

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/

Kenneth Gonsalves

unread,
Aug 1, 2008, 8:39:08 AM8/1/08
to Travell...@googlegroups.com

On 01-Aug-08, at 5:56 PM, Knapp wrote:

>>
>> Should use this? Will it help?
>>
>> libapache2-mod-wsgi
>>
>> The mod_wsgi adapter is an Apache module that provides a WSGI (Web
>> Server Gateway Interface, a standard interface between web server
>> software and web applications written in Python) compliant
>> interface for hosting Python based web applications within Apache.
>> The adapter provides significantly better performance than using
>> existing WSGI adapters for mod_python or CGI.
>
> I forgot to ask about memcached. What does it do? Do we need it? My
> computer is an AMD x2 with 2 GB ram. Maybe I should get 2 more GB?

memcached is when you have a bunch of servers. What is the speed of
your connection to the net?

Knapp

unread,
Aug 1, 2008, 8:38:49 AM8/1/08
to Travell...@googlegroups.com

Always a hard question because it is all in German but I think this is
the answer. Look about right?

DSL Anschluss
DSL Downstream: 2087 kBit/s
DSL Upstream: 203 kBit/s

n00m

unread,
Aug 1, 2008, 6:54:09 PM8/1/08
to Travell...@googlegroups.com

Totally agree.

Kenneth Gonsalves

unread,
Aug 1, 2008, 9:56:02 PM8/1/08
to Travell...@googlegroups.com

On 01-Aug-08, at 6:08 PM, Knapp wrote:

> DSL Anschluss
> DSL Downstream: 2087 kBit/s
> DSL Upstream: 203 kBit/s

looks like 2 Mbits - whereas most webservers would measure in gigs.

Knapp

unread,
Aug 2, 2008, 2:06:26 AM8/2/08
to Travell...@googlegroups.com

Like I said before, I see this as a server for design and testing not
release. Someone else here said they have one we could use. Was it
you, Kenneth?

Kenneth Gonsalves

unread,
Aug 2, 2008, 5:13:18 AM8/2/08
to Travell...@googlegroups.com

On 02-Aug-08, at 11:36 AM, Knapp wrote:

> Like I said before, I see this as a server for design and testing not
> release. Someone else here said they have one we could use. Was it
> you, Kenneth?

it was me - and it is available. But first of all we need to get the
django code you have written into svn so that we can all work on it

Knapp

unread,
Aug 2, 2008, 5:17:41 AM8/2/08
to Travell...@googlegroups.com

I don't think my code is worth working on. I was just learning about
Django and playing.

This is the only file that might be worth something but it has some
mistakes as far as position are concerned. I am not sure which one is
better, so I added both. It has been over a year since I wrote it. It
will need some changing / expanding too, I think.

Feel free to submit it, if it is of use to you. The reason that I went
looking for good Django people is because I am not yet skill at it at
all.

Thanks for your help and skills! (all Django people!)

models.py
models.py

Kenneth Gonsalves

unread,
Aug 5, 2008, 6:24:50 AM8/5/08
to Travell...@googlegroups.com

On 02-Aug-08, at 2:47 PM, Knapp wrote:

> Feel free to submit it, if it is of use to you. The reason that I went
> looking for good Django people is because I am not yet skill at it at
> all.

am just converting some sites to nfa - when I am comfortable with
that I will set it up

Knapp

unread,
Aug 5, 2008, 3:16:44 PM8/5/08
to Travell...@googlegroups.com
On Tue, Aug 5, 2008 at 12:24 PM, Kenneth Gonsalves
<law...@thenilgiris.com> wrote:
>
>
> On 02-Aug-08, at 2:47 PM, Knapp wrote:
>
>> Feel free to submit it, if it is of use to you. The reason that I went
>> looking for good Django people is because I am not yet skill at it at
>> all.
>
> am just converting some sites to nfa - when I am comfortable with
> that I will set it up
>
> --
>
> regards
> kg

what is nfa?
National Firearms Association?
National Fisherman's Association?
National Food authority?
National Federation of anglers?
National Firearms act?
National Financial adjusters?
National fibromyalgia association?
Nigerian football association?
National forensic academy?

In anycase that sounds good. What more do you need from me?

n00m

unread,
Aug 5, 2008, 3:52:26 PM8/5/08
to Travell...@googlegroups.com

What is NFA?


Tom Cusworth

unread,
Aug 5, 2008, 5:21:59 PM8/5/08
to Travell...@googlegroups.com
F***ed if I know, mate! I got lost as soon as they mentioned Django (who I thought was a jazz musician...)

-Tom

2008/8/5 n00m <n0...@narod.ru>


What is NFA?







--
Blessed are the cheapskates, for they shall see god and still have change of a fiver - Tom Holt, Valhalla.

Want Googlemail? Ask me & I'll invite you!

Kenneth Gonsalves

unread,
Aug 6, 2008, 12:50:58 AM8/6/08
to Travell...@googlegroups.com

On 06-Aug-08, at 12:46 AM, Knapp wrote:

> what is nfa?

New Forms Admin, the hottest thing to happen to django since MR. The
basic structure will be up sometime today.

Kenneth Gonsalves

unread,
Aug 6, 2008, 12:53:33 AM8/6/08
to Travell...@googlegroups.com

On 06-Aug-08, at 2:51 AM, Tom Cusworth wrote:

> soon as they mentioned Django (who I thought was a jazz musician...)

he was - django is named after django rheinhart

Knapp

unread,
Aug 6, 2008, 2:34:41 AM8/6/08
to Travell...@googlegroups.com
On Tue, Aug 5, 2008 at 11:21 PM, Tom Cusworth
<tom.cu...@googlemail.com> wrote:
> F***ed if I know, mate! I got lost as soon as they mentioned Django (who I
> thought was a jazz musician...)
>
> -Tom

To put it simply Django is a Python (a computer language) library for
making websites have interaction with users and with a database.
Naturally you can check wikipedia and goodle for more. It is very nice
and powerful.

I also wanted to tell the members of the Django team that here we are
very open to new ideas and better ways of doing things. Often we just
mention the idea here and see what others think about it. I really
want to encourage artistic freedom and innovation.

Reply all
Reply to author
Forward
0 new messages