Re: [users@httpd] mod_proxy health check custom header

2024-08-12 Thread Aaron Rosenzweig
Hi Eric thanks for digging into code to confirm what I was asking for isn't currently possible. Sounds like while it might be a reasonable enhancement, and somewhat easy to implement, it's not a slam dunk because it could have complications. Yes, you are right, by checking for a particular endpoin

[users@httpd] Re: mod_proxy health check custom header

2024-08-12 Thread Aaron Rosenzweig
Does anyone have advice for me regarding custom headers in mod_proxy health check? Thank you :-) On Wed, Aug 7, 2024 at 2:31 PM Aaron Rosenzweig wrote: > We have mod_proxy doing balancing and working great with the exception of > one thing, the health check. I'm talking about th

Re: [users@httpd] error 500 on POST request

2024-08-12 Thread Aaron Rosenzweig
Hi Andrija. In your logs I don't see the 500 error so maybe you cut and pasted the wrong log. But generally a 500 error means something fundamental went wrong and it might have nothing to do with Apache. If generally your python app works (Django is python under the covers right?) such as existing

[users@httpd] mod_proxy health check custom header

2024-08-07 Thread Aaron Rosenzweig
We have mod_proxy doing balancing and working great with the exception of one thing, the health check. I'm talking about the heartbeat interval that tells mod_proxy if our java app instances are ok. I read the docs here: https://httpd.apache.org/docs/current/mod/mod_proxy_hcheck.html I'm pretty s

Re: [users@httpd] RewriteRule overbinding in 2.2

2019-04-30 Thread Aaron Macks2
Apparently I needed to just tell it to the bear. In looking to verify rewritelog configs I found that the rewrite I was changing was not the one being hit, wrong vHost A Aaron Macks Systems Architect On Apr 30, 2019, at 11:14 AM, Eric Covener

[users@httpd] RewriteRule overbinding in 2.2

2019-04-30 Thread Aaron Macks2
with the htaccess tester here https://htaccess.madewithlove.be/ but cannot seem to figure it out Aaron apache version: 2.2.15-69 OS: Centos 6.10 Aaron Macks Systems Architect

Re: [users@httpd] Proxy and mod_deflate (httpd 2.4.x)

2015-08-19 Thread Macks, Aaron
, at 7:45 PM, Nick Kew mailto:n...@webthing.com>> wrote: On Tue, 2015-08-18 at 15:31 +, Macks, Aaron wrote: [chop] What you have looks fine to me. Though you might have some stray directive in global scope that affects you. What happens if you crank up LogLevel and wade through the messag

[users@httpd] Proxy and mod_deflate (httpd 2.4.x)

2015-08-18 Thread Macks, Aaron
2455D54BDF0 Connection: keep-alive Is there a new reccomended fix for the 2.4 line? thanks Aaron -- Aaron Macks Systems Architect Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax: (617) 783-7467 www.harvardbusiness.org<http://www.harvardbusiness.org> | Cell:(978) 317-3614

Re: [users@httpd] Help with rewrite rules

2015-08-05 Thread Macks, Aaron
tional commands, e-mail: users-h...@httpd.apache.org -- Aaron Macks Systems Architect Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax: (617) 783-7467 www.harvardbusiness.org<http://www.harvardbusiness.org> | Cell:(978) 317-3614

[users@httpd] SetenvIf warnings in 2.4

2015-07-10 Thread Macks, Aaron
those variables. We tried setting a default value with SetEnv, then overwriting it with setenvif, but that didn’t fix anything. What should we tweek in the configs to conform to the 2.4 way and tamp down the useless warnings? A -- Aaron Macks Systems Architect Harvard Business Publishing 300

Re: [users@httpd] Question about "ab"

2014-12-12 Thread Aaron Ritter
concurrent means now/always what u confuse it to is transaction rate On 12 Dec 2014 16:36, "Rose, John B" wrote: > In the "ab" documentation > > > http://httpd.apache.org/docs/2.2/programs/ab.html > > > it says ... > > > *-c concurrency* > > * Number of multiple requests to peform at a time

[users@httpd] dvipng not running or crashing when called by MediaWiki on Windows 8

2013-10-28 Thread Aaron Gray
command line called from Windows 8 either directly or from php works fine though. Many Thanks in Advance, Aaron - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Macks, Aaron
Slash versus no slash. You're redirecting things that aren't /svn to /svn/ (note the trailing slash). I think if you remove the $ from the regex it should work A On Aug 2, 2013, at 4:28 PM, "Scott Genevish" wrote: > I'm getting an error when I try to checkout a subversion repository, > "Red

Re: [users@httpd] redirect based on internal or external IP

2013-07-01 Thread Macks, Aaron
com/internal> [R=301,L] A ____ Aaron Macks ama...@harvardbusiness.org<mailto:ama...@harvardbusiness.org> On Jul 1, 2013, at 3:33 PM, "Clark, Kim" mailto:kcl...@carlsonwagonlit.com>> wrote: I am new to apache, so forgive me if this is a beginner questions. I am trying t

Re: [users@httpd] Denying access to a folder while allowing the content inside it to be displayed on other pages?

2012-07-17 Thread Macks, Aaron
By "Direct Access" do you mean the index of the directory? A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax: (617) 783-7467 www.harvardbusiness.org | Cell:(978) 317-3614

Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread Macks, Aaron
Can you run either strace (or dtrace depending on platform) against the running process and see what it is doing during the request? A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax: (617

[users@httpd] Re: .htaccess help - restricting access to certain REMOTE_host's and redirecting others to /index.html

2011-12-21 Thread Aaron Gray
On 19 December 2011 14:24, Aaron Gray wrote: > Hi, > > I am really having problems understand and getting .htaccess mod_rewrite's > to work. > > What I want is a site that rewrites any traffic that is not from a set > number of REMOTE_HOST's or in a set of certain

[users@httpd] .htaccess help - restricting access to certain REMOTE_host's and redirecting others to /index.html

2011-12-19 Thread Aaron Gray
rectory or subdirectory or another file in root. I was wondering whether anyone could help me out with this please. Many thanks in advance, Aaron

Re: [users@httpd] Re: ab not working, saying bind: address family not supported by protocol family 47

2011-12-16 Thread Macks, Aaron
Try pointing ab to 127.0.0.1 instead of localhost. I remember somewhere that OSX changed to having the default address for localhost being ipv6, and if you've not built in support for that it may fail. It may not help, but if that was the cause it might A -- Aaron Macks Sr. Unix Sy

[users@httpd] problem with mod_rewrite and htaccess on Windows 7

2011-06-21 Thread Aaron Franco
or so I know the htaccess is not being read. Please let me know if you need more information. Please Help! J Regards, Aaron

Re: [users@httpd] url rewrite

2011-06-01 Thread Macks, Aaron
plicate the rewrite rules proper A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax: (617) 783-7467 www.harvardbusiness.org | Cell:(978) 317-3614 On Jun 1, 2011, at 4:33 PM, Friedrich Locke wr

Re: [users@httpd] Need advice to choose a configuration

2011-05-22 Thread Macks, Aaron
there are still a large number of "non modern" clients out there, including anyone using the default browser on an Android phone and anyone with any flavor of IE on WindowsXP.... a -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Wat

Re: [users@httpd] Need advice to choose a configuration

2011-05-22 Thread Macks, Aaron
sites, then you can spin up more VServers for only the sites that need to handle more traffic... Then you're probably talking about dedicated loadbalancers and much more hardware anyway so barring those 2 conditions, I agree 100% with Jeroen that #1 is the way to go a -- Aaron Macks Sr. Un

Re: [users@httpd] flush(STDOUT) + mod_deflate - was: mix pre-compressed and mod_deflate

2011-05-10 Thread Macks, Aaron
Can you have the .js get called from a different VHOST (probably will need a FQ url) and configure the "static" vhost and the "cgi" vhost each tuned to the specific purpose A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.|

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Macks, Aaron
I've seen urls with in the middle coming from some BBS systems as referrers. it seems some of the software condenses the url in the display, but sets the link target to the full one. I think then users quote that post and the target gets confused into the http://foo...html url. Maybe

[users@httpd] Conditional Proxying for 1-to-1 mapping

2011-04-04 Thread Macks, Aaron
won't cover the reverse proxy. This leads to 2 questions: 1. If i have the app server name set in a Env variable, can i use that in the proxy definitions? 2. Is there a better/simplier way to do this that I am missing? thanks (Apache HTTPD 2.2 on linux) A -- Aaron Macks Sr. Unix Syste

[users@httpd] PHP as CGI Issue - mod_fcgid

2011-03-12 Thread Aaron Axelsen
the logs and there is nothing being reported as errors. Suexec is working fine for standard cgi/perl scripts. Does anyone have any suggestions? Apache: 2.2.16 PHP: 5.3.3 - -- Aaron Axelsen li...@frozenpc.net Great hosting, low prices. Modevia Web Services -- http://www.modevia.com -BEGI

[us...@httpd] apache 2.2 mod_status - Total Accesses is successfully served throughput?

2010-10-14 Thread Aaron Sonntag
tatistic either. Thank you in advance for your time, --aaron - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-ma

[us...@httpd] Problems with mod_proxy - invalid response from an upstream server

2010-03-16 Thread Aaron Gray
I am receiving the error in my browser of 502 Proxy Error Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /MyProfile/MyDetails/MyDetails.do;jsessionid=1l5bqi2eonag5. Reason: Error reading from remote server The w

Re: [us...@httpd] Handler Chain (based on request method)

2009-10-28 Thread Aaron Dalton
Handler" directives? And it will try from the top to the bottom? That seems like the most elegant solution. I'll give it a shot. Aaron - The official User-To-User support forum of the Apache HTTP Server Project.

[us...@httpd] Restrict Proxy by method

2009-10-24 Thread Aaron Dalton
work. I would appreciate any assistance. ProxyPass http://backend/fs ProxyPassReverse http://backend/fs Thanks for your time! Aaron - The official User-To-User support forum o

[us...@httpd] Handler Chain (based on request method)

2009-10-24 Thread Aaron Dalton
Thank you so much for your time and assistance. Aaron - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-ma

Re: [us...@httpd] Re: Proposal to Optionally Block DNS

2009-08-24 Thread Aaron Turner
Google: http://en.wikipedia.org/wiki/Patch_(computing) >  I am not familiar with the term "golf-clap", so I >  looked it up.  I found two meanings: one would >  indicate support, and the other would indicate >  disdain. > > Nothing like lucid communication. I believe

Re: [us...@httpd] SSL cert for alias too

2009-07-15 Thread Aaron Turner
ct won't work in this case because it is done at the HTTP layer and the SSL handshake occurs before the GET request. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a

Re: [us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-14 Thread Aaron Turner
ick a menu link etc, and go back to port 80 and > password >     is not exposed. Honestly, I'm not sure if that's part of the HTTP spec or is client specific (and I'm too lazy to read the RFC's), but I guess the question really is what do you want to accomplish?What a

Re: [us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-07 Thread Aaron Turner
; pass are "encrypted" but it's really just base64 encoding). -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, des

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-16 Thread Aaron Turner
On Wed, Apr 15, 2009 at 10:33 PM, Krist van Besien wrote: > On Thu, Apr 16, 2009 at 12:30 AM, Aaron Turner wrote: >> Looks like I figured it out. >> >> OSX's internal name resolution API calls (gethostbyname?) apparently >> doesn't honor /etc/resolv.conf, but

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
e a perfectly good local named running on loopback. No idea why, using dig against localhost worked just fine. Long story short, going into System Preferences -> Networking -> Advanced -> DNS and adding additional dns servers after 127.0.0.1 seems to have solved the problem. -

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
sible via the outside world. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benj

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
On Tue, Apr 14, 2009 at 11:34 PM, Krist van Besien wrote: > On Tue, Apr 14, 2009 at 5:32 PM, Aaron Turner wrote: >> Nobody has any ideas??? >> >> On Sat, Apr 11, 2009 at 3:31 PM, Aaron Turner wrote: >>> At first I thought this was a problem with my python/fa

[us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-14 Thread Aaron Turner
Nobody has any ideas??? On Sat, Apr 11, 2009 at 3:31 PM, Aaron Turner wrote: > At first I thought this was a problem with my python/fastcgi config, > but now I've noticed that php5 apps like Wordpress can't resolve hosts > either.  Resolving hosts works just fine on the c

[us...@httpd] Apache (php5/fcgi) can't resolve hostnames

2009-04-11 Thread Aaron Turner
it seems that the common link is apache. Anyone have any suggestions on how to debug this? OS X 10.5.6 Apache 2.2.11 (via MacPorts) Thanks, Aaron -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up ess

Re: [EMAIL PROTECTED] Subdomain Config Questions

2008-06-17 Thread Aaron Todd
about it I should be able to pull out the entered subdomain using PHP and will use that to customize the content. Thanks for all your help. Aaron

[EMAIL PROTECTED] Subdomain Config Questions

2008-06-16 Thread Aaron Todd
es. When I update the main code it will update for all the subdomains without uploading files to each one. If anyone can let me know if this possible I would really appreciate it. Thanks, Aaron - The official User-To-User supp

[EMAIL PROTECTED] mod_status woes

2008-05-01 Thread Aaron Wallis
Hey there, I've been using mod_status to keep an eye on several of my servers traffic spikes for the past few months now, great stuff, loving it sick. Since I've got a fair few servers to watch I was hoping to automate the process and for some crazy reason, the "autp" status pages on my ser

[EMAIL PROTECTED] 2.2.8 and SSLCertificateChainFile not working

2008-04-08 Thread Aaron Turner
Turning on debug logging, I do see: [Tue Apr 08 12:33:30 2008] [debug] ssl_engine_init.c(664): Configuring server certificate chain (1 CA certificate) Which seems to indicate that it's loading he sf_issuing.crt file, but I'm at a loss beyond that. Any ideas/suggestions? Thank

Re: [EMAIL PROTECTED] SSL pass phrase

2007-10-16 Thread Aaron Dalton
On Tue, 16 Oct 2007, William A. Rowe, Jr. wrote: Aaron Dalton wrote: AFAIK there is no way around this. If you do not want Apache to wait for a pass phrase, you have to strip the private key of encryption. This of course has multiple security problems, but I'm afraid those are your

Re: [EMAIL PROTECTED] SSL pass phrase

2007-10-16 Thread Aaron Dalton
security problems, but I'm afraid those are your only options that I am aware of. $ openssl rsa -in encryptedkey.pem -out strippedkey.pem -- Aaron Dalton http://perlkonig.com - The official User-To-User support forum o

[EMAIL PROTECTED] Re: Basic SSL Question

2007-10-15 Thread Aaron Dalton
You can never have more than one SSL host on any given IP/Port combination. This has nothing to do with your web server but with the way SSL itself is constructed. http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 -- Aaron

[EMAIL PROTECTED] IP Blacklisting?

2007-09-20 Thread aaron smith
Is there anything in Apache to do some IP Blacklisting? Thanks all

[EMAIL PROTECTED] Apache Modules and Libraries

2007-09-14 Thread Aaron Smith
/modules/mod_ldap.so into server: Unresolved external I'm thinking they're related as the mod_auth_ldap.so uses SSL so it's probably trying to find the SSL libraries somehow. I just need to figure out how to tell it where they are. Aaron

RE: [EMAIL PROTECTED] Installing New Apache Modules

2007-09-13 Thread Aaron Smith
L PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, September 13, 2007 9:40 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Installing New Apache Modules On 9/13/07, Aaron Smith <[EMAIL PROTECTED]> wrote: > Simple question. Hopefully. If I have an existing Apa

[EMAIL PROTECTED] Installing New Apache Modules

2007-09-13 Thread Aaron Smith
uires ldap to be built into apr-util so I bet I'd have to re-install the apr-util stuff. Aaron

[EMAIL PROTECTED] SSL Library Error with mod_ssl

2007-09-11 Thread Aaron Smith
apache that was compiled with the same source code, on the same server, and linked to the same OpenSSL libraries that works just fine. I just can't seem to figure out what I did differently between the two compiles to cause this to happen. Aaron

RE: [EMAIL PROTECTED] Apache won't write to log files

2007-09-10 Thread Aaron Smith
replace it. ---- Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College ____ From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:38 AM To: users@httpd.apache.o

[EMAIL PROTECTED] Apache won't write to log files

2007-09-10 Thread Aaron Smith
access_log (or error_log other than the initial start up messages). If you switch to plain HTTP, it logs fine. Also, if you do an apachectl stop, each child process SegFaults instead of exiting cleanly... Thoughts? Suggestions? Aaron

RE: [EMAIL PROTECTED] Apache and mod_ssl

2007-09-06 Thread Aaron Smith
NE have an idea of what I can look at to track this problem down?? ____ From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 2:04 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache and mod_ssl I have a feelin

Re: [EMAIL PROTECTED] Overriding

2007-09-05 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > >> Thanks again. would be fine but how do I then associate >> /js with somewhere in the filesystem? I kept the Alias and >> directives too, but no go. I am confused about why slurps &g

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
not found. Thoughts anyone? Aaron -Original Message- From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 8:38 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info) Oh, and I forgot to mention, it doesn't log anything

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
Oh, and I forgot to mention, it doesn't log anything at all in ANY of the logs when accessing the site via HTTPS. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo Co

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
r anyone. -Original Message- From: Graeme Fowler [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 5:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache and mod_ssl (extra info) On Tue, 2007-09-04 at 16:30 -0400, Aaron Smith wrote: > Connecting via https to

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> Joshua Slive wrote: >>> On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >>>> I have an overarching directive that passes everything in >>>> my virtual host through

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> I have an overarching directive that passes everything in >> my virtual host through a home-rolled handler. I would like create a >> few directory aliases, though, that bypass this handler. A

[EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
what I want to do: Alias /js /foo/bar/js Allow from all # mod_perl handler stuff Thanks for your time and attention. -- Aaron Dalton | Super Duper Games [EMAIL PROTECTED] | http://superdupergames.org smime.p7s Description: S/MIME Cryptographic Signature

[EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-04 Thread Aaron Smith
So I tried something kind of new. I completely removed the directory with the non-functioning apache install. I went back to the source, did a make clean, a new configure using the same parameters as before: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared --enable-exp

[EMAIL PROTECTED] Apache and mod_ssl

2007-09-04 Thread Aaron Smith
it. Anyone have any ideas on what else I might need to look at? Aaron

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-09-03 Thread Aaron Dalton
Res wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > NotDashEscaped: You need GnuPG to verify this message > > Aaron, > > On Wed, 4 Jul 2007, Aaron Dalton wrote: > >> Yeah, something is still wrong. My query log shows a connect and an >> immediate

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-09-03 Thread Aaron Dalton
Res wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > NotDashEscaped: You need GnuPG to verify this message > > Aaron, > > On Wed, 4 Jul 2007, Aaron Dalton wrote: > >> Yeah, something is still wrong. My query log shows a connect and an >> immediate

Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
perfect, thanks. On 8/17/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 8/17/07, aaron smith <[EMAIL PROTECTED]> wrote: > > > But it seems that with the proxy it overrides HTTP authentication.. > > That's because the proxy never hits

[EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
Hello All, I've got authentication in place on my server for every virtual host. with the usual: Options FollowSymLinks AllowOverride All Order deny,allow Deny from all AuthType Basic AuthUserFile /etc/httpd/conf/htpasswd AuthName "Authorized users only!" require valid-user satisfy any Now in

[EMAIL PROTECTED] mod_ldap.so won't load

2007-07-17 Thread Aaron Smith
So we have apache 2.0.55 running on an HP-UX 11.11 system. I need to add ldap authentication support to this setup so I went about compiling mod_auth_ldap. I downloaded a tar ball of 2.0.55, put it in a temp directory, and then ran the same configure line (from config.log) that I as

RE: [EMAIL PROTECTED] Secure LDAP Auth to Active Directory

2007-07-13 Thread Aaron Smith
Hmmm. Ok. So perhaps something along the line isn't being built but it's not stopping the entire process. I'll try it again and take a closer look at the output. ---- Aaron Smith[EMAIL PR

RE: [EMAIL PROTECTED] Secure LDAP Auth to Active Directory

2007-07-12 Thread Aaron Smith
ppropriate libraries. ---- Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College I have been having my own problems with related modules. It will probably help your case to use OpenLDAP for it

[EMAIL PROTECTED] Secure LDAP Auth to Active Directory

2007-07-11 Thread Aaron Smith
So I'm having a devil of a time getting Apache 2.0.55 compiled on an HP-UX 11.11 system to support secure LDAP authentication to our Active Directory servers. I configure it like so: ./configure --prefix=/opt/apache2 --enable-auth-dbm=shared --enable-expires=shared --enable-headers=shared --en

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If anybody

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Aaron Dalton wrote: Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: Does it make any difference if you put the DBD* directives inside the container? Now that's just embarrassing. Everything I read said they can't go in the VHost

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton <[EMAIL PROTECTED]> wrote: . The problem is that everytime I try to authenticate I get a 500 error and the following log entry: "No DBD Authn configured!" That's not the message you get if the driver isn

[EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
lserver dbname=** user=** pass=**" DBDPersist on DBDMin 1 DBDKeep 2 DBDMax 10 DBDExptime 60 AuthTypeBasic AuthBasicProvider dbd AuthDBDUserPWQuery "SELECT password FROM users WHERE username=%s" AuthName "Super Duper Ga

Re: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Aaron
Krist van Besien wrote: On 6/13/07, Aaron <[EMAIL PROTECTED]> wrote: Hi All, I am running OpenBSD and their default install of apache (BSD patched version 1.3.29) behind a nat. I want to use ip based virtual hosts on the main web server so that I can run multiple ssl sites with

[EMAIL PROTECTED] multiple https hosts behind nat

2007-06-12 Thread Aaron
anyone does know a positive answer to this, a very brief example would be greatly appreciated. Thanks in advance. Aaron - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-27 Thread Aaron Macks
I was blaming mod_rewrite because the server was running fine, serving up pages with approx 180 children, until I added in a slew of new redirects(approx 6k). I want to believe that there are no loops in the rules, as they are all pretty simple and distinct Aaron Joshua Slive wrote: On 4/26

Re: [EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-26 Thread Aaron Macks
Forgot to add, system is running Solaris 8 on 4x UltraSparcIII processors -a - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

[EMAIL PROTECTED] Overloaded rewrite handler?

2007-04-26 Thread Aaron Macks
45:40 2007] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 16 children, there are 0 idle, and 7 total children Is there a way to increase the memory available to the rewrite engine, or is it using as much as there is already? th

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Aaron Wagner
Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Can you see any pages? Can you post your httpd.conf file? -- Thanx Aaron N Wagner &quo

Re: [EMAIL PROTECTED] Restricting access to a directory by time of day?

2007-01-08 Thread Aaron Wagner
pport forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Thanx Aaron N Wagner Herbert Hoover - "About the time we can make the ends meet, somebody moves the ends."

Re: [EMAIL PROTECTED] Help in startup.

2006-10-16 Thread Aaron Wagner
If the path is not set you can also to to the Apache/bin dir and look for the apache.exe executable.  cd to the dir and run the apache -k start.On 10/16/06, Kris Da San Martino <[EMAIL PROTECTED]> wrote: Thanks for the tip. I'm having some issues getting the syntax correcthowever. Here's the forma

Re: [EMAIL PROTECTED] Re: Visual tool for httpd.conf

2006-10-04 Thread Aaron Wagner
UltraEdit-32 also has syntax coloring for most any language of conf fileOn 10/4/06, Mike Morris <[EMAIL PROTECTED] > wrote: This is probably not what you mean... but the "jEdit" editor has syntax highlighting support for httpd.conf, which is quite useful. A true GUI is available as standard

Re: [EMAIL PROTECTED] Apache for Windows: restarting gracefully

2006-09-22 Thread Aaron Wagner
I've always used the command prompt.apache -k restartORapache -k startORapache -k stopdepending what you need.  The -k tells apache to apply the command to the service.  Make sure your path statements are correct for this to work OR go to the /apache2/bin/ folder and issue commands. aaronOn 9/22/06

[EMAIL PROTECTED] Server hang on reboot - Apache2.0.48 Win2K server

2006-08-03 Thread Aaron Wagner
at is not an option for us.    Any help is appreciated.   aaron

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Wagner, Aaron
> -Original Message- > From: Aaron Axelsen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 15:28 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups > > Is it possible to authentication apache2 agaisnt Active Directory

[EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Aaron Axelsen
doable? Thanks, - -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEdLO0uucONIvD0AMRAquL

[EMAIL PROTECTED] Modifying Apache 2 to replace Suexec/suphp

2006-05-17 Thread Aaron Axelsen
apache run as the given user for a virtual host. In theory, this sounds possible. Has anyone else investigated this? Or does anyone know of any web resources for this? Thanks! -- Aaron Axelsen [EMAIL PROTECTED] Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com

RE: [EMAIL PROTECTED] Re: Re: ASP on Apache

2006-05-05 Thread Wagner, Aaron
If you feel up to it, you can also install mod_perl and use Apache::ASP   http://www.apache-asp.org/index.html     Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations   "SELECT * FROM life     ORDER BY important_stuff ASC"  

RE: [EMAIL PROTECTED] Apache and Active Directory

2006-04-06 Thread Wagner, Aaron
I'm working on an LDAP auth perl module for my apache2 Server thru mod_perl2. Appears that it may do the job. Apache2-AuthNetLDAP-0.01 on CPAN Aaron > -Original Message- > From: Daniel Silva [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 06, 2006 12:22 > To: users

RE: [EMAIL PROTECTED] FW: apache for windows child respawn behaviour

2006-03-24 Thread Wagner, Aaron
to do plain text. Thanks, Microsoft. > You could turn on the server-status in the httpd.conf to see the pid. Windows Apache uses a single pid for all the processes it runs. Turn on lines 264-270 in the httpd.conf. Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Comma

RE: [EMAIL PROTECTED] Connection refused, most times.

2006-03-21 Thread Wagner, Aaron
Look at 'server-status' and see how many workers you have available. Maybe you also have a bunch of 'zombie' threads that need to killed. URL: http://servername/server-status You may need to enable the server-status in the httpd.conf file. ##

RE: [EMAIL PROTECTED] SSI not working in Frame on new install of Apache

2006-03-10 Thread Lineberger, Aaron
, things began working again.   - Aaron Linebergeralineberger@ncdoc.navy.milNCDOC System Administrator(757) 417-7957 x8   From: Lineberger, Aaron Sent: Friday, March 10, 2006 10:08 AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] SSI not working in Frame on new install of Apache Background

[EMAIL PROTECTED] SSI not working in Frame on new install of Apache

2006-03-10 Thread Lineberger, Aaron
mod_dav.c   mod_status.c   mod_autoindex.c   mod_asis.c   mod_info.c   mod_cgi.c   mod_cgid.c   mod_dav_fs.c   mod_dav_lock.c   mod_vhost_alias.c   mod_negotiation.c   mod_dir.c   mod_imagemap.c   mod_actions.c   mod_speling.c   mod_userdir.c   mod_alias.c   mod_rewrite.c   mod_so.c - Aaron Lineberger alineberger@ncdoc.navy.mil NCDOC System Administrator (757) 417-7957 x8

RE: [EMAIL PROTECTED] How to rotate the logs in Windows XP?

2006-03-02 Thread Wagner, Aaron
ned   this is what we've been using for a while.     Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298   

RE: [EMAIL PROTECTED] How to make webservice global

2006-01-31 Thread Wagner, Aaron
.     Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298  

  1   2   >