Skip to content

Instantly share code, notes, and snippets.

@frankyd
Created September 6, 2011 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankyd/1197876 to your computer and use it in GitHub Desktop.
Save frankyd/1197876 to your computer and use it in GitHub Desktop.
STARMAN_DEBUG=1 /usr/local/bin/starman --workers 5 --pid /tmp/test.pid --port 4000 --preload-app --user web --group web test.psgi
2011/09/06-16:28:24 Starman::Server (type Net::Server::PreFork) starting! pid(24878)
Binding to TCP port 4000 on host *
Setting gid to "1000 1000"
Setting up serialization via flock
Beginning prefork (5 processes)
Starting "5" children
Child Preforked (24879)
Child Preforked (24880)
Child Preforked (24881)
Child Preforked (24882)
Parent ready for children.
Child Preforked (24883)
ps aux | grep starman
web 24878 6.0 0.5 7704 6048 pts/0 S<+ 16:28 0:01 starman master --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
web 24879 0.5 0.4 7704 4800 pts/0 S<+ 16:28 0:00 starman worker --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
web 24880 0.0 0.4 7704 4700 pts/0 S<+ 16:28 0:00 starman worker --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
web 24881 0.0 0.4 7704 4700 pts/0 S<+ 16:28 0:00 starman worker --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
web 24882 0.0 0.4 7704 4700 pts/0 S<+ 16:28 0:00 starman worker --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
web 24883 0.0 0.4 7704 4700 pts/0 S<+ 16:28 0:00 starman worker --workers 5 --pid /tmp/test.pid --port 4000 --user web --group web test.psgi
kill -HUP 24878
# Output from Starman:
2011/09/06-16:29:29 Server closing!
Sending children hup signal during HUP on prefork server
2011/09/06-16:29:29 HUP'ing server
2011/09/06-16:29:29 Starman::Server (type Net::Server::PreFork) starting! pid(24878)
Binding open file descriptors
Setting gid to "1000 1000 20 24 25 29 44 46 1000"
Setting up serialization via flock
Beginning prefork (5 processes)
Starting "5" children
Child Preforked (24886)
[24886] Initializing the PSGI app
Child Preforked (24887)
[24887] Initializing the PSGI app
Child Preforked (24888)
[24888] Initializing the PSGI app
Child Preforked (24889)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24889] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24890)
[24890] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Parent ready for children.
Killing "5" children
# no children
ps aux | grep starman
web 24878 1.4 0.5 7356 5780 pts/0 S<+ 16:28 0:01 starman master
root 24895 0.0 0.0 1836 512 pts/1 S<+ 16:30 0:00 grep starman
# wait a few seconds
ps aux | grep starman
web 24878 1.1 0.5 7356 5780 pts/0 S<+ 16:28 0:01 starman master
web 24964 27.0 0.0 0 0 pts/0 Z<+ 16:30 0:00 [starman] <defunct>
web 24965 0.0 0.0 0 0 pts/0 Z<+ 16:30 0:00 [starman] <defunct>
web 24966 0.0 0.0 0 0 pts/0 Z<+ 16:30 0:00 [starman] <defunct>
web 24967 0.0 0.0 0 0 pts/0 Z<+ 16:30 0:00 [starman] <defunct>
web 24968 0.0 0.0 0 0 pts/0 Z<+ 16:30 0:00 [starman] <defunct>
# Starman debug - keeps on retrying:
Starting "5" children
Child Preforked (24896)
[24896] Initializing the PSGI app
Child Preforked (24897)
Child Preforked (24898)
[24897] Initializing the PSGI app
[24898] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24899)
Child Preforked (24900)
[24899] Initializing the PSGI app
[24900] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24901)
[24901] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24902)
[24902] Initializing the PSGI app
Child Preforked (24903)
[24903] Initializing the PSGI app
Child Preforked (24904)
[24904] Initializing the PSGI app
Child Preforked (24905)
[24905] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24906)
[24906] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24908)
Child Preforked (24909)
[24908] Initializing the PSGI app
[24909] Initializing the PSGI app
Child Preforked (24907)
[24907] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "2" children
Child Preforked (24910)
[24910] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24911)
[24911] Initializing the PSGI app
Child Preforked (24912)
[24912] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "3" children
Child Preforked (24913)
[24913] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24914)
Child Preforked (24915)
[24914] Initializing the PSGI app
[24915] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "4" children
Child Preforked (24917)
[24917] Initializing the PSGI app
Child Preforked (24918)
[24918] Initializing the PSGI app
Child Preforked (24919)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24919] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24920)
[24920] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24921)
[24921] Initializing the PSGI app
Child Preforked (24922)
[24922] Initializing the PSGI app
Child Preforked (24923)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24923] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24924)
[24924] Initializing the PSGI app
Child Preforked (24925)
[24925] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24926)
[24926] Initializing the PSGI app
Child Preforked (24927)
Child Preforked (24928)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24928] Initializing the PSGI app
[24927] Initializing the PSGI app
Child Preforked (24929)
[24929] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24931)
[24931] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24932)
[24932] Initializing the PSGI app
Child Preforked (24933)
Child Preforked (24934)
[24934] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24933] Initializing the PSGI app
Child Preforked (24935)
[24935] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24936)
[24936] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24937)
[24937] Initializing the PSGI app
Child Preforked (24938)
Child Preforked (24939)
[24938] Initializing the PSGI app
[24939] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24941)
[24941] Initializing the PSGI app
Child Preforked (24942)
[24942] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24943)
[24943] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24945)
Child Preforked (24944)
Child Preforked (24946)
[24945] Initializing the PSGI app
[24946] Initializing the PSGI app
[24944] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "1" children
Child Preforked (24947)
[24947] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "3" children
Child Preforked (24950)
[24950] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24951)
[24951] Initializing the PSGI app
Child Preforked (24952)
[24952] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24953)
[24953] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24954)
[24954] Initializing the PSGI app
Child Preforked (24955)
[24955] Initializing the PSGI app
Child Preforked (24956)
[24956] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24957)
[24957] Initializing the PSGI app
Child Preforked (24958)
[24958] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24959)
[24959] Initializing the PSGI app
Child Preforked (24960)
[24960] Initializing the PSGI app
Child Preforked (24961)
[24961] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24962)
[24962] Initializing the PSGI app
Child Preforked (24963)
[24963] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24964)
[24964] Initializing the PSGI app
Child Preforked (24965)
[24965] Initializing the PSGI app
Child Preforked (24966)
[24966] Initializing the PSGI app
Child Preforked (24967)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24967] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24968)
[24968] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24971)
[24971] Initializing the PSGI app
Child Preforked (24972)
Child Preforked (24973)
[24973] Initializing the PSGI app
Child Preforked (24974)
[24972] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24974] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "3" children
Child Preforked (24977)
[24977] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24979)
[24979] Initializing the PSGI app
Child Preforked (24980)
[24980] Initializing the PSGI app
Child Preforked (24981)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[24981] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24982)
[24982] Initializing the PSGI app
Child Preforked (24983)
[24983] Initializing the PSGI app
Child Preforked (24984)
[24984] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24985)
[24985] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24988)
Starting "4" children
[24988] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24989)
[24989] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24990)
[24990] Initializing the PSGI app
Child Preforked (24992)
Child Preforked (24991)
[24992] Initializing the PSGI app
[24991] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "3" children
Child Preforked (24993)
[24993] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24994)
[24994] Initializing the PSGI app
Child Preforked (24995)
[24995] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (24996)
[24996] Initializing the PSGI app
Child Preforked (24997)
[24997] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (24998)
[24998] Initializing the PSGI app
Child Preforked (24999)
[24999] Initializing the PSGI app
Child Preforked (25000)
[25000] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25001)
[25001] Initializing the PSGI app
Child Preforked (25002)
Child Preforked (25003)
[25002] Initializing the PSGI app
[25003] Initializing the PSGI app
Child Preforked (25004)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25004] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25006)
[25006] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25007)
[25007] Initializing the PSGI app
Child Preforked (25008)
[25008] Initializing the PSGI app
Child Preforked (25009)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25009] Initializing the PSGI app
Child Preforked (25010)
[25010] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25011)
[25011] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25012)
[25012] Initializing the PSGI app
Child Preforked (25013)
[25013] Initializing the PSGI app
Child Preforked (25014)
[25014] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25015)
Child Preforked (25016)
[25016] Initializing the PSGI app
[25015] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "4" children
Child Preforked (25018)
[25018] Initializing the PSGI app
Child Preforked (25019)
[25019] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25020)
[25020] Initializing the PSGI app
Starting "3" children
Child Preforked (25021)
[25021] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25022)
[25022] Initializing the PSGI app
Child Preforked (25023)
[25023] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25024)
[25024] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25025)
[25025] Initializing the PSGI app
Child Preforked (25027)
Child Preforked (25026)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25026] Initializing the PSGI app
[25027] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25028)
[25028] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25029)
[25029] Initializing the PSGI app
Starting "2" children
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25031)
[25031] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25032)
[25032] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25033)
[25033] Initializing the PSGI app
Child Preforked (25034)
[25034] Initializing the PSGI app
Child Preforked (25035)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25035] Initializing the PSGI app
Child Preforked (25036)
[25036] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25037)
[25037] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25038)
[25038] Initializing the PSGI app
Child Preforked (25039)
[25039] Initializing the PSGI app
Child Preforked (25040)
[25040] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25041)
[25041] Initializing the PSGI app
Child Preforked (25042)
[25042] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "4" children
Child Preforked (25044)
[25044] Initializing the PSGI app
Child Preforked (25045)
[25045] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25046)
[25046] Initializing the PSGI app
Child Preforked (25047)
[25047] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25048)
[25048] Initializing the PSGI app
Child Preforked (25049)
Child Preforked (25050)
[25049] Initializing the PSGI app
[25050] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25051)
[25051] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25053)
[25053] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25054)
[25054] Initializing the PSGI app
Child Preforked (25055)
[25055] Initializing the PSGI app
Child Preforked (25056)
[25056] Initializing the PSGI app
Child Preforked (25057)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25057] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25058)
[25058] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25059)
[25059] Initializing the PSGI app
Child Preforked (25060)
Child Preforked (25061)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25061] Initializing the PSGI app
[25060] Initializing the PSGI app
Child Preforked (25062)
[25062] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25064)
[25064] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Starting "5" children
Child Preforked (25065)
[25065] Initializing the PSGI app
Child Preforked (25066)
[25066] Initializing the PSGI app
Child Preforked (25067)
[25067] Initializing the PSGI app
Child Preforked (25068)
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
[25068] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Child Preforked (25070)
[25070] Initializing the PSGI app
Error while loading app.psgi: No such file or directory at (eval 15) line 4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment