| bio | website | techstacks.com |
|---|---|---|
| location | Georgia | |
| age | 45 | |
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 29 |
I'm a web site and app server systems engineer/administrator. I've been doing it for about 15 years.
Other than as an end-user or customer, I have no affiliation with any of the commercial or FOSS solutions that I may comment about on the StackExchange sites.
|
Oct 7 |
answered | ldaps issue while starting up service |
|
Oct 7 |
answered | apache tomcat IE caching problem |
|
Oct 7 |
answered | Numerous 404's for “alive.txt”, anybody know what that file could be? |
|
Sep 30 |
comment |
Updating certificate on apache for windows 2.0 Yeah, you're going to want to use something like openssl to convert them or you could give the online converter a try: sslshopper.com/ssl-converter.html |
|
Sep 30 |
comment |
Updating certificate on apache for windows 2.0 You'll need to add a directive for the cert, one for the key, and sometimes you need to add one for the intermediate cert(s) |
|
Sep 30 |
comment |
Updating certificate on apache for windows 2.0 Can you post the relevant, sanitized portions of your httpd.conf? |
|
Sep 29 |
answered | Commercial SSL Certificate and Self-Signed Certificate for Authentication |
|
Sep 29 |
awarded | Tenacious |
|
Sep 28 |
answered | Control SSL Cipher Priority/Order for Tomcat to avoid BEAST attack |
|
Sep 13 |
comment |
CRC Checksum missmatch transfering large files to NAS Ours is looking more like a Sun tcp stack reassembly problem on the target FTP servers. |
|
Sep 12 |
comment |
Accessing website through load balancer Is your "direct to server" test hitting port 7002 and your "to load-balancer" test hitting port 7002 as well or does your load balancer listen on a different port? (Also, what is your load-balancer?) |
|
Sep 12 |
comment |
Accessing website through load balancer You should get traces where it work and where it doesn't and compare. You might also be able to use the HTTPFox extension inside Firefox to view request and response headers as well. |
|
Sep 12 |
answered | Accessing website through load balancer |
|
Sep 8 |
comment |
CRC Checksum missmatch transfering large files to NAS We're seeing a similar problem, which comes and goes on an irregular basis. I confess though that I don't understand how the byte-by-byte comparison could help pinpoint the source. Can someone give me some examples? |
|
Sep 2 |
answered | What's the best practice for hot-redeployment of WARs to Tomcat? |
|
Sep 2 |
answered | Mapping mod_jk to application with different name from alias |
|
Sep 1 |
answered | Setting up SSL certificates with Apache |
|
Aug 26 |
comment |
Why am I getting rm: Invalid argument with gnuwin32? I've had problems in the past when there was a space between the '/' and the ';', like there is in your example (-exec rm -f {} \ ;) but I don't recall if the error was invalid arguments |
|
Aug 26 |
answered | Apache: Failed to enable the 'httpready' Accept Filter |
|
Aug 25 |
comment |
Is Tomcat vulnerable to the Apache DoS vulnerability in CVE-2011-3192? Do you think that max heap size or tomcat's lower thread defaults might help tomcat in this case (or at least prevent swapping from occurring on the physical server)? |