Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-09-06 Thread Ed Young
with the configuration at the moment. On Sun, Sep 2, 2012 at 8:39 PM, Igor Cicimov icici...@gmail.com wrote: On Sun, Sep 2, 2012 at 3:29 PM, Daniel Ruggeri drugg...@primary.net wrote: On 8/31/2012 6:08 PM, Ed Young wrote: I now need to get the urls for the /admin/jkmanager or /balancer-manager

Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-31 Thread Ed Young
Thanks for the reply. On Fri, Aug 31, 2012 at 12:10 AM, Igor Cicimov icici...@gmail.com wrote: On Fri, Aug 31, 2012 at 11:13 AM, Ed Young e...@summitbid.com wrote: I've set up a load balancing configuration based on an Apache server and two tomcats Tomcat6A, and Tomcat6B. I'm trying to set

Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-31 Thread Ed Young
/ ProxyPassReverse / balancer://cluster/ ...but so far no luck. On Fri, Aug 31, 2012 at 10:19 AM, Igor Cicimov icici...@gmail.com wrote: On Sep 1, 2012 1:38 AM, Ed Young e...@summitbid.com wrote: Thanks for the reply. On Fri, Aug 31, 2012 at 12:10 AM, Igor Cicimov icici...@gmail.com wrote: On Fri

Re: [users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-31 Thread Ed Young
again. On Fri, Aug 31, 2012 at 10:35 AM, Igor Cicimov icici...@gmail.com wrote: On Sep 1, 2012 2:23 AM, Ed Young e...@summitbid.com wrote: Thanks again for the reply. I believe the cluster descriptor in httpd.conf describes the tomcat cluster, no? See below. I was able to install httpd

[users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Ed Young
This is a test: I have been trying to post to this list, but they keep bouncing back with: The error that the other server returned was: 552 552 spam score (5.7) exceeded threshold (HTML_MESSAGE,RCVD_IN_DNSWL_ LOW,SPF_NEUTRAL,URIBL_BLACK,WEIRD_PORT (state 17) I've subscribed and I'm sending this

[users@httpd] Apache + 2 tomcat appserver failover configuration

2012-08-30 Thread Ed Young
I've set up a load balancing configuration based on an Apache server and two tomcats Tomcat6A, and Tomcat6B. I'm trying to set it up so that Tomcat6B is a failover server, so if Tomcat6A goes down, Tomcat6B will handle all subsequent requests. I have two questions: 1. Does mod_proxy use the

Re: [users@httpd] Why are my posts to the httpd.apache.org list bouncing?

2012-08-30 Thread Ed Young
...@ymkatz.net wrote: On Thu, Aug 30, 2012 at 8:55 PM, Ed Young e...@summitbid.com wrote: This is a test: I have been trying to post to this list, but they keep bouncing back with: The error that the other server returned was: 552 552 spam score (5.7) exceeded threshold (HTML_MESSAGE

[users@httpd] balancer configuration URL exception

2012-08-29 Thread Ed Young
I'm an Apache noob, so apologies if I'm not using the correct terminology below. I have a load balancer configuration in httpd.conf that directs all traffic to the to two remote tomcat servers, but I want to have an exception for the balancer_manager which is on the Apache server. Currently if I

[users@httpd] How to configure httpd.conf to look for stylesheets in other directories ?

2011-10-20 Thread Ed Sutton
, -Ed File:subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so Location /svn/ DAV svn SVNListParentPath on SVNParentPath /var/lib/svn/ SVNIndexXSLT /svnindex.xsl # Limit write permission to list of valid users. LimitExcept GET

[users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
=/static/a4e79bc9/images/24x24/clock.png ProxyPass /jenkins http://localhost:8080 ProxyPassReverse/jenkins http://localhost:8080 ProxyHTMLEnable On ProxyHTMLExtended On Any tips or suggestions are much appreciated. Thanks in advance, -Ed

Re: [users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
On Apr 7, 2011, at 9:42 AM, Nick Kew wrote: On Thu, 7 Apr 2011 08:52:27 -0500 Ed Sutton esut...@fescorp.com wrote: How do you properly configure a reverse proxy to forward http://myserver/jenkins to http://myserver:8080? The configuration below works, yet it breaks image links. I

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Ed Lazor
configuration of a VirtualHost container for each domain per port? It would be great if I didn't have to touch server configuration files every time I add a new domain to work on. -Ed - The official User-To-User support forum

[us...@httpd] Mass Virtual Hosting + SSL

2009-04-07 Thread Ed Lazor
come up with some sort of work around or some sort of confirmation that it's a lost cause. Thanks, -Ed - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-07 Thread Ed Lazor
documentroot specified in httpd.conf. I'm testing the parameters within PHP, using phpinfo, if that helps. -Ed - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

[us...@httpd] Re: Confused about LDAP authentication with Active Directory - use Apache2::AuthenMSAD

2009-03-02 Thread Ed Avis
://search.cpan.org/~reggers/Apache2-AuthenDBMCache-0.01/AuthenDBMCache.pm As having an AD bind for every http request slows down things quite substantially... I'll set that up next. Thanks to everyone who helped investigate the problem. -- Ed Avis e...@waniasset.com

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-03-02 Thread Ed Avis
the job with a lot less fuss by just sending the username and password straight to Active Directory (no searches needed). Since I just want to authenticate, and not grant permissions based on Windows user groups, this works perfectly. See http://article.gmane.org/gmane.comp.apache.user/82644. -- Ed

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
/sbin/httpd Searching for this doesn't turn up anything obvious. -- Ed Avis e...@waniasset.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
and password? I had really expected that Apache would just pass through the username entered by the user. That seems much simpler. -- Ed Avis e...@waniasset.com - The official User-To-User support forum of the Apache HTTP

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
Ed Avis eda at waniasset.com writes: Hmm, so what Apache does is first of all bind to the directory server, then do a search using the query string which returns the 'cn' (common name). Finally it constructs a distinguished name using this value of 'cn' and the password supplied by the user. I

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
] Is there a way I can make it log what search it is running on the Directory and what results were returned? -- Ed Avis e...@waniasset.com - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
in the file do work if I use Perl's Net::LDAP library to connect, but seemingly not here. If I deliberately put a wrong password in the config file then the error message is no different. -- Ed Avis e...@waniasset.com

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Ed Avis
many tantalizing half-complete howto instructions on the web, I'm convinced that somebody somewhere has been able to make it work. -- Ed Avis e...@waniasset.com - The official User-To-User support forum of the Apache HTTP Server

[us...@httpd] Confused about LDAP authentication with Active Directory

2009-02-26 Thread Ed Avis
Users,CN=WCL Logins,DC=wcl,DC=local' does not work. Any suggestions?) -- Ed Avis e...@waniasset.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-26 Thread Ed Avis
, it seems unnecessary in the case of Active Directory, since AD allows you to bind simply giving username and password (you don't have to give a full DN when binding). -- Ed Avis e...@waniasset.com - The official User-To-User support

[us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-26 Thread Ed Avis
. Thanks for clarifying. This means that to get the current code working, I must find the right LDAP search expression to locate users in the Directory. This might be complicated by the fact that they are under 'WCL users' which contains a space character. -- Ed Avis e...@waniasset.com

[EMAIL PROTECTED] Address translation

2008-06-05 Thread Ed Curtis
a database. I've seen something that uses an .htaccess file and the RewriteEngine but I can't seem to get that to work. Am I hitting the right way to do this or is there a different way? Thanks, Ed - The official User-To-User

[EMAIL PROTECTED] Access, Authentication, Aauthorization directives work only in .htaccess file, not in httpd.conf

2008-05-29 Thread Ed
directory does it work. I've searched everywhere and I don't see any problems and/or design change(s) mentioned. Could someone shed some light on the situation? -- Regards...Ed Thank you. Well done is better than well said. - Benjamin Franklin

[EMAIL PROTECTED] RE: Load Balancer Results in File Does Not Exist Errors

2007-06-13 Thread Stuart, Ed
We have been able to determine that we can get the same behaviour from the web server if we use the ip address rather than the server name. So the web server only passes requests off to the WebSphere plugin if the server name is used and the request is coming in over https. We did not notice

[EMAIL PROTECTED] Load Balancer Results in File Does Not Exist Errors

2007-06-12 Thread Stuart, Ed
Hello all; We are running Apache 2.0.52 on RHEL V4 U4. Our web servers are used to host applications from WebSphere Application Servers. They use a plugin provided by WebSphere. The web servers work fine when they are addressed directly via https://servername/appname. This activates the plugin

RE: [EMAIL PROTECTED] Load Balancer Results in File Does Not Exist Errors

2007-06-12 Thread Stuart, Ed
Here's the config as requested. Its pretty much the default. # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See

[EMAIL PROTECTED] Apache - ScriptAlias confusion

2007-02-24 Thread Ed
with the whole thing. Many thanks -Ed [ATTEMPT #1] VirtualHost *:80 ScriptAlias /otrs/ /var/www/ticket.precognet.com/otrs-2.1.5/bin/cgi-bin/ Alias /otrs-web/ /var/www/ticket.precognet.com/htdocs/ ServerName ticket.precognet.com DocumentRoot /var/www

[EMAIL PROTECTED] Odd problem with mod_authn_dbd and mysql

2007-02-03 Thread Ed Poe
I have been attempting for a day and a half now to replace an apache2 installation with mod_auth_mysql with an apache2.2 installation with mod_authn_dbd and the mysql driver. I won't rehash all the compiling issues here*, but after no small frustration I have the following: A freshly

Re: [EMAIL PROTECTED] Odd problem with mod_authn_dbd and mysql

2007-02-03 Thread Ed Poe
On 3 Feb 2007, at 7:47 AM, Nick Kew wrote: On Sat, 3 Feb 2007 03:06:02 -0500 Ed Poe [EMAIL PROTECTED] wrote: And the following global config: DBDriver mysql DBDParams host=localhost user=redacted pass=redacted dbname=redacted DBDPrepareSQL SELECT encrypt(password) FROM redacted WHERE login_id

[EMAIL PROTECTED] UserDir enabled problem

2006-11-13 Thread Ed Sawicki
error on line 395 of /usr/local/apache/conf/httpd.conf:395 UserDir enable keyword requires a list of usernames and Apache doesn't start. The Apache documentation does not mention that a list of usernames must be present and their examples don't show such a list. What's up? Ed begin:vcard fn:Ed

[EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Ed Lazor
2.2.3, but that leaves me wondering... how do I configure Apache 2.2.3 to use PHP? I run httpd -l and it tells me that the mod_so.c is one of the compiled in modules. Thanks, Ed - The official User-To-User support forum

[EMAIL PROTECTED] Confused about LimitRequestBody

2006-10-16 Thread Ed Sawicki
. What am I doing wrong? Ed begin:vcard fn:Ed Sawicki n:Sawicki;Ed org:Accelerated Learning Center adr:;;PO Box 780-B;Lake Oswego;OR;97034;US email;internet:[EMAIL PROTECTED] title:President tel;work:503-635-6370 x-mozilla-html:FALSE url:http://www.alcpress.com version:2.1 end:vcard

[EMAIL PROTECTED] Apache/PHP and obfuscated URLs

2006-10-05 Thread Ed Sawicki
pleased that Apache doesn't convert obfuscated URLs into canonical form, but I'm wondering why attackers have success using obfuscated URLs when attacking Apache sites where the Web apps are written in PHP. I do not know or use PHP. Ed begin:vcard fn:Ed Sawicki n:Sawicki;Ed org:Accelerated Learning

[EMAIL PROTECTED] Re: authnz_ldap problem (semi-solved)

2006-07-26 Thread Ed Zaborowski
-attribute objectClass=shadowAccount For my purposes this will suit me, but I still find it irritating that I couldn't (for whatever reason) get it to work with valid-user. Ed Zaborowski wrote: Hello, I've been using Apache for some time, and recently ran into an issue that is causing me

[EMAIL PROTECTED] authnz_ldap problem

2006-07-24 Thread Ed Zaborowski
no end, when I use correct credentials, with no information in the error_logs. When I using an incorrect password, I get the message: user ed: authentication failure for "/svn": Password Mismatch I've tried using just file authentication, and that works fine, however, I prefer not to go

[EMAIL PROTECTED] Session Count Question From a Newbie

2006-05-05 Thread Stuart, Ed
many clients are connected to the web server at a given time? Ed **Please apply a generous amount of all the usual disclaimers here.** - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[EMAIL PROTECTED] Redirect Problem

2006-05-03 Thread Stuart, Ed
is the index.html file. How can we fix this, and is there a better way to solve the original problem? Thanks in advance for your help; Ed **Please apply a generous amount of all the usual disclaimers here.**

RE: [EMAIL PROTECTED] Redirect Question

2006-04-13 Thread Stuart, Ed
, though. -Victor Is this what you are suggesting? TIA Ed VirtualHost *:80 ServerName test.appname.domain ServerAlias * Redirect permanent / https://testweb.domain/appname /VirtualHost VirtualHost *:443 ServerName test.appname.domain ServerAlias * Redirect permanent

[EMAIL PROTECTED] Redirect Question

2006-04-12 Thread Stuart, Ed
we fix this, and is there a better way to solve the original problem? Thanks in advance for your help; Ed **Please apply a generous amount of all the usual disclaimers here.** - The official User-To-User support forum

[EMAIL PROTECTED] RedirectMatch

2005-12-19 Thread Ed Sawicki
This is Apache 2.0.46 with mod_alias loaded. Ed - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [users@httpd] Starting Apache2 on Win2k as another user

2005-07-14 Thread ed elliott
I would get filemon from sysinternals site and use to see which "Access Denied" error messages you get for that user and then give them rights to access them.Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Stephen Cook [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 14. Juli 2005

RE: [users@httpd] Error message

2005-07-07 Thread Ed Elliott
According to google there are people getting this with IIS as well, there was someone who had it with JSP pages so maybe it's coming from tomcat?? -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 15:50 To: users@httpd.apache.org Subject: Re: [EMAIL

Re: [users@httpd] win 2K install problem

2005-05-19 Thread ed elliott
you could try enabling msi logging and see if it gives any indication of why it fails: msiexec /i filename.msi /L*! "c:\msiapache.txt" this logs most things, there are different logging options (/L*v! and /L*vx! which will log much much more but can log too much ;) ) ed Mike Dewhi