* Roberto De Ioris <[email protected]> [2013-07-18 11:13]:
>
>> * Roberto De Ioris
>> <[email protected]> [2013-07-18
>> 10:16]:
>>>> I just noted with the latest git snapshot that the dynamic
>>>> selection of WSGI apps via setfile/setapp does not seem to work,
>>>> that is the first request is handled fine but for subsequent
>>>> requests an internal server error is returned with the following
>>>> error message in the logs:
>>>>
>>>> Thu Jul 18 09:41:56 2013 - mountpoint
>>>> /home/gber/webapps/hgwebdir/hgwebdir.wsgi already configured. skip.
>>>> Thu Jul 18 09:41:56 2013 - --- no python application found, check your
>>>> startup logs for errors ---
>>>>
>>>> I'm fairly sure the configuration below used to work fine, but I might
>>>> be
>>>> wrong:
>>>>
>>>> plugins = 0:notfound,router_uwsgi,16:python
>>>>
>>>> ...
>>>>
>>>> route-run = addvar:SCRIPT_NAME=/
>>>> route-run = addvar:PATH_INFO=${REQUEST_URI}
>>>> route-run = setfile:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
>>>> route-run = setapp:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
>>>> route-run = uwsgi:,16,0
>>>>
>>>>
>>>
>>> Infact it should works, are there any other routing rules in the middle
>>> ?
>>
>> Only a goto to the per-virtualhost routing rules, here is a minimal
>> configuration with which I can reproduce the problem:
>>
>> ----8<----
>>
>> plugins = 0:notfound,router_uwsgi,16:python
>> master = true
>> processes = 4
>> uwsgi-socket = /home/gber/run/uwsgi.sock
>> chmod-socket = 660
>> vacuum = true
>> check-static-docroot = true
>>
>> route-host = ^(.+)$ goto:$1
>> route-run = break:444
>>
>> route-label = hg.example.org
>> route-run = addvar:SCRIPT_NAME=/
>> route-run = addvar:PATH_INFO=${REQUEST_URI}
>> route-run = setfile:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
>> route-run = setapp:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
>> route-run = uwsgi:,16,0
>>
>> ---->8----
>>
>> --
>> Guido Berhoerster
>> _______________________________________________
>> uWSGI mailing list
>> uWSGI-FfzAktRlpg7/[email protected]
>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>>
>
> Hmm,i cannot reproduce it. Maybe i am missing something.
>
> I am using latest code from github, can you paste a whole log session from
> the startup to the error ?
>
> Thanks a lot
Request and error log with debug enabled are attached.
--
Guido Berhoerster
Thu Jul 18 14:43:42 2013 - [uwsgi-cheaper-algo] registered "spare"
Thu Jul 18 14:43:42 2013 - [uwsgi-cheaper-algo] registered "backlog"
Thu Jul 18 14:43:42 2013 -
;uWSGI instance configuration
[uwsgi]
Thu Jul 18 14:43:42 2013 - emperor-fd = 8
Thu Jul 18 14:43:42 2013 - ini = /home/gber/uwsgi.ini
Thu Jul 18 14:43:42 2013 - touch-reload = /home/gber/uwsgi.ini
Thu Jul 18 14:43:42 2013 - plugins = 0:notfound,logfile,router_uwsgi,16:python
Thu Jul 18 14:43:42 2013 - master = true
Thu Jul 18 14:43:42 2013 - processes = 4
Thu Jul 18 14:43:42 2013 - logger = file:/home/gber/error.log
Thu Jul 18 14:43:42 2013 - req-logger = file:/home/gber/access.log
Thu Jul 18 14:43:42 2013 - log-date = true
Thu Jul 18 14:43:42 2013 - show-config = true
Thu Jul 18 14:43:42 2013 - uwsgi-socket = /home/gber/run/uwsgi.sock
Thu Jul 18 14:43:42 2013 - chmod-socket = 660
Thu Jul 18 14:43:42 2013 - vacuum = true
Thu Jul 18 14:43:42 2013 - check-static-docroot = true
Thu Jul 18 14:43:42 2013 - route-host = ^(.+)$ goto:$1
Thu Jul 18 14:43:42 2013 - route-run = break:444
Thu Jul 18 14:43:42 2013 - route-label = hg.example.org
Thu Jul 18 14:43:42 2013 - route-run = addvar:SCRIPT_NAME=/
Thu Jul 18 14:43:42 2013 - route-run = addvar:PATH_INFO=${REQUEST_URI}
Thu Jul 18 14:43:42 2013 - route-run =
setfile:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:42 2013 - route-run =
setapp:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:42 2013 - route-run = uwsgi:,16,0
Thu Jul 18 14:43:42 2013 - ;end of configuration
Thu Jul 18 14:43:42 2013 - *** Starting uWSGI 1.9.14 (64bit) on [Thu Jul 18
14:43:42 2013] ***
Thu Jul 18 14:43:42 2013 - ***
*** You are running a DEBUG version of uWSGI, please disable debug in your
build profile and recompile it ***
***
Thu Jul 18 14:43:42 2013 - compiled with version: 4.4.7 20120313 (Red Hat
4.4.7-3) on 16 July 2013 12:00:14
Thu Jul 18 14:43:42 2013 - os: Linux-2.6.32-358.11.1.el6.x86_64 #1 SMP Wed Jun
12 03:34:52 UTC 2013
Thu Jul 18 14:43:42 2013 - nodename: multivac.heapoverflow.de
Thu Jul 18 14:43:42 2013 - machine: x86_64
Thu Jul 18 14:43:42 2013 - clock source: unix
Thu Jul 18 14:43:42 2013 - pcre jit disabled
Thu Jul 18 14:43:42 2013 - detected number of CPU cores: 1
Thu Jul 18 14:43:42 2013 - current working directory: /
Thu Jul 18 14:43:42 2013 - detected binary path: /usr/sbin/uwsgi
Thu Jul 18 14:43:42 2013 - *** dumping internal routing table ***
Thu Jul 18 14:43:42 2013 - [rule: 0] subject: http_host regexp: ^(.+)$ action:
goto:$1
Thu Jul 18 14:43:42 2013 - [rule: 1] action: break:444
Thu Jul 18 14:43:42 2013 - [rule: 2] label: hg.example.org
Thu Jul 18 14:43:42 2013 - [rule: 3] action: addvar:SCRIPT_NAME=/
Thu Jul 18 14:43:42 2013 - [rule: 4] action: addvar:PATH_INFO=${REQUEST_URI}
Thu Jul 18 14:43:42 2013 - [rule: 5] action:
setfile:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:42 2013 - [rule: 6] action:
setapp:/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:42 2013 - [rule: 7] action: uwsgi:,16,0
Thu Jul 18 14:43:42 2013 - *** end of the internal routing table ***
Thu Jul 18 14:43:42 2013 - your processes number limit is 7819
Thu Jul 18 14:43:42 2013 - your memory page size is 4096 bytes
Thu Jul 18 14:43:42 2013 - detected max file descriptor number: 1024
Thu Jul 18 14:43:42 2013 - building mime-types dictionary from file
/etc/mime.types...Thu Jul 18 14:43:42 2013 - ez application/andrew-inset
Thu Jul 18 14:43:42 2013 - atom application/atom+xml
Thu Jul 18 14:43:42 2013 - atomcat application/atomcat+xml
Thu Jul 18 14:43:42 2013 - atomsvc application/atomsvc+xml
Thu Jul 18 14:43:42 2013 - apxml application/auth-policy+xml
Thu Jul 18 14:43:42 2013 - ccxml application/ccxml+xml
Thu Jul 18 14:43:42 2013 - cellml application/cellml+xml
Thu Jul 18 14:43:42 2013 - cml application/cellml+xml
Thu Jul 18 14:43:42 2013 - cpl application/cpl+xml
Thu Jul 18 14:43:42 2013 - davmount application/davmount+xml
Thu Jul 18 14:43:42 2013 - dcm application/dicom
Thu Jul 18 14:43:42 2013 - dssc application/dssc+der
Thu Jul 18 14:43:42 2013 - xdssc application/dssc+xml
Thu Jul 18 14:43:42 2013 - dvc application/dvcs
Thu Jul 18 14:43:42 2013 - emma application/emma+xml
Thu Jul 18 14:43:42 2013 - finf application/fastinfoset
Thu Jul 18 14:43:42 2013 - pfr application/font-tdpfr
Thu Jul 18 14:43:42 2013 - stk application/hyperstudio
Thu Jul 18 14:43:42 2013 - ipfix application/ipfix
Thu Jul 18 14:43:42 2013 - json application/json
Thu Jul 18 14:43:42 2013 - lostxml application/lost+xml
Thu Jul 18 14:43:42 2013 - hqx application/mac-binhex40
Thu Jul 18 14:43:42 2013 - mrc application/marc
Thu Jul 18 14:43:42 2013 - nb application/mathematica
Thu Jul 18 14:43:42 2013 - ma application/mathematica
Thu Jul 18 14:43:42 2013 - mb application/mathematica
Thu Jul 18 14:43:42 2013 - mbox application/mbox
Thu Jul 18 14:43:42 2013 - m21 application/mp21
Thu Jul 18 14:43:42 2013 - mp21 application/mp21
Thu Jul 18 14:43:42 2013 - doc application/msword
Thu Jul 18 14:43:42 2013 - mxf application/mxf
Thu Jul 18 14:43:42 2013 - orq application/ocsp-request
Thu Jul 18 14:43:42 2013 - ors application/ocsp-response
Thu Jul 18 14:43:42 2013 - bin application/octet-stream
Thu Jul 18 14:43:42 2013 - lha application/octet-stream
Thu Jul 18 14:43:42 2013 - lzh application/octet-stream
Thu Jul 18 14:43:42 2013 - exe application/octet-stream
Thu Jul 18 14:43:42 2013 - class application/octet-stream
Thu Jul 18 14:43:42 2013 - so application/octet-stream
Thu Jul 18 14:43:42 2013 - dll application/octet-stream
Thu Jul 18 14:43:42 2013 - img application/octet-stream
Thu Jul 18 14:43:42 2013 - iso application/octet-stream
Thu Jul 18 14:43:42 2013 - oda application/oda
Thu Jul 18 14:43:42 2013 - opf application/oebps-package+xml
Thu Jul 18 14:43:42 2013 - ogx application/ogg
Thu Jul 18 14:43:42 2013 - pdf application/pdf
Thu Jul 18 14:43:42 2013 - sig application/pgp-signature
Thu Jul 18 14:43:42 2013 - p10 application/pkcs10
Thu Jul 18 14:43:42 2013 - p7m application/pkcs7-mime
Thu Jul 18 14:43:42 2013 - p7c application/pkcs7-mime
Thu Jul 18 14:43:42 2013 - p7s application/pkcs7-signature
Thu Jul 18 14:43:42 2013 - cer application/pkix-cert
Thu Jul 18 14:43:42 2013 - crl application/pkix-crl
Thu Jul 18 14:43:42 2013 - pkipath application/pkix-pkipath
Thu Jul 18 14:43:42 2013 - pls application/pls+xml
Thu Jul 18 14:43:42 2013 - ai application/postscript
Thu Jul 18 14:43:42 2013 - eps application/postscript
Thu Jul 18 14:43:42 2013 - ps application/postscript
Thu Jul 18 14:43:42 2013 - cw application/prs.cww
Thu Jul 18 14:43:42 2013 - cww application/prs.cww
Thu Jul 18 14:43:42 2013 - rnd application/prs.nprend
Thu Jul 18 14:43:42 2013 - rct application/prs.nprend
Thu Jul 18 14:43:42 2013 - rdf application/rdf+xml
Thu Jul 18 14:43:42 2013 - rif application/reginfo+xml
Thu Jul 18 14:43:42 2013 - rnc application/relax-ng-compact-syntax
Thu Jul 18 14:43:42 2013 - rld application/resource-lists-diff+xml
Thu Jul 18 14:43:42 2013 - rl application/resource-lists+xml
Thu Jul 18 14:43:42 2013 - rs application/rls-services+xml
Thu Jul 18 14:43:42 2013 - rtf application/rtf
Thu Jul 18 14:43:42 2013 - scq application/scvp-cv-request
Thu Jul 18 14:43:42 2013 - scs application/scvp-cv-response
Thu Jul 18 14:43:42 2013 - spq application/scvp-vp-request
Thu Jul 18 14:43:42 2013 - spp application/scvp-vp-response
Thu Jul 18 14:43:42 2013 - sdp application/sdp
Thu Jul 18 14:43:42 2013 - soc application/sgml-open-catalog
Thu Jul 18 14:43:42 2013 - shf application/shf+xml
Thu Jul 18 14:43:42 2013 - siv application/sieve
Thu Jul 18 14:43:42 2013 - sieve application/sieve
Thu Jul 18 14:43:42 2013 - cl application/simple-filter+xml
Thu Jul 18 14:43:42 2013 - smil application/smil
Thu Jul 18 14:43:42 2013 - smi application/smil
Thu Jul 18 14:43:42 2013 - sml application/smil
Thu Jul 18 14:43:42 2013 - rq application/sparql-query
Thu Jul 18 14:43:42 2013 - srx application/sparql-results+xml
Thu Jul 18 14:43:42 2013 - gram application/srgs
Thu Jul 18 14:43:42 2013 - grxml application/srgs+xml
Thu Jul 18 14:43:42 2013 - ssml application/ssml+xml
Thu Jul 18 14:43:42 2013 - tsq application/timestamp-query
Thu Jul 18 14:43:42 2013 - tsr application/timestamp-reply
Thu Jul 18 14:43:42 2013 - plb application/vnd.3gpp.pic-bw-large
Thu Jul 18 14:43:42 2013 - psb application/vnd.3gpp.pic-bw-small
Thu Jul 18 14:43:42 2013 - pvb application/vnd.3gpp.pic-bw-var
Thu Jul 18 14:43:42 2013 - sms application/vnd.3gpp2.sms
Thu Jul 18 14:43:42 2013 - tcap application/vnd.3gpp2.tcap
Thu Jul 18 14:43:42 2013 - pwn application/vnd.3M.Post-it-Notes
Thu Jul 18 14:43:42 2013 - aso application/vnd.accpac.simply.aso
Thu Jul 18 14:43:42 2013 - imp application/vnd.accpac.simply.imp
Thu Jul 18 14:43:42 2013 - acu application/vnd.acucobol
Thu Jul 18 14:43:42 2013 - atc application/vnd.acucorp
Thu Jul 18 14:43:42 2013 - acutc application/vnd.acucorp
Thu Jul 18 14:43:42 2013 - xdp application/vnd.adobe.xdp+xml
Thu Jul 18 14:43:42 2013 - xfdf application/vnd.adobe.xfdf
Thu Jul 18 14:43:42 2013 - azf application/vnd.airzip.filesecure.azf
Thu Jul 18 14:43:42 2013 - azs application/vnd.airzip.filesecure.azs
Thu Jul 18 14:43:42 2013 - acc application/vnd.americandynamics.acc
Thu Jul 18 14:43:42 2013 - ami application/vnd.amiga.ami
Thu Jul 18 14:43:42 2013 - cii
application/vnd.anser-web-certificate-issue-initiation
Thu Jul 18 14:43:42 2013 - fti
application/vnd.anser-web-funds-transfer-initiation
Thu Jul 18 14:43:42 2013 - dist application/vnd.apple.installer+xml
Thu Jul 18 14:43:42 2013 - distz application/vnd.apple.installer+xml
Thu Jul 18 14:43:42 2013 - pkg application/vnd.apple.installer+xml
Thu Jul 18 14:43:42 2013 - mpkg application/vnd.apple.installer+xml
Thu Jul 18 14:43:42 2013 - m3u8 application/vnd.apple.mpegurl
Thu Jul 18 14:43:42 2013 - swi application/vnd.aristanetworks.swi
Thu Jul 18 14:43:42 2013 - aep application/vnd.audiograph
Thu Jul 18 14:43:42 2013 - package application/vnd.autopackage
Thu Jul 18 14:43:42 2013 - mpm application/vnd.blueice.multipass
Thu Jul 18 14:43:42 2013 - ep application/vnd.bluetooth.ep.oob
Thu Jul 18 14:43:42 2013 - bmi application/vnd.bmi
Thu Jul 18 14:43:42 2013 - rep application/vnd.businessobjects
Thu Jul 18 14:43:42 2013 - tlclient application/vnd.cendio.thinlinc.clientconf
Thu Jul 18 14:43:42 2013 - cdxml application/vnd.chemdraw+xml
Thu Jul 18 14:43:42 2013 - mmd application/vnd.chipnuts.karaoke-mmd
Thu Jul 18 14:43:42 2013 - cdy application/vnd.cinderella
Thu Jul 18 14:43:42 2013 - cla application/vnd.claymore
Thu Jul 18 14:43:42 2013 - rp9 application/vnd.cloanto.rp9
Thu Jul 18 14:43:42 2013 - c4g application/vnd.clonk.c4group
Thu Jul 18 14:43:42 2013 - c4d application/vnd.clonk.c4group
Thu Jul 18 14:43:42 2013 - c4f application/vnd.clonk.c4group
Thu Jul 18 14:43:42 2013 - c4p application/vnd.clonk.c4group
Thu Jul 18 14:43:42 2013 - c4u application/vnd.clonk.c4group
Thu Jul 18 14:43:42 2013 - ica application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - icf application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - icd application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic0 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic1 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic2 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic3 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic4 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic5 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic6 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic7 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - ic8 application/vnd.commerce-battelle
Thu Jul 18 14:43:42 2013 - csp application/vnd.commonspace
Thu Jul 18 14:43:42 2013 - cst application/vnd.commonspace
Thu Jul 18 14:43:42 2013 - cdbcmsg application/vnd.contact.cmsg
Thu Jul 18 14:43:42 2013 - cmc application/vnd.cosmocaller
Thu Jul 18 14:43:42 2013 - clkx application/vnd.crick.clicker
Thu Jul 18 14:43:42 2013 - clkk application/vnd.crick.clicker.keyboard
Thu Jul 18 14:43:42 2013 - clkp application/vnd.crick.clicker.palette
Thu Jul 18 14:43:42 2013 - clkt application/vnd.crick.clicker.template
Thu Jul 18 14:43:42 2013 - clkw application/vnd.crick.clicker.wordbank
Thu Jul 18 14:43:42 2013 - wbs application/vnd.criticaltools.wbs+xml
Thu Jul 18 14:43:42 2013 - pml application/vnd.ctc-posml
Thu Jul 18 14:43:42 2013 - ppd application/vnd.cups-ppd
Thu Jul 18 14:43:42 2013 - curl application/vnd.curl
Thu Jul 18 14:43:42 2013 - rdz application/vnd.data-vision.rdz
Thu Jul 18 14:43:42 2013 - fe_launch application/vnd.denovo.fcselayout-link
Thu Jul 18 14:43:42 2013 - dna application/vnd.dna
Thu Jul 18 14:43:42 2013 - dpg application/vnd.dpgraph
Thu Jul 18 14:43:42 2013 - mwc application/vnd.dpgraph
Thu Jul 18 14:43:42 2013 - dpgraph application/vnd.dpgraph
Thu Jul 18 14:43:42 2013 - dfac application/vnd.dreamfactory
Thu Jul 18 14:43:42 2013 - geo application/vnd.dynageo
Thu Jul 18 14:43:42 2013 - mag application/vnd.ecowin.chart
Thu Jul 18 14:43:42 2013 - nml application/vnd.enliven
Thu Jul 18 14:43:42 2013 - esf application/vnd.epson.esf
Thu Jul 18 14:43:42 2013 - msf application/vnd.epson.msf
Thu Jul 18 14:43:42 2013 - qam application/vnd.epson.quickanime
Thu Jul 18 14:43:42 2013 - slt application/vnd.epson.salt
Thu Jul 18 14:43:42 2013 - ssf application/vnd.epson.ssf
Thu Jul 18 14:43:42 2013 - qcall application/vnd.ericsson.quickcall
Thu Jul 18 14:43:42 2013 - qca application/vnd.ericsson.quickcall
Thu Jul 18 14:43:42 2013 - es3 application/vnd.eszigno3+xml
Thu Jul 18 14:43:42 2013 - et3 application/vnd.eszigno3+xml
Thu Jul 18 14:43:42 2013 - ez2 application/vnd.ezpix-album
Thu Jul 18 14:43:42 2013 - ez3 application/vnd.ezpix-package
Thu Jul 18 14:43:42 2013 - fdf application/vnd.fdf
Thu Jul 18 14:43:42 2013 - msd application/vnd.fdsn.mseed
Thu Jul 18 14:43:42 2013 - mseed application/vnd.fdsn.mseed
Thu Jul 18 14:43:42 2013 - seed application/vnd.fsdn.seed
Thu Jul 18 14:43:42 2013 - dataless application/vnd.fsdn.seed
Thu Jul 18 14:43:42 2013 - gph application/vnd.FloGraphIt
Thu Jul 18 14:43:42 2013 - ftc application/vnd.fluxtime.clip
Thu Jul 18 14:43:42 2013 - sfd application/vnd.font-fontforge-sfd
Thu Jul 18 14:43:42 2013 - fm application/vnd.framemaker
Thu Jul 18 14:43:42 2013 - fnc application/vnd.frogans.fnc
Thu Jul 18 14:43:42 2013 - ltf application/vnd.frogans.ltf
Thu Jul 18 14:43:42 2013 - fsc application/vnd.fsc.weblaunch
Thu Jul 18 14:43:42 2013 - oas application/vnd.fujitsu.oasys
Thu Jul 18 14:43:42 2013 - oa2 application/vnd.fujitsu.oasys2
Thu Jul 18 14:43:42 2013 - oa3 application/vnd.fujitsu.oasys3
Thu Jul 18 14:43:42 2013 - fg5 application/vnd.fujitsu.oasysgp
Thu Jul 18 14:43:42 2013 - bh2 application/vnd.fujitsu.oasysprs
Thu Jul 18 14:43:42 2013 - ddd application/vnd.fujixerox.ddd
Thu Jul 18 14:43:42 2013 - xdw application/vnd.fujixerox.docuworks
Thu Jul 18 14:43:42 2013 - xbd application/vnd.fujixerox.docuworks.binder
Thu Jul 18 14:43:42 2013 - fzs application/vnd.fuzzysheet
Thu Jul 18 14:43:42 2013 - txd application/vnd.genomatix.tuxedo
Thu Jul 18 14:43:42 2013 - ggb application/vnd.geogebra.file
Thu Jul 18 14:43:42 2013 - ggt application/vnd.geogebra.tool
Thu Jul 18 14:43:42 2013 - gex application/vnd.geometry-explorer
Thu Jul 18 14:43:42 2013 - gre application/vnd.geometry-explorer
Thu Jul 18 14:43:42 2013 - gxt application/vnd.geonext
Thu Jul 18 14:43:42 2013 - g2w application/vnd.geoplan
Thu Jul 18 14:43:42 2013 - g3w application/vnd.geospace
Thu Jul 18 14:43:42 2013 - kml application/vnd.google-earth.kml+xml
Thu Jul 18 14:43:42 2013 - kmz application/vnd.google-earth.kmz
Thu Jul 18 14:43:42 2013 - gqf application/vnd.grafeq
Thu Jul 18 14:43:42 2013 - gqs application/vnd.grafeq
Thu Jul 18 14:43:42 2013 - gac application/vnd.groove-account
Thu Jul 18 14:43:42 2013 - ghf application/vnd.groove-help
Thu Jul 18 14:43:42 2013 - gim application/vnd.groove-identity-message
Thu Jul 18 14:43:42 2013 - grv application/vnd.groove-injector
Thu Jul 18 14:43:42 2013 - gtm application/vnd.groove-tool-message
Thu Jul 18 14:43:42 2013 - tpl application/vnd.groove-tool-template
Thu Jul 18 14:43:42 2013 - vcg application/vnd.groove-vcard
Thu Jul 18 14:43:42 2013 - zmm application/vnd.HandHeld-Entertainment+xml
Thu Jul 18 14:43:42 2013 - hbci application/vnd.hbci
Thu Jul 18 14:43:42 2013 - hbc application/vnd.hbci
Thu Jul 18 14:43:42 2013 - kom application/vnd.hbci
Thu Jul 18 14:43:42 2013 - upa application/vnd.hbci
Thu Jul 18 14:43:42 2013 - pkd application/vnd.hbci
Thu Jul 18 14:43:42 2013 - bpd application/vnd.hbci
Thu Jul 18 14:43:42 2013 - les application/vnd.hhe.lesson-player
Thu Jul 18 14:43:42 2013 - hpgl application/vnd.hp-HPGL
Thu Jul 18 14:43:42 2013 - hpi application/vnd.hp-hpid
Thu Jul 18 14:43:42 2013 - hpid application/vnd.hp-hpid
Thu Jul 18 14:43:42 2013 - hps application/vnd.hp-hps
Thu Jul 18 14:43:42 2013 - jlt application/vnd.hp-jlyt
Thu Jul 18 14:43:42 2013 - pcl application/vnd.hp-PCL
Thu Jul 18 14:43:42 2013 - sfd-hdstx application/vnd.hydrostatix.sof-data
Thu Jul 18 14:43:42 2013 - x3d application/vnd.hzn-3d-crossword
Thu Jul 18 14:43:42 2013 - emm application/vnd.ibm.electronic-media
Thu Jul 18 14:43:42 2013 - mpy application/vnd.ibm.MiniPay
Thu Jul 18 14:43:42 2013 - list3820 application/vnd.ibm.modcap
Thu Jul 18 14:43:42 2013 - listafp application/vnd.ibm.modcap
Thu Jul 18 14:43:42 2013 - afp application/vnd.ibm.modcap
Thu Jul 18 14:43:42 2013 - pseg3820 application/vnd.ibm.modcap
Thu Jul 18 14:43:42 2013 - irm application/vnd.ibm.rights-management
Thu Jul 18 14:43:42 2013 - sc application/vnd.ibm.secure-container
Thu Jul 18 14:43:42 2013 - icc application/vnd.iccprofile
Thu Jul 18 14:43:42 2013 - icm application/vnd.iccprofile
Thu Jul 18 14:43:42 2013 - igl application/vnd.igloader
Thu Jul 18 14:43:42 2013 - ivp application/vnd.immervision-ivp
Thu Jul 18 14:43:42 2013 - ivu application/vnd.immervision-ivu
Thu Jul 18 14:43:42 2013 - xpw application/vnd.intercon.formnet
Thu Jul 18 14:43:54 2013 - [uWSGI DEBUG] PATH_INFO=/
Thu Jul 18 14:43:54 2013 - [uWSGI DEBUG] SERVER_NAME=hg.example.org
Thu Jul 18 14:43:54 2013 - [uWSGI DEBUG] HTTP_HOST=hg.example.org
Thu Jul 18 14:43:54 2013 - [uwsgi-fileserve] checking for
/home/gber/hg.example.org//
Thu Jul 18 14:43:55 2013 - -- WSGI callable selected --
Thu Jul 18 14:43:55 2013 - WSGI app 0
(mountpoint='/home/gber/webapps/hgwebdir/hgwebdir.wsgi') ready in 1 seconds on
interpreter 0x26165e0 pid: 3117 (default app)
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] QUERY_STRING:
Thu Jul 18 14:43:55 2013 - 0x2bd29d0 12 0x7f77fc550030 0
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] REQUEST_METHOD: GET
Thu Jul 18 14:43:55 2013 - 0x2bd2ca8 14 0x2bd3570 3
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] CONTENT_TYPE:
Thu Jul 18 14:43:55 2013 - 0x2bd2c38 12 0x7f77fc550030 0
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] CONTENT_LENGTH:
Thu Jul 18 14:43:55 2013 - 0x2bd2500 14 0x7f77fc550030 0
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] REQUEST_URI: /
Thu Jul 18 14:43:55 2013 - 0x2bd2308 11 0x7f77fc4d4e40 1
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] PATH_INFO: /
Thu Jul 18 14:43:55 2013 - 0x2bd22d0 9 0x7f77fc4d4e40 1
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] DOCUMENT_ROOT:
/home/gber/hg.example.org
Thu Jul 18 14:43:55 2013 - 0x2bd2378 13 0x2bd5738 25
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] SERVER_PROTOCOL: HTTP/1.1
Thu Jul 18 14:43:55 2013 - 0x2bd23b0 15 0x2bd36f0 8
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] REMOTE_ADDR: ::ffff:10.0.3.100
Thu Jul 18 14:43:55 2013 - 0x2bd23e8 11 0x2bd6770 17
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] REMOTE_PORT: 42825
Thu Jul 18 14:43:55 2013 - 0x2bd2420 11 0x2bd3540 5
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] SERVER_PORT: 80
Thu Jul 18 14:43:55 2013 - 0x2bdb538 11 0x2bd3510 2
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] SERVER_NAME: hg.example.org
Thu Jul 18 14:43:55 2013 - 0x2bdb570 11 0x2bdb5a8 14
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] UWSGI_SCHEME: http
Thu Jul 18 14:43:55 2013 - 0x2bdb5e0 12 0x2bd34e0 4
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] HTTP_USER_AGENT: curl/7.19.7
(x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18
libssh2/1.4.2
Thu Jul 18 14:43:55 2013 - 0x2bdb618 15 0x2b7b810 102
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] HTTP_HOST: hg.example.org
Thu Jul 18 14:43:55 2013 - 0x2bdb650 9 0x2bdb688 14
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] HTTP_ACCEPT: */*
Thu Jul 18 14:43:55 2013 - 0x2bdb6c0 11 0x2bd34b0 3
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] SCRIPT_NAME: /
Thu Jul 18 14:43:55 2013 - 0x2bdb6f8 11 0x7f77fc4d4e40 1
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] PATH_INFO: /
Thu Jul 18 14:43:55 2013 - 0x2bdb730 9 0x7f77fc4d4e40 1
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] UWSGI_HOME:
/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:55 2013 - 0x2bdb730 10 0x7f77fc49b450 41
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] UWSGI_APPID:
/home/gber/webapps/hgwebdir/hgwebdir.wsgi
Thu Jul 18 14:43:55 2013 - 0x2bdb768 11 0x2bc3d40 41
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] called 0x2bd6190 0x7f77fc49c560 1
Thu Jul 18 14:43:55 2013 - calling close() for / 0x2a2c3f8 0x7f77fc514050
Thu Jul 18 14:43:55 2013 - announcing my loyalty to the Emperor...
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] PATH_INFO=/
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] SERVER_NAME=hg.example.org
Thu Jul 18 14:43:55 2013 - [uWSGI DEBUG] HTTP_HOST=hg.example.org
Thu Jul 18 14:43:55 2013 - [uwsgi-fileserve] checking for
/home/gber/hg.example.org//
Thu Jul 18 14:43:55 2013 - searching for
/home/gber/webapps/hgwebdir/hgwebdir.wsgi in
/home/gber/webapps/hgwebdir/hgwebdir.wsgi 0x2bd6190
Thu Jul 18 14:43:55 2013 - searching for
/home/gber/webapps/hgwebdir/hgwebdir.wsgi in
/home/gber/webapps/hgwebdir/hgwebdir.wsgi 0x2bd6190
Thu Jul 18 14:43:55 2013 - mountpoint /home/gber/webapps/hgwebdir/hgwebdir.wsgi
already configured. skip.
Thu Jul 18 14:43:55 2013 - --- no python application found, check your startup
logs for errors ---
Thu Jul 18 14:43:59 2013 - lost connection with my emperor !!!
Thu Jul 18 14:43:59 2013 - SIGINT/SIGQUIT received...killing workers...
Thu Jul 18 14:44:01 2013 - VACUUM: unix socket /home/gber/run/uwsgi.sock
removed.
[pid: 3117|app: 0|req: 1/1] ::ffff:10.0.3.100 () {40 vars in 595 bytes} [Thu
Jul 18 14:43:54 2013] GET / => generated 2573 bytes in 72 msecs (HTTP/1.1 200)
1 headers in 78 bytes (2 switches on core 0)
[pid: 3117|app: -1|req: -1/2] ::ffff:10.0.3.100 () {40 vars in 595 bytes} [Thu
Jul 18 14:43:55 2013] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 1
headers in 57 bytes (0 switches on core 0)
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi