Diagnostics Detail Low

Pre-flight check

All checks passed!

Textpattern version: 4.6.2 (8412e32468526e075446b881d13bd9ce)
Last update: 2016-10-21 12:49:48/2016-10-21 12:49:48
Document root: /home/user/txptag.net
$path_to_site: /home/user/txptag.net
Textpattern path: /home/user/txptag.net/textpattern
Article URL pattern: section_title
Temporary directory path: /home/user/txptag.net/textpattern/tmp
Site URL: txptag.net
PHP version: 5.6.24
GD Graphics Library: bundled (2.1.0 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/Los_Angeles
Server local time: 2016-10-21 05:41:55
Daylight Saving Time enabled?: 1
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): America/New_York (-18000)
MySQL: 5.6.25-log
Database server time: 2016-10-21 05:41:55
Database server time offset: 5 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: en_US.UTF-8
Server: Apache
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 3.1.9-vs2.3.2.5vs2.3.2.5+
Active plugins: hcg_themes-0.5m
Admin-side theme: hiveneutral 4.6.2
.htaccess file contents: 

# BEGIN Textpattern
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default


    RewriteEngine On
    #RewriteBase /relative/web/path/

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]

    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*) index.php

    RewriteCond %{HTTP:Authorization}  !^$
    RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]


#php_value register_globals 0


    AddType image/svg+xml  svg svgz
    AddEncoding gzip       svgz

# END Textpattern