Note that there are some explanatory texts on larger screens.

plurals
  1. USDodger
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COAfter some more experimentation, I have a general idea what's going on but not why or how to fix it. It appears that if I start apache from any directory OTHER than /etc/apache2 (where the include directories are relative to '.') it fails. It also fails any time I send a SIGHUP (either via apache2ctl restart or via a kill -HUP to the parent process), but NOT when I start it in that directory. My guess is the chdir apache would presumably do to DocumentRoot causes the HUP to be trying to restart from /var/www instead. But this is still not right.
      singulars
    2. COBTW: mheckman: You do know that [\w\_] is redundant don't you? \w means the same thing. "\w matches a word character (alphanumeric or _), not just [0-9a-zA-Z_] but also digits and characters from non-roman scripts"
      singulars
    3. COFirefox is rendering it the way it seems it should. I don't want to add width: 100% to the class because I do not want it width: 100%; I want it width unspecified so that the button is the size of the contents + padding and border. I have margin: auto set and have specified it as an inline and inline block both and in both cases the display is actually discarded and totally ignored. (Note, I also want this to be simple to apply as a class without having to muck about with a container element making the page more complex unnecessarily)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload