[users@httpd] Cannot authenticate (after six years)

2023-07-31 Thread Andrew Hoff
learnt my lesson and will now use semanage to effectively document custom settings. Regards, -- Andrew Hoff 6/10 Middle Road Maribyrnong 3032 Victoria Tel: 0393185581 (Please leave a message.) Mob: 0400966178 Email: andrew.h...@bigpond.com On Sun, 2023-07-30 at 09:20 -0400, Frank Gingras wrote

[users@httpd] Cannot authenticate (after six years)

2023-07-30 Thread Andrew Hoff
Hello, I have resolved ALL issues. Nearly all problems were related to selinux. It is lucky I made some notes. Data in home directories is not a problem. It was just selinux. Regards, -- Andrew Hoff 6/10 Middle Road Maribyrnong 3032 Victoria Tel: 0393185581 (Please leave a message.) Mob

[users@httpd] Cannot authenticate (after six years)

2023-07-20 Thread Andrew Hoff
y (netstat -nap | grep httpd): tcp 0 0 172.18.0.20:80 0.0.0.0:* LISTEN 3456/httpd tcp 0 0 172.18.0.20:443 0.0.0.0:* LISTEN 3456/httpd tcp6 0 0 fec0::ac12:14:443 :::* LISTEN 3456/httpd tcp6 0 0 fec0::ac12:14:80 :::* LISTEN 3456/httpd Regards, -- Andrew Hoff 6/10 Middle Road Maribyrnong 3032 Victor

Re: [users@httpd] Re: rotatelogs behavior in kubernetes pod

2022-03-27 Thread Andrew Athan
r is also arguably wrong. Once your base file is full, whether or not you've rotated through again, you end up with whatever's in that file, plus a truncated .1 file: There is then no clear relationship between the last line of the base file and the first line of the .1 file. Thanks fo

[users@httpd] Re: rotatelogs behavior in kubernetes pod

2022-03-27 Thread Andrew Athan
other words, rotatelogs is finding the large logfile, and then creating logfile.1 ... but if logfile.1 already exists it's blown away. It doesn't "continue where it left off" A. On 3/27/22 12:00 PM, Andrew Athan wrote: I have a kubernetes pod that is running a command of

[users@httpd] rotatelogs behavior in kubernetes pod

2022-03-27 Thread Andrew Athan
I have a kubernetes pod that is running a command of the form: sh -c 'python foo.py 2>&1 | rotatelogs -e -L log -n 3 logfile 1G' This works great. However, when the pod is deleted (e.g. kubectl delete pod foo), kube restarts the pod. Upon restart the log and logfile are empty!!! Instead, th

[users@httpd] broken hyperlink on http://httpd.apache.org/modules/

2019-10-02 Thread Andrew W Petro
Hi, I write to report a broken hyperlink. http://httpd.apache.org/modules/ links to http://modules.apache.org/ which is apparently not a thing. Hope this helps, Andrew --- Andrew Petro About me: https://wiki.doit.wisc.edu/confluence/x/aYB5C (he, him

[users@httpd] Searching for Apache Test Framework or Test Harness

2019-06-04 Thread Andrew Joshwa
Hi, Is there any Open Source Apache Test Framework or Test Harness available for Apache 2.4? Basically I want to run the complete test for my Apache installation. For e.g. The test framework should be able to test all the Modules available with Apache 2.4 Regards, Andrew

[users@httpd] Patch request for Apache 2.4.x for the CVE-2016-4975

2018-11-04 Thread Andrew Joshwa
atch OR please let me know if specific revision can be ported to fix CVE-2016-4975 Regards, Andrew

Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-30 Thread Andrew Beverley
On Fri, 30 Mar 2018 06:40:57 +0100 Nick Kew wrote: > > On 29 Mar 2018, at 18:22, Eric Covener wrote: > > > > On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: > >> Dear all, > >> > >> I am trying to debug a fastcgi server-side application pr

[users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Andrew Beverley
Dear all, I am trying to debug a fastcgi server-side application problem, which I believe was caused by the value of the CONTENT_LENGTH environment variable not matching the size of the request body sent to the application. In order to debug, I need to recreate the situation, which was caused by

Re: [users@httpd] HTTP 403 after upgrade from Debian old-stable

2016-12-28 Thread Andrew Beverley
> On Saturday, I did an upgrade of my server from Debian's previous > stable version to the current stable version. With this, Apache > updated to 2.4.10. In the process of that, I have a situation where > it looks like everything immediately off of my web root (/opt/www in > this case) and a Pip

[users@httpd] Multiple fast-cgi servers

2015-10-15 Thread Andrew Beverley
Hi, Is there any way to have multiple fast-cgi servers in a single Apache instance? In particular, I want to have different virtual hosts handled by different fast-cgi servers. Specifying more than one results in the error "FastCgiServer: redefinition of a previously defined FastCGI server" >Fro

Re: [users@httpd] Missing log entries?

2015-04-02 Thread Andrew Moise
to see what apache is serving (even partially sent pages)? This is forming a significant part of my traffic (i.e. apache log analysis only shows a fraction of the visitors that google analytics tells me are present). Thanks, Andrew On Thu, Apr 2, 2015 at 8:29 PM, Richard wrote: > If the

[users@httpd] Missing log entries?

2015-04-01 Thread Andrew Moise
nnection is interrupted before the entire HTML file is emitted? Thanks in advance for your help. -Andrew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Internet Explorer

2014-04-10 Thread Andrew Roberts
esByType text/css "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" ## EXPIRES CACHING ## --- Is there anything wrong with either my observation or my solution? Kind regards, Andrew

[users@httpd] Re: Multiple authencation prompts

2014-01-02 Thread Andrew Schulman
> > Hello, > > > > I am using apache to host iOS related applications. I have integrated > > apache with our internal LDAP. When I try to access on a desktop it > > prompts for password only once. Where as in apple devices its > > prompting multiple times (I use plist). If the app consists of 4 >

[users@httpd] Re: Multiple authencation prompts

2014-01-01 Thread Andrew Schulman
apps; or change to an application-based method of authentication, using forms and cookies (assuming those buggy apps handle cookies correctly). Sorry. Andrew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: virtualhost: both http and https too

2014-01-01 Thread Andrew Schulman
So that's why your page looks wrong in HTTPS, at least in Chrome - it's not loading your scripts, because they're HTTP and not HTTPS. Once I tell Chrome to load the unsafe scripts, the HTTPS page looks just like the HTTP one. To make your page work in both HTTP and HT

[users@httpd] SSL Authentication and LDAP Authorization

2013-12-13 Thread Andrew Young
ackoverflow.com/questions/7635380/apache-ssl-client-certificate-ldap-authorizations but I prefer not compiling a custom version of httpd. Thanks, Andrew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additiona

[users@httpd] Disabling Web Directories Listing in Apache

2013-11-05 Thread Kaplan, Andrew H.
Hello -- I am going through the motions of securing our Apache webserver. The server is the 2.2.15 package bundled with the CentOS 6.3 distribution. One of the items that is being dealt with is the web directories listing vulnerability. My plan is to modify the following line in the httpd.conf f

Re: [users@httpd] Apache not recording client addresses correctly

2013-10-03 Thread Andrew Daviel
3 mod_speedycgi mod_ssl-2.0.63 so most from Centos except the CGI ones. There's multiple people been managing this; it's quite old. I still find it bizarre that a module could defeat ip logging since clearly the server must know the ip to return the packets to the client. -- Andr

Re: [users@httpd] Apache not recording client addresses correctly

2013-09-30 Thread Andrew Daviel
rrect address for the client asking for /server-status, is not just logged, but resolved, even though HostnameLookups is off. But other requests still get the 98.32 address. -- Andrew Daviel, TRIUMF, Canada Tel. +1 (604) 222-7376 (Pacific

[users@httpd] Apache not recording client addresses correctly

2013-09-30 Thread Andrew Daviel
to be intact. It looks like this has been going on for some considerable time (more than a year). The address of open connections is returned correctly with netstat -- Andrew Daviel, TRIUMF, Canada - To unsubscribe, e-mail:

[users@httpd] Re: Graceful Restart fails because of SSL Keys with Passphrase?

2013-03-01 Thread Andrew Schulman
> Maybe I should ask a more distinct question first: > > When we use "apachectl graceful", is the expected functionality that apache > does not ask for pass-phrases again? Presumably because it has the decrypted > keys already in memory? Or, does apache restart they key loading process all >

[users@httpd] Re: Graceful Restart fails because of SSL Keys with Passphrase?

2013-02-13 Thread Andrew Schulman
> I've seen people recommending removing the passphrase or using > SSLPassPhraseDialog. > But I'd prefer to use pass-phrases and graceful restart if possible. Understand that if you keep passphrases on your keys, and you get Apache to restart without prompting you for them, then what you've done

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
And sorry if the wording is a bit misleading on that email - I actually solved the issue whilst I was writing it. To clarify - problem is definitely fixed, thanks :) From: Andrew White [mailto:and...@computersforall.com.au] Sent: Monday, 11 February 2013 11:46 AM To: users@httpd.apache.org

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] rewrite '' -> 'http://www.mysite.com.au/' 10.1.1.1 - - [11/Feb/2013:11:44:57 +1100] [mysite.com.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] explicitly

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
Hi Igor, Thanks for your help, but this doesn't seem to work. >From a bit of testing, it looks like the RewriteRule starting with "/" simply >doesn't catch anything. Any other ideas? Or are there any logs I can check/set up for mod_rewrite? Thanks all!

[users@httpd] Re: Inline Login with mod_auth_form 405 error

2012-12-05 Thread Andrew Parker
, and just send a GET request to what ever password protected url you browsed to in the first place. But this solves the problem for me in this situation. On Nov 27, 2012, at 10:12 AM, Andrew Parker wrote: > I'm trying to get couchpotato set up in a reverse proxy with apache 2.4.3

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
for Nagios and has no other websites on it - only https://domain/nagios This correct? (restarted apache and didn't error this time - however still no padlock on the /nagios virtual page) the main https://domain is fine, padlock and displays the cert info. Kind Regards Andrew -Ori

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
ows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0" MY IP - username [04/Dec/2012:15:02:57 +] "GET /nagios/cgi-bin/extinfo.cgi?type=4 HTTP/1.1" 200 1268 "https:// domain /nagios/side.php" "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0

RE: [users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi Tom, Yes apologies - typo https://domain/nagios was meant to say Kind Regards Andrew -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: 04 December 2012 11:53 To: users@httpd.apache.org Subject: Re: [users@httpd] My SSL Certificate is not working

[users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi all, I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can access it over the internet. I have got it installed and setup and it responds on https Here is what I did to get it working: 1. Copied cert and keychain files to server 2. Edited /etc/apache2/s

[users@httpd] My SSL Certificate is not working properly

2012-12-04 Thread Andrew Thompson
Hi all, I have brought a GoDaddy SSL cert to protect my Nagios web interface so I can access it over the internet. I have got it installed and setup and it responds on https Here is what I did to get it working: 1. Copied cert and keychain files to server 2. Edited /etc/apache2/s

[users@httpd] Inline Login with mod_auth_form 405 error

2012-11-27 Thread Andrew Parker
I'm trying to get couchpotato set up in a reverse proxy with apache 2.4.3 using mod_auth_form for authentication. The proxy is working fine, but the authentication is not working as expected. When I browse to my password protected url I get a 401 status which I am over riding according to the

[users@httpd] Re: OpenSSL vs. Mozilla's NSS

2012-10-25 Thread Andrew Schulman
> On Wed, Oct 24, 2012 at 5:24 PM, Tom Browder wrote: > > Is it possible to use Apache with the NSS libraries instead of OpenSSL? > > Oops, I just found mod_nss. > > But I would appreciate any comments about the use of mod_ssl versus mod_nss. I've used both, and I now prefer mod_nss, because I

Re: [users@httpd] Request mixup with internal redirects

2012-07-12 Thread Andrew
That fixes it! Thanks!! I'm using ap_hook_post_read_request and sandwiching it between modsetenvif and another custom module with APR_HOOK_FIRST On Wed, Jul 11, 2012 at 6:07 PM, Nick Kew wrote: > > On 12 Jul 2012, at 00:51, Andrew wrote: > >> Hi All, >> >> I

[users@httpd] Request mixup with internal redirects

2012-07-11 Thread Andrew
hat is what is returned by the second request. Andrew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Restricting an Apache Module (Handler) to a Virtual Host

2012-07-06 Thread Andrew
ind much information on how to solve this particular issue. Thanks, Andrew - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

RE: [users@httpd] Configure httpd not to send responses

2012-02-06 Thread Andrew Hester
ipt that parses the headers and creates some stats files for you. On Feb 4, 2012 5:11 AM, "Andrew Hester" mailto:andrew.hes...@mouser.com>> wrote: Hello, I would like to use httpd with mod_remoteip and mod_evasive to provide some DoS response for my site. I might later use mod_s

[users@httpd] Configure httpd not to send responses

2012-02-03 Thread Andrew Hester
Hello, I would like to use httpd with mod_remoteip and mod_evasive to provide some DoS response for my site. I might later use mod_security for other rules as well. Because of many reasons the httpd server will will not be inline, but instead I intend to mirror traffic to the server for anal

[users@httpd] Save as popup issue - possible lost or corrupt headers

2011-12-07 Thread Andrew Newsome
Hello all, We are having a problem where very occasionally rather than displaying a page a "save as " security window pops up. It seems a very similar problem to http://osdir.com/ml/httpd-apache/2009-02/msg00660.html and http://www1.il.squid-cache.org/mail-archive/squid-users/200712/0206.html w

[users@httpd] Re: mod_proxy_html

2011-12-07 Thread Andrew Schulman
> Hello to all, > > we use mod_proxy_html. > > Now we have a problem with dealing xml-content. Some files in a location > should not be parsed by mod_proxy_html, the shoult be delivered untouched to > the client. > Mod_proxy_html always adds following tags: > > > > > > > > Is it po

[users@httpd] Re: SSL certificates and virtual hosts

2011-10-18 Thread Andrew Schulman
> Our website account with our ISP has one fixed IP address and allows > a number of virtual hosts. The main site has an SSL certificate for > secure access. I wish to add another certificate for one of the named > virtual hosts. According to Tech Support the account only allows one > SSL certifi

[users@httpd] Re: Vanity URL Rewrites Best Practices?

2011-10-03 Thread Andrew Schulman
+)\.xml$ RewriteRule .* /mmh/articles/authored/%1 If you can describe all of the requests in this way or something like it, you're done. If not, if each request is so different that it needs its own regular expression, then it seems you

[users@httpd] DBI driver for DB/2 V9.5 fails to find/load libdb2.so.1

2011-09-09 Thread Andrew T. Robinson
I am running Apache 2.2.3 (build date 2011-05-04) under CentOS 5.5 (2.6.18-238.19.1.el5xen #1 SMP Fri Jul 15 08:16:59 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux). The following problem began on Wednesday 2011-09-07. There were no known system changes made prior to that date, other than an automa

Re: [users@httpd] How to inform apache that a particular text file needs to be downloaded instead of showing on browser itself

2011-01-26 Thread Andrew Punch
mod_headers if it matches the appropriate pattern. I would have thought that viewVC would send back those headers itself - apparently not. -Andrew On Wed, 2011-01-26 at 19:33 +, Rick Gates wrote: > Hi all, > > > > This is my first post on this list. > > > I am curren

Re: [users@httpd] Graceful restarts and keepalives

2011-01-24 Thread Andrew Punch
the issue. I will test the svn trunk when I have a chance. Btw I have repro steps and a python test script - would you have any interest in those? I could attach them to your bug if they are any use. -Andrew On Tue, 2011-01-25 at 02:12 +, Eric Covener wrote: > On Mon, Jan 24, 2011 at 8:17

[users@httpd] Graceful restarts and keepalives

2011-01-24 Thread Andrew Punch
RHEL5 with Redhat's Apache 2.2.3 and httpd.apache.org's Apache 2.2.17 Is this behaviour deliberate or is it a bug? -Andrew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

[users@httpd] Re: Name-based SSL virtual hosts

2011-01-24 Thread Andrew Schulman
> I do a similar thing, except I now always get wildcard certificates, > eg for *.foobar.com. Then, I can host all foobar.com subdomains from > one IP on SSL, no SNI support required neither in browser nor server. > Wildcard certs can be a little bit more expensive.. Yes, a wildcard cert is the so

RE: [us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
Hi there -- Thanks for your reply. I checked the error.log file, and I came across the following entry: [Tue Jan 04 11:08:34 2011] [alert] [client 132.183.12.230] /var/www/logs/.htaccess: AuthUserFile takes 1-2 arguments, text file containing user IDs and passwords. I checked the .htaccess file,

[us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
Hi there -- I am running the LogAnalyzer application on an Ubuntu 10.04 distribution with the Apache 2.2.14 server. My plan is to have both the application's internal authentication and the .htaccess file set up for acess control. I placed the .htaccess file in the directory that contains the webp

[us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Andrew Schulman
> My email client displayed what you wanted me to insert incorrectly. I > put the code in correctly but it still does not work. I added R=301 to > the end so that it would redirect so I could check the apache logs. Good debugging trick. -

[us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Andrew Schulman
d "environment variables". It may be the latter, in which case my suggestion won't work. Sorry. Eric suggested several other approaches which all look feasible. Good luck, Andrew. - The official User-To-User suppo

[us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Andrew Schulman
r/list/%{calId}?skinId=%{skinId} [L] Try this and see if it works for you. Andrew. > What I used: > RewriteCond %{QUERY_STRING} !XSL=NONE [NC] > RewriteCond %{QUERY_STRING} calId=([0-9]+) [E=CALID:%1] > RewriteCond %{QUERY_STRING} skinId=([0-9]+) [E=SKINID:%1] > RewriteRule ^/calend

[us...@httpd] Re: RewriteCond how to set variable

2010-12-21 Thread Andrew Schulman
> I have the following RewriteCond. I put numbers in front of each line > for reference: > > 1) RewriteCond %{QUERY_STRING} !XSL=NONE [NC] > > 2) RewriteCond %{QUERY_STRING} calId=([0-9]+) [NC] > > 3) RewriteCond %{QUERY_STRING} skinId=([0-9]+) [NC] > > 4) RewriteRule ^/cal

[us...@httpd] Re: Apache2 | One Virtualhost for 80 AND 443

2010-12-17 Thread Andrew Schulman
> I'm using a nasty trick to have similar behavior. I wouldn't call that a nasty trick. More like an intelligent factorization. It's the right way to do what Holger wants to do. - The official User-To-User support forum of the

[us...@httpd] Server affinity instead of session affinity

2010-11-22 Thread Andrew Hole
Hi guys! There is any available configuration to define server affinity instead of session affinity? Our architecture setup is based on multiple JVMs (tomcat) instances in each server (machine). The goal is to send all requests (within a session) from a client browser to the same machine. Is it po

[us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Andrew Schulman
> Thanks Andrew, I did see this as an example on a web post. ...the argument > was made that it's a PIA when you don't match class C subnets and have to use > RegEx :-) Yes, I agree, it is a PIA. You should see the access control file on our production host... we have

[us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Andrew Schulman
> I've been able to secure each proxy with this model: > http://*/App1/*> > Order Deny,Allow > #Permit IT > Allow from 10.1.0.0/24 > #Permit Team1 > Allow from 10.1.1.0/24 > Deny from all > > > Is there a way we can define access once for the IT Subnet (10.1.0.0/24) once

[us...@httpd] rewritecond group

2010-11-04 Thread Andrew Simpson
Greetings, Is there any way to refer to the currently authenticated user's group(s) from within a rewritecond? Thanks, Drew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[us...@httpd] prevent Indexes by group

2010-11-04 Thread Andrew Simpson
Greetings, I am trying to prevent certain users from directory Indexes. What is the best way to limit functionality in a directory by group? Thanks for any help, Drew - The official User-To-User support forum of the Apache HTTP

[us...@httpd] Indexes with Require group

2010-11-01 Thread Andrew Simpson
Greetings, I would like to only allow directory Indexes to certain AuthGroupFile groups. Is this possible via basic configuration? Thanks for any information, Drew - The official User-To-User support forum of the Apache HTTP Se

[us...@httpd] AuthDigestDomain doesn't work

2010-09-11 Thread Andrew Schulman
useless, because most browsers won't honor it? Thanks, Andrew. - 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-mail: user

[us...@httpd] nested Require group?

2010-08-18 Thread Andrew Schulman
listed groups, i.e. the groups are ORed. However, it says nothing at all AFAICT about what happens when you use multiple Require group statements. One might infer that those are also ORed, and that seems to be what happens... but the documentation doesn't say. Thanks, A

[us...@httpd] mod_proxy_html: strange mangled output

2010-07-06 Thread Andrew Schulman
the same time, one instance each of the letters i and d are also getting replaced by /bzr/trunk. The result is a mangled, broken link. Any help would be much appreciated. Right now I'm looking into using mod_sed to rewrite around this problem. Thanks, A

[us...@httpd] Using mod_vhost_alias and mod_userdir in separate VirtualServers

2010-05-06 Thread Andrew Roth
m/www/html/ Request for www.example.com/~user is directed to /var/www/vhosts/example.com/www/html/~user Any ideas would be appreciated. Thanks for reading! -- ~Andrew Roth "Our greatest glory is not in never falling, but in getting up every time we do.&q

[us...@httpd] Rewriting Redirect 302 headers so that redirection goes through the proxy?

2010-02-22 Thread Andrew J. Leer
_my_domain.com/default.asp?SessionGUID={02F9DB52-1907-48DF-BE08-E61777D6B192}&do=products";>here. How do I rewrite the headers so that the "Location: " header above reads >"http://my.domain.com/my-gateway/default.asp?SessionGUID={02F9DB52-1907-48DF-BE08-E61777D6B192}&d

[us...@httpd] MPM - connection

2010-01-14 Thread Andrew Hole
Hi! I was reading an interesting document http://httpd.apache.org/docs/2.0/misc/perf-tuning.html about MPM and I would like to clarify a doubt regarding the concept of connection: * The worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a ti

[us...@httpd] Why does mod_proxy_balancer ajp:// crash apache tomcat?

2009-12-11 Thread Andrew Harvey
Using mod_proxy_balancer.so on apache 2.2.14 to balance tomcat 5.5.27 BalancerMember http://192.168.1.190:8080 route=jvm1 BalancerMember http://192.168.1.191:8080 route=jvm1 causes tomcat to coredump with Dec 11, 2009 10:40:22 AM org.apache.catalina.core.ApplicationContext

[us...@httpd] [2.0.63 Question] mo d_proxy_balancer.so was never built in 2 .0.63‏

2009-12-11 Thread Andrew Harvey
mod_proxy_balancer.so was never built in 2.0.63 no variation on the configure theme below ./configure --with-layout=Apache --enable-proxy=shared \ --enable-proxy-connect=shared --enable-proxy-ftp=shared \ --enable-proxy -http=shared --enable-proxy-ajp=shared \ --enable-proxy-balancer=shared --en

Re: [us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread Andrew Huntwork
the 404 content is coming from mod_proxy_http, so it's not under my control On Thu, Dec 10, 2009 at 12:20 PM, André Warnier wrote: > Andrew Huntwork wrote: >> >> I'm trying to use mod_filter (specifically mod_substitute) on non-200 >> responses, specifically with

[us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread Andrew Huntwork
I'm trying to use mod_filter (specifically mod_substitute) on non-200 responses, specifically with a 404 response. After playing around for a while and assuming that i had screwed something up, i discovered that mod_filter specifically skips non-200 responses [1]. Is there an important reason for

[us...@httpd] Case sensitive URLs

2009-09-10 Thread Andrew Hole
Hi guys! How can I ensure case sensitive URLs? I've test.html at DocumentRoot. I want a "File not found" error when I invoke http://host/TEST.html. Thanks a lot A.

Re: [us...@httpd] rewriterule help

2009-09-02 Thread Andrew Hole
It works. However, i'm getting a popup with file save option and I would like to see the page on Browser. Thanks a lot On Wed, Sep 2, 2009 at 11:41 AM, Krist van Besien wrote: > On Wed, Sep 2, 2009 at 12:02 PM, Andrew Hole > wrote: > > Hi guys! > > > > The followin

[us...@httpd] rewriterule help

2009-09-02 Thread Andrew Hole
Hi guys! The following directive doesn't take into consideration the filename in URL: RewriteCond %{DOCUMENT_ROOT}/bin/core/%1 -f In this request the REQUEST_FILENAME has the value: /bin/adt/file.swf but I just want the filename (file.swf). How can I do that? Thanks a lot RewriteCond %{R

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Andrew Hole
Your solutions looks very useful, but i'm afraid about impact on server performance. Do you have any idea about the impact on performance? Thanks a lot On Wed, Aug 26, 2009 at 2:59 PM, Tom Evans wrote: > On Wed, 2009-08-26 at 12:23 +0100, Andrew Hole wrote: > > Hi guys! > &

[us...@httpd] Handling 404 errors

2009-08-26 Thread Andrew Hole
Hi guys! Actually our web application has a retry mechanism based on http status code returned to client. Just an example: - An http request is made to http://web/software_A_folder/file.swf - if the file doesn't exist (http 404) on software_A_folder, the request is made in core folder: http://web/

Re: [us...@httpd] Apache logs

2009-08-21 Thread Andrew Hole
eted?”)* > > > > I have you read the pages at http://httpd.apache.org/ regarding the log > files? > > > > > > *Ps. Please nobody moan about me “reverse posting”, I blame my outlook > client!* > > > -- > > *From:* A

[us...@httpd] Apache logs

2009-08-21 Thread Andrew Hole
Hi guys? Apache logs are written when the request is completed (when browser received the response)? Thanks

[us...@httpd] MPM

2009-03-26 Thread Andrew Hole
By default the following instructions are commented: # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf In this case MPM is enabled ? Which are the default values? By the way: The number of active workers on Apache is exactly the same number of active threads in Tomcat?

[us...@httpd] DirectoryIndex

2009-03-26 Thread Andrew Hole
Hi guys! There are two files in DocumentRoot: index.php and index2.php The following directive is configured in httpd.conf DirectoryIndex index.php There is the following instruction inside index.php : window.location =localHost+"/index2.php?idLang=1"; When I invoke the URL on browser

[us...@httpd] VirtualHost doesn't work

2009-03-25 Thread Andrew Hole
Hello, We’ve been facing a problem with apache + ssl configuration. This is our virtual host configuration: NameVirtualHost 10.202.6.132:80 NameVirtualHost 10.202.6.132:443 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHo

Re: [us...@httpd] Apache processes

2009-03-11 Thread Andrew Hole
Thanks. But I just see 2 processes on task manager, not 63!!! Are there threads? MPM is commented. Where can i find the pre-set directives values? # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf Thanks On Wed, Mar 11, 2009 at 3:49 PM, Frank Gingras wrote: > And

[us...@httpd] mod_proxy_balancer and svchost.exe

2009-03-11 Thread Andrew Hole
Hi guys! Everytime I load mod_proxy_balancer LoadModule proxy_balancer_module modules/mod_proxy_balancer.so the svchost.exe process goes to 100% of CPU usage...and remaining always at 100%... Why?? Thanks!

Re: [us...@httpd] Apache processes

2009-03-11 Thread Andrew Hole
34 PM, Frank Gingras wrote: > Andrew, > > See the StartServers / MinSpareServers directives. > > Frank. > > > Andrew Hole wrote: > >> Hi! >> >> By default in version 2.2 how many child processes are created at apache >

[us...@httpd] Apache processes

2009-03-11 Thread Andrew Hole
Hi! By default in version 2.2 how many child processes are created at apache startup? When is created another one? Thanks

[us...@httpd] [HTTP] Random errors

2009-02-16 Thread Andrew Hole
Hi guys! We are getting randomly a lot of different errors when we try to acess to our website. Sometimes everything works fine and sometimes it doesn't. http 400 - bad request http 504 - gateway time out sometimes appears on browser the following message: "Your browser sent a request that this

RE: [us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Yang Andrew X
Logic server On Mon, Feb 2, 2009 at 3:12 PM, Yang Andrew X wrote: > We are using Apache HTTP Server 2.8 as proxy server to load balance > multiple WebLogic application server instances. It uses cookie and round-robin rule. > It works well for most of time. > > However, occasiona

[us...@httpd] Apache HTTP Server sometimes fails to connect to WebLogic server

2009-02-02 Thread Yang Andrew X
We are using Apache HTTP Server 2.8 as proxy server to load balance multiple WebLogic application server instances. It uses cookie and round-robin rule. It works well for most of time. However, occasionally, the Apache HTTP server loses connections with backend WebLogic server instances. It seems

Re: [us...@httpd] RewriteRule

2008-12-22 Thread Andrew Hole
With P flag i get 404 error code. On Mon, Dec 22, 2008 at 1:00 PM, Bob Ionescu wrote: > 2008/12/22 Andrew Hole : > > I'm trying to setup a RewriteRule to redirect requests to a new different > > server , but I want to keep the original URL on address bar. > > How ca

[us...@httpd] RewriteRule

2008-12-22 Thread Andrew Hole
Hi Guys! I'm trying to setup a RewriteRule to redirect requests to a new different server , but I want to keep the original URL on address bar. How can I do that? RewriteEngine on RewriteLog /var/log/httpd/rewrite.log RewriteLogLevel 9 RewriteCond %{QUERY_STRING} msg=online Re

[EMAIL PROTECTED] Problems with RewriteRule in .htaccess

2008-11-28 Thread Andrew Connick
mited to changes in .htaccess. Regards Andrew Connick - 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-mail: [EMAIL PROT

Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-05 Thread Andrew Dixon
Hi Manik, Can you explain how you did this? Thanks Andrew 2008/11/5 Manik Taneja <[EMAIL PROTECTED]> > Andrew Dixon wrote: > >> Hi All, >> >> I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my >> caching type, but how can I check i

[EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-03 Thread Andrew Dixon
Hi All, I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my caching type, but how can I check if it is actually doing anything. Is there anyway to see what is in the cache, being served from the cache, what the cache hit rate is, etc...??? Thanks Kind regards, Andrew.

[EMAIL PROTECTED] "Apache 2 Pocket Reference" now published by O'Reilly

2008-10-04 Thread Andrew Ford
creased from something like 150 to about 350, and the number of pages from 110 to 208. I have tried to succinctly cover all the directives and modules included in the 2.2.9 release of Apache. I would welcome any feedback, corrections, or suggestions for improvements. Regards Andrew -- And

RE: [EMAIL PROTECTED] reverse proxy with LDAP authentication

2008-09-24 Thread Andrew Struiksma
I tried: AuthLDAPBindDN "[EMAIL PROTECTED]" But the results are the same. The apache_user is able to bind and complete the lookup but then fails and the browser reports a 500 Internal Server Error. Andrew > -Original Message- > From: Chris Covington [mailto:[EMAIL P

[EMAIL PROTECTED] reverse proxy with LDAP authentication

2008-09-19 Thread Andrew Struiksma
around this problem? What could we have possibly done on the old server so that it works with the above config? Thank you! Andrew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [EMAIL PROTECTED] multipart request and modern browsers

2008-09-16 Thread Andrew Gaydenko
!(??&(/&(§W$$$§ > users will always find in order to circumvent all your careful plans. > Of course, such clients will be rejected early. Thanks! Andrew -- View this message in context: http://www.nabble.com/multipart-request-and-modern-browsers-tp19509334p19512874.html Sen

  1   2   3   >