Labenopimplinae
Labenopimplinae are an extinct subfamily of the parasitic wasp family Ichneumonidae. Labenopimplinae are known from the Cenomanian of the Russian Far East[1] and Turonian of Orapa, Botswana.[2] The subfamily includes five genera with 13 species. The subfamily is highly polymorphic and combines features of the Labeninae and Pimplinae.
Labenopimplinae | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Suborder: | |
Superfamily: | |
Family: | |
Subfamily: | Labenopimplinae Kopylov, 2010 |
List of genera
- Armanopimpla
- Labenopimpla
- Micropimpla
- Ramulimonstrum
- Rugopimpla
gollark: I don't think there are any wordpress-specific issues as long as the rest of your config is right.
gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
References
- Kopylov, D.S. 2010. A new subfamily of ichneumon wasps (Insecta, Hymenoptera, Ichneumonidae) from the Upper Cretaceous (Cenomanian) of the Russian Far East. Paleontological Journal 44 (4): 422–433. doi:10.1134/S003103011004009X
- Kopylov, D.S., Brothers, D.J. & Rasnitsyn, A.P. 2010. Two new labenopimpline ichneumonids (Hymenoptera: Ichneumonidae) from the Upper Cretaceous of southern Africa. Archived 2011-10-04 at the Wayback Machine African Invertebrates 51 (2): 423-430.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.