Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(149) |
Jun
(174) |
Jul
(41) |
Aug
(118) |
Sep
(72) |
Oct
(111) |
Nov
(69) |
Dec
(147) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(242) |
Feb
(276) |
Mar
(363) |
Apr
(704) |
May
(183) |
Jun
(209) |
Jul
(173) |
Aug
(230) |
Sep
(80) |
Oct
(306) |
Nov
(338) |
Dec
(291) |
2002 |
Jan
(273) |
Feb
(294) |
Mar
(303) |
Apr
(463) |
May
(319) |
Jun
(182) |
Jul
(160) |
Aug
(140) |
Sep
(192) |
Oct
(302) |
Nov
(238) |
Dec
(176) |
2003 |
Jan
(179) |
Feb
(222) |
Mar
(256) |
Apr
(167) |
May
(139) |
Jun
(145) |
Jul
(113) |
Aug
(259) |
Sep
(146) |
Oct
(124) |
Nov
(143) |
Dec
(66) |
2004 |
Jan
(58) |
Feb
(128) |
Mar
(193) |
Apr
(228) |
May
(111) |
Jun
(107) |
Jul
(93) |
Aug
(78) |
Sep
(48) |
Oct
(99) |
Nov
(104) |
Dec
(119) |
2005 |
Jan
(115) |
Feb
(124) |
Mar
(86) |
Apr
(41) |
May
(52) |
Jun
(21) |
Jul
(32) |
Aug
(14) |
Sep
(52) |
Oct
(30) |
Nov
(19) |
Dec
(19) |
2006 |
Jan
(43) |
Feb
(35) |
Mar
(68) |
Apr
(21) |
May
(38) |
Jun
(46) |
Jul
(19) |
Aug
(38) |
Sep
(58) |
Oct
(15) |
Nov
(12) |
Dec
(30) |
2007 |
Jan
(49) |
Feb
(23) |
Mar
(29) |
Apr
(19) |
May
(33) |
Jun
(4) |
Jul
(10) |
Aug
(26) |
Sep
(2) |
Oct
(9) |
Nov
(1) |
Dec
(21) |
2008 |
Jan
(15) |
Feb
(3) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
(2) |
Nov
(13) |
Dec
|
2009 |
Jan
(11) |
Feb
(4) |
Mar
|
Apr
(6) |
May
|
Jun
(16) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
2010 |
Jan
(6) |
Feb
(4) |
Mar
(2) |
Apr
(12) |
May
(20) |
Jun
(9) |
Jul
(7) |
Aug
|
Sep
(1) |
Oct
(5) |
Nov
|
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(10) |
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
(8) |
Dec
(11) |
2013 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(4) |
24
(1) |
25
(3) |
26
(1) |
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Roger Haase <crosseyedpenguin@ya...> - 2011-07-23 11:57:15
|
----- Original Message ----- From: Christoph Zwerschke <cito@...> To: Discussion of Webware for Python including feedback and proposals. <webware-discuss@...> Cc: Sent: Saturday, July 23, 2011 2:20 AM Subject: Re: [Webware-discuss] Webware times out on WebFaction Hosting service Am 23.07.2011 07:05 schrieb Roger Haase: > I have added a WebFaction "Custom app (listening on port)" to obtain > a unique port number. Then I modified my wsgiadapter to point at > 184.172.207.73:41759 and modified the app serverconfiguration to > listen at the same address. Which Webware version are you using? Webware normally connects to Apache via mod_webkit; only the last beta supports mod_wsgi. -- Christoph ------------------------------------------ I have been running Webware 1.1b1 with the mod_wsgi adapter since May, 2010 on Ubuntu 10.04 and Ubuntu 11.04. The Python version is 2.7.1 on Webfaction. I will start over with a clean installation of Webware and give the mod_webkit adapter a try if the problems with wsgi continue. Chuck and Christof, thanks for your thoughts. Roger Haase |
From: Christoph Zwerschke <cito@on...> - 2011-07-23 09:20:33
|
Am 23.07.2011 07:05 schrieb Roger Haase: > I have added a WebFaction "Custom app (listening on port)" to obtain > a unique port number. Then I modified my wsgiadapter to point at > 184.172.207.73:41759 and modified the app serverconfiguration to > listen at the same address. Which Webware version are you using? Webware normally connects to Apache via mod_webkit; only the last beta supports mod_wsgi. -- Christoph |
From: Charles Esterbrook <contact@ch...> - 2011-07-23 05:59:32
|
Does the wsgi adapter have a "debug" or "log" option? Can you try an adapter other than wsgi? Can you try a different port number? Can you try 8086 or 8080? Are you sure you didn't transpose digits in one of the config files? Did you restart apache? Just some ideas. Let us know if something works out. -- Charles Esterbrook http://charles-esterbrook.com |
From: Roger Haase <crosseyedpenguin@ya...> - 2011-07-23 05:05:26
|
I am a new WebFaction user trying to port an old Webware WebKit application. I have added a WebFaction "Custom app (listening on port)" to obtain a unique port number. Then I modified my wsgi adapter to point at 184.172.207.73:41759 and modified the app server configuration to listen at the same address. The problem is that the wsgi adapter and app server are not making a connection and the browser always get a timed out error. I started the AppServer manually in a putty ssh terminal the the AppServer starts but shows no indication of receiving a request. The AppServer startup messages include the line "Listening for Adapter on 184.172.207.73:41759" and the address.adapter file is created with the same value. My WSGIAdapter.config file includes: """ NumRetries = 20 SecondsBetweenRetries = 3 Host = '184.172.207.73' AdapterPort = 41759 """ Any ideas as to what I am doing wrong? Roger Haase |