Links, EOL, and Log Locations

Numerous useful repeatedly used links, logs path list, ColdFusion, Java JVM specifics too! You are gonna love my post. Where is the IIS metabase, How do I tune/troubleshoot?

Java EOL : http://www.oracle.com/technetwork/java/eol-135779.html

ColdFusion EOL: https://www.adobe.com/support/products/enterprise/eol/eol_matrix.html#63

WordPress Release Dates: http://codex.wordpress.org/WordPress_Versions

PHP Supported Versions: http://php.net/supported-versions.php

PHP Unsupported Branches: http://php.net/eol.php

 

IIS:

C:\Windows\System32\LogFiles\HTTPERR\httperr2.log

IIS Site log files, the folders in this directory are named W3SVC#IISsiteID#.

C:\inetpub\logs\LogFiles

IIS 7/IIS 7.5 applicationHost.config

C:\Windows\System32\inetsrv\config

Microsoft Support: The HTTP status code in IIS 7.0, IIS 7.5, and IIS 8.0

When reviewing IIS logs, the field after the response code is the sub response code, which can be identified as seen in the above link.
2013-05-29 14:46:50 10.11.73.21 POST /clients/001_nwconsole/prods.cfm catId=103&ManufId=1395 80 – 69.63.128.150 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/27.0.1453.94+Safari/537.36 400 0 0 36457

.NET:

http://web.archive.org/web/20140622033924/http://blog.leansentry.com/2013/07/the-server-logs-you-need-to-know-to-fix-any-iis-aspnet-error/

 

 

ColdFusion:

Gurus:

Mike Brunt: http://www.cfwhisperer.com/
Charlie Arehart: http://www.carehart.org/
Ben Nadel: http://www.bennadel.com/
Brent Frye: http://www.cfexecute.com/
Purpose and location of XML configuration files used in ColdFusion MX
All Things JVM And Java Memory Tuning: http://www.javamem.com/

Java and JVM:

ON CF9 C:\JRun4\bin

look for hs-pid prefixed files = jvm crash

Adobe ColdFusion Blog: Which JDK is supported with ColdFusion 9, 10, and 11?
Adobe Forums: ColdFusion 9 and Java 8 (short answer is no)
Charlie Arehart: How to identify what jvm.config a ColdFusion instance uses (and vice-versa)
ColdFusion 9 and prior:
c:\JRun4\bin

ColdFusion 10 and later actually create one for each instance.
Example below is for instance named cfusion, but cfusion can be replaced with any instance name.
C:\ColdFusion10\cfusion\bin\jvm.config
C:\ColdFusion11\cfusion\bin\jvm.config

JVM Performance/Flags/Get to know me:
Java 1.6
Adobe Devnet: Performance tuning for ColdFusion applications

Java 1.7:
PermSize and MaxPermSize are Valid in this version, but not in the next. Be mindful when migrating/upgrading.
LinkedIn Slideshare: Tuning the Performance of Your ColdFusion Environment to Racecar Specs!
CFWhisperer: 10 Steps To A Stable and Performant Web Application – Step 4
CFWhisperer: Important Oracle Java Virtual Machine Information.
CFWhisperer: Tuning The JVM – Is It Still As Critical?
CFWhisperer: ColdFusion 10 Enhanced Performance Settings
Adobe Forums: CF10 with Java 8
StackOverflow: PermGen elimination in JDK 8
Google Groups: Any recommendation for CF11 JVM settings for a server containing mura?

Java 1.8
Removed in this version(Remember to remove from your JVM Config if you had imported it from a system that had used 1.7 or when directly upgrading the JVM.): PermSize and MaxPermSize
Adobe Forums: CF10 with Java 8

wsconfig tool:

ColdFusion 9
server configuration: cf_root/runtime/bin
?? C:\ColdFusion9\cfusion\runtime\bin ??
multiserver configuration:  jrun_root/bin
C:\JRun4\bin\wsconfig.exe

 

ColdFusion 11
server configuration: cf_root/runtime/bin
C:\ColdFusion11\cfusion\runtime\bin
multiserver configuration:  jrun_root/bin
C:\ColdFusion11\instance_name\runtime\bin
Tuning ColdFusion 10 IIS Connector configuration — Adobe ColdFusion Blog

ColdFusion 11 IIS Connector Tuning — Adobe ColdFusion Blog

Java Keystores:

CertMan: “A Coldfusion Administrator Extension that allows adding/viewing/removing of SSL certificates in the Java certificate store from within the Administrator.” Validated on “CFMX7/CF8/CF9/CF10” and worked on CF11 in my experience, ymmv.

ColdFusion defaulted JVM Keystore Pass and flag:

-storepass changeit

 

 

Network:

hosts file Windows OS:

c:\Windows\System32\drivers\etc\hosts

Internal IP Address: 127.0.0.1

RDNS for such an IP: 0.0.127.in-addr.arpa record 1

 

CDN

Which file extensions does CloudFlare cache for static content? – CloudFlare Support

 

External Awesome:

SSL Links:

Qualys SSL Labs -> SSL Server Test
Requires a domain name in order to run a test.
SSL Shopper -> The Most Common OpenSSL Commands
DigiCert SSL Certificate Checkier

ServerSniff.De
You can scan other ports for https configurations.

 

DNS:

EmailStuff.com
Recursive SPF lookup (does have about an hour cache to it iirc).

whatsmydns.net
Global DNS Propagation Checker
URLFind.org – URL Mapping and cross domains links.

ASDM Port Syntax:
asdmportsntx

Google Search Operators:
Search Operators

Comments

2 responses to “Links, EOL, and Log Locations”

  1. Mel Jenkins Avatar
    Mel Jenkins

    What happened to the email header analyzer??

    1. Rose Bush Avatar

      I had to bring it down from a site compromise. I loaded up the videos to work through site design to build a secure theme because I want to get the script back out.

Leave a Reply

Your email address will not be published. Required fields are marked *