Re: [users@httpd] Interesting Problem

2012-11-25 Thread Kevin Castellow
. Work by modifying one setting at a time. Kevin On Sun, Nov 25, 2012 at 11:00 PM, Chris Arnold wrote: > On Nov 25, 2012, at 10:17 PM, Kevin Castellow > wrote: > > Yes. That is exactly what a proxy would do for you. > Turn on logging to know for sure. > > Ok, I disabled the las

Re: [users@httpd] Interesting Problem

2012-11-25 Thread Kevin Castellow
Yes. That is exactly what a proxy would do for you. Turn on logging to know for sure. Regards, Kevin On Sun, Nov 25, 2012 at 10:14 PM, Chris Arnold wrote: > We have a problem and I am trying to either confirm or deny it being an > apache config mistake. 2 servers, 1 is 192.168.123.3 and 1 is >

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-15 Thread Kevin Castellow
gt; configurations to check for differences. At a high level, it’s the same > versions of Windows, WebLogic, and Java. > > Local content in Apache never causes the hang. As does content in the > other apps that are being proxied. > > Thanks for the help! > > *

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-14 Thread Kevin Castellow
The weblogic plugin also has option to debug. Have you verified the plugin does not show the error? Add Debug ALL and by default it should log to /tmp directory. Are you able to serve content in other directories that may have content locally stored on Apache and that do not trigger plugin? On

Re: [us...@httpd] Multi domain certificate and named virtual hosts

2010-05-24 Thread Kevin Castellow
Post a question and let the community help. Kevin http://kevincastellow.workintel.com On Fri, May 21, 2010 at 7:03 AM, Chris Johnson wrote: > Hi. > > I really need to talk to someone offline who has multi domain > certificates and > named virtual hosts configured, up and running please.

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Kevin Castellow
Is the request actually reaching the Tomcat server? When using a proxy the error from the end point server will also appear in Apache logs as if Apache is misconfigured when in reality the 503 may be coming from Tomcat because of a misconfiguration there. Check both logs and see if the request is

Re: [us...@httpd] Multiple IPs NATed to apache

2010-05-19 Thread Kevin Castellow
I would suggest you NAT to a different port but same ip address on the Linux server. Regards, Kevin Castellow http://kevincastellow.workintel.com On Wed, May 19, 2010 at 3:54 PM, Mike A. Leonetti wrote: > I have three external IP addresses NATed through the firewall to one > local IP a

Re: [us...@httpd] About configure Reverse Proxy

2010-05-18 Thread Kevin Castellow
rror/foo/i. Note Order is important: exclusions must come *before* the general ProxyPassdirective. I think this is a namespace issue that needs to be solved before Apache can solve it. Could you put the different services into two different virtual servers? Kevin Cast

Re: [us...@httpd] Redirecting / to non slash

2010-05-17 Thread Kevin Castellow
to have a default page of some sort. But as stated previously by Tom Evans, the answer may not help your search engine goal. Regards, Kevin Castellow On Mon, May 17, 2010 at 12:47 PM, Tom Evans wrote: > On Mon, May 17, 2010 at 5:31 PM, Kevin Castellow > wrote: > > I would

Re: [us...@httpd] Directory index w/ virtual servers

2010-05-17 Thread Kevin Castellow
. Reagrds, Kevin Castellow http://kevincastellow.workintel.com On Mon, May 17, 2010 at 8:58 AM, Joseph L. Casale wrote: > On a default CentOS install I setup a virtual server for a repo and added > this config which works for all dirs except the root, I get the welcome > redirec

Re: [us...@httpd] Redirecting / to non slash

2010-05-17 Thread Kevin Castellow
I would take a look at this module: http://httpd.apache.org/docs/2.2/mod/mod_dir.html Depending on how you built your Apache it should be there by default if you used the "all" option for modules. It should do exactly what you are looking for. Regards, Kevin Cast

Re: [us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Kevin Castellow
>From my experience the configuration file is a top down processing. If you repeat a setting multiple times it will usually take the last setting. In this example it wouldn't surprise me if you repeat the setting of virtual server with the same value, it returns an error trying to match the certif

[us...@httpd] Mod_dbd using Oracle Instant Client not sending correct Connection String on Solaris ignoring most http.conf values

2010-05-14 Thread Kevin Castellow
I am using Apache with mod-dbd and the Oracle Instant client. I am not seeing the correct connection string values sent to Oracle from Apache despite the values in my TNS file and httpd.conf. My Apache version is below: Server version: Apache/2.2.15 (Unix) Server built: May 12 2010 13:54:22 My

[us...@httpd] APR-util 1.3.4 Does not create correct connection string for Mod_dbd on Solaris & Oracle Instant Client

2009-02-06 Thread Kevin Castellow
I am using apache 2.2.11 on Solaris10 with apr-1.3.3 and apr-util 1.3.4. The Oracle Instant Client 11_1 is installed and verified to be working with the Instant Client Sql Plus client. I am trying to use the dbd module to authenticate to Oracle. I set the configuration up in this order: DBDriver