[04:18:10] Running into this weird issue with styles; I looked at the fix on https://www.mediawiki.org/wiki/Manual:Common_errors_and_symptoms#The_wiki_appears_without_styles_applied_and_images_are_missing but my $wgServer is already set correctly. I'm getting 404s on the load.php stylings, as well as being informed by the console that the MIME type is wrong (text/html). I made sure my DNS was set correctly and the apache vhosts all match up, as [04:18:11] well as the appropriate .htaccess files. Any suggestions on where I should look next here? [04:18:50] Never ran into this before, and the "incorrect MIME type" is perplexing [04:21:11] Should probably note this has varnish as the entry point with apache sitting behind it on a different server. The wiki files themselves are mounted over nfs. [04:25:37] Oh, this might be it. load.php is being recognized as a wiki page instead of properly calling [04:25:51] This is odd, though... I've never had this happen before [04:42:04] Found it. I forgot to change my $wgScriptPath. Derp. [05:23:18] jfolv: that would do it :) [05:26:48] https://www.mediawiki.org/wiki/Manual:Short_URL/Apache [05:27:05] This is a very long page for what is ultimately just a few lines of code [05:27:22] But worth the read at times when debugging [06:23:23] narrowed down my crashes to "some build option causes them" [06:23:33] now I just need to find out which \o/ [08:08:38] Vulpix: it is a heisenbug, I cannot reproduce it any more with the exact same set of packages :( [08:19:36] tracked it down, it is the GMP extension [08:19:47] * Remilia exhales and heads off into the sunrise [22:05:50] For anyone familiar with the CirrusSearch extension, how bad of an idea is it to go live without having the indexing completed? At the rate it's going, it'll be working for 3-4 more days and I really need to try to push the new production infrastructure out asap. Will it cause problems later on? [22:37:19] jfolv_: My understanding is that it'd be fine, but it'll have incomplete results, and the indexing will be slowed down by queries.