[users@httpd] Adding a proprietary 2-step authentication method that only does the 2nd step

2019-10-23 Thread Andy Gutman
I want to add a proprietary 2-factor authentication method to an Apache Web Server that only does the 2nd step. The first challenge (username & password) is handled by whatever mechanism exists & is configured for that user or directory (e.g., basic, digest) I have built a module that handles

[users@httpd] [Windows] Help debugging intermittent service start problems

2016-12-19 Thread Andy Theuninck
I'm experiencing intermittent problems starting Apache on Windows 10. I've observed this behavior on approximately 10 different PCs with various iterations of Apache 2.4 including the latest, 2.4.23. I'm using x86 binaries from here: http://www.apachelounge.com/download/VC11/ If the problem

[users@httpd] apache 2.2 - mod_authnz_ldap with SSL/TLS in chrootdir

2016-11-02 Thread Speagle, Andy
d up? Any help would be appreciated. Thanks! Andy Speagle

Re: [users@httpd] Secured connection between Apache Httpd and Tomcat over AJP protocol

2016-05-25 Thread Andy Wang
/ssh-tunnel.html (or google ssh tunnel for your own examples). Another common tool for this purpose is stunnel which is similar in fashion to an ssh tunnel but a tool specificaly designed for creating tunneling plaintext protocols in SSL. Andy

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
On 05/02/2016 03:40 PM, Huang, Jinhui (OST) wrote: Hi, Andy: Thank you for the comment about CFLAGS="-m64" and " solaris64-x86_64-gcc". I will use CFLAGS="-m64" when I re compile/build PCRE. For OpenSSL, actually, I saw this option when I select the target fo

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
properly. Keep in mind g++ is a different binary than gcc and likely PCRE's build script usex CXX instead of CC. So it would have lost your augmented CC command and used the default behavior which is to compile to 32-bit arch. Andy --

Re: [users@httpd] Install Apache 2.4.20 on Solaris 10 --- Error "ld: fatal: file ab.o: wrong ELF class: ELFCLASS32"

2016-05-02 Thread Andy Wang
archives smaller than 4GB, and the larger format is used for larger archives that exceed the 32-bit limit. The compile error doesn't appear related to pcre though. It looks to be more still an openssl related problem. Andy

Re: [users@httpd] Apache2 does not properly start

2015-12-11 Thread Andy Wang
o use the ubuntu packaged httpd and the ubuntu upstart(or are they using systemd now?) scripts. You should probably ask on the ubuntu forums to see if people are familiar with that. Andy - To unsubscribe, e-mail: us

[users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
with this. Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
not on dev@. I am on dev and I appreciate it. I'll watch that thread for more details. Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Chunked transfer delay with httpd 2.4 on Windows.

2015-10-19 Thread Andy Wang
On 10/19/2015 05:08 PM, Yann Ylavic wrote: On Mon, Oct 19, 2015 at 11:44 PM, Andy Wang <aw...@ptc.com> wrote: Spdficially, note the 5 second delay between the first segment (No. 1854) and the second data segment (1856). Does it correspond to the KeepAliveTimeout configured on the

[users@httpd] network performance tuning of httpd.

2015-09-21 Thread Andy Wang
ons of windows, pre XP-SP2, the SendBufferSize defaulted to 8k (which actually explains the <20MB/s performance) but modern windows I thought they'd fixed that? Is this not the case? Is the default sendbuffer still only 8192bytes? Thanks

Re: [users@httpd] How to setup Apache Web Server (httpd)

2015-06-25 Thread Andy Wang
looking at mod_cluster: http://mod-cluster.jboss.org/ Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Andy Wang
at all. So you'll want to look more closely at the init script and the httpd configuration files to even know if what you're trying to do in /etc/sysconfig/httpd is doable. Andy - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] Apache httpd have it's own repo?

2015-05-04 Thread Andy Wang
you need to examine your actual reasoning for why you want a more recent version before deciding whether or not you actually need a more recent version. Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[users@httpd] httpd 2.4 and windows hangs and AcceptFilter solution

2015-04-15 Thread Andy Wang
these types of issues? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Compile apache 2.4 on solaris 10 sparc with 64 bit openssl issue

2015-04-03 Thread Andy Wang
On 04/03/2015 11:15 AM, Rainer Jung wrote: Am 03.04.2015 um 17:50 schrieb ਜਤਿੰਦਰ ਸਿੰਘ: ~/openssl64/lib$ ls -ltr total 10224 drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines -rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a -rw-r--r-- 1 q1col2a1 q1col2a1 823208

Re: [users@httpd] Apache 2.4 Compile Questions

2015-03-27 Thread Andy Wang
for openssl, at least on Linux. the shared Configure option takes care of that for you. Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] MultiView LanguagePriority not working in 2.4

2015-03-14 Thread Andy Wang
On 03/12/2015 10:41 PM, Andy Wang wrote: I have the following MultiView LanguagePriority block: Directory /mydirectory Options FollowSymLinks MultiViews AllowOverride None Require all granted LanguagePriority en de es fr it ja ko zh_TW zh_CN ForceLanguagePriority Prefer Fallback

[users@httpd] MultiView LanguagePriority not working in 2.4

2015-03-12 Thread Andy Wang
/blah.html (None could be negotiated). In 2.2.29 the exact same block is working fine. Did something change or is there something wrong with the 2.4 configuration? Thanks, Andy - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] Re: YOU BROKE MY CODE!

2014-05-21 Thread Andy Canfield
. I hope I can use a symbolic link on each server to point to one or the other. On 05/17/2014 08:59 PM, Christophe JAILLET wrote: Le 17/05/2014 05:37, Andy Canfield a écrit : You broke my code! If something got broken, then something has changed. I imagine that you have upgraded your version

[users@httpd] YOU BROKE MY CODE!

2014-05-16 Thread Andy Canfield
Last week, if you went to http://www.andycanfield.com, you would see my web site. Today, if you go there, you will see Internal Server Error. Apache broke it. We had four sites on that computer: [1] http://210.213.49.151/ took you to /var/www/index.html [2] http://www.andycanfield.com took you to

Re: [users@httpd] VirtualHost core error

2014-05-15 Thread Andy Canfield
I get an error message, apparently from Apache. The error message appears briefly on the screen, and then disappears due to the login prompt. It does NOT appear in any log file. IMHO this is VERY bad form. I captured it by the crude technique of rebooting ten times and using a camera to

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
everywhere. If I am wrong please correct me; maybe there is a more proper way to do it. On 04/30/2014 01:41 PM, Andy Canfield wrote: I am upgrading my notebook from 32-bit Ubuntu 12.04 with Apache 2.2(?), to 64-bit Ubuntu 14.04 with Apache 2.4. The thing is insane. It's gotten the point that web pages

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
:42 AM, Andy Canfield andycanfi...@yandex.com wrote: This was NOT present under Apache 2.2. Since this file is read before That's usually present in every default configuration. Then your document root has a stanza that allows access to everyone

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
. That worked OK in 2.2, but not in 2.4. And there was no error when restarting apache, only when accessing one of the sites. And the 403:Forbidden seemed to arise regardless of which sub-site I was trying to look at. Thank you all; your help was invaluable. Andy Canfield - www.andycanfield.com

[users@httpd] localhost Forbidden

2014-04-30 Thread Andy Canfield
I am upgrading my notebook from 32-bit Ubuntu 12.04 with Apache 2.2(?), to 64-bit Ubuntu 14.04 with Apache 2.4. The thing is insane. It's gotten the point that web pages which require a user name and password work, but web pages that let anyone access them give me a 403: Forbidden error. This is

Re: [users@httpd] https

2014-04-05 Thread Andy Canfield
for me. Thanks. - Andy On 04/04/2014 07:37 PM, Pete Houston wrote: From the openssl documentation at http://www.openssl.org/docs/apps/req.html is this list of example field values: [ req_distinguished_name ] C = GB ST = Test State or Province L

Re: [users@httpd] https

2014-04-04 Thread Andy Canfield
, but don't yet see how. Thank you. Thank you very much Yehuda. I think I am launched and can follow on for a while by myself. On Thu, Apr 3, 2014 at 6:10 AM, Andy Canfield andycanfi...@yandex.com mailto:andycanfi...@yandex.com wrote: Files: -rw-r--r-- 1

[users@httpd] https

2014-04-03 Thread Andy Canfield
I have been using apache for maybe ten years now, and maintain two servers in addition to the apache on my notebook computer for testing. All using Ubuntu Linux *.04 LTS. It now appears that I ought to convert from http to https. But the documentation is insane. A piece here, a piece there, have

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
. Contents of /etc/apache2/ports.conf: NameVirtualHost *:80 Listen 80 IfModule mod_ssl.c Listen 443 /IfModule IfModule mod_gnutls.c Listen 443 /IfModule Files: -rw-r--r-- 1 andy 1439 Apr 3 14:48 /etc/apache2/sites-available/default -rw-r--r-- 1 andy 7485 Jun 16 2011 /etc/apache2/sites

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
, right? These are intra-company web sites, and we simply tell people not to use IE. - Y Thank you very much Yehuda. I think I am launched and can follow on for a while by myself. On Thu, Apr 3, 2014 at 6:10 AM, Andy Canfield andycanfi...@yandex.com mailto:andycanfi...@yandex.com wrote

[users@httpd] diagnosing an httpd memory leak

2013-12-13 Thread Wang, Andy
by the Windows single child process architecture and just how long a replacement process comes up. Does anyone have any real world experience with this to know if it's really a bad idea? Thanks, Andy

[users@httpd] Source IP on Reverse Proxy

2013-03-13 Thread Andy Carlson
traffic from the proxy (in our DMZ) to the backend server (on our internal network). To avoid opening port 80/443 to all DMZ hosts I would like to know the source IP. Any thoughts? Thanks much!!! Andy Carlson Moody Bible Institute Identity Administrator | Information Systems 312-329-4385

[users@httpd] RewriteCond - Multiple matches

2012-10-15 Thread andy
,interesting_3 Whatever I try I only appear to get the first or last instance matched and was expecting to be able to build my output from %1,%2,%3 in a RewriteRule right after the RewriteCond. Any help appreciated. Cheers Andy

[users@httpd] Re: RewriteCond - Multiple matches

2012-10-15 Thread andy
Andy. On 2012-10-15 12:16, andy wrote: I am having a problem which I believe is related to greedy matching. Header on the way in MY-HEADER: interesting_1,something_else,interesting_2,interesting_3 and I want to set an environment variable then use mod_headers to replace it with MY-HEADER

Re: [users@httpd] OpenSSL version in Apache 2.2.23

2012-09-28 Thread Andy Wang
On 09/27/2012 05:47 AM, Eric Covener wrote: On Thu, Sep 27, 2012 at 4:05 AM, Görkem Durğüt gdur...@bkm.com.tr wrote: Hi, I was talking about the binary files for Windows published in Apahce.Org website. You can check the files in the link below. I have seen the 2.2.23 binary installation

[users@httpd] httpd 2.2.23 win32 src zip?

2012-09-17 Thread Andy Wang
I notice that none of the mirrors seem to have httpd-2.2.23-win32-src.zip available for download. Is this an oversight or should I take the Unix source and do a eol conversion on them? Thanks, Andy - To unsubscribe, e-mail

Re: [users@httpd] MOD_STATUS

2012-06-08 Thread andy
Thanks Daniel, that sounds about right. I'll see if my host will up the number of workers. I don't currently have access to the httpd.conf I'm afraid, although I might have to ask for a copy of it sending. Thanks again, and have yourself a good weekend. Andy - Original Message

[users@httpd] WebDAV behind Apache Reverse Proxy

2012-05-29 Thread Andy Carlson
to build into apache to make this work? Thanks much!!, Andy Carlson Moody Bible Institute Identity Administrator | Information Systems 312-329-4385 www.moody.eduhttp://www.moody.edu

Re: [users@httpd] Apache FTP Proxy

2012-04-28 Thread Andy Carlson
I should have mwntioned that I compiled that into apache when I built it, so I should habe access to it. Thanks, Andy Carlson Moody Bible Institute Identity Administrator | Information Systems 312-329-4385 www.moody.edu Igor Cicimov icici...@gmail.com wrote: You need to load mod_proxy_ftp

[users@httpd] Apache FTP Proxy

2012-04-27 Thread Andy Carlson
this configuration with multiple internal hosts. Also, I'm not sure if it's necessary but I had tried putting Listen 21 directive at the beginning of httpd.conf (next to the Listen 80). Please let me know if this is possible or if I am doing something wrong. Thanks much!!! Andy Carlson Moody Bible

Re: [users@httpd] Apache 2.4.1 third party dependencies

2012-03-05 Thread Andy Wang
On 03/03/2012 06:51 PM, Sander Temme wrote: On Mar 2, 2012, at 2:28 PM, Andy Wang wrote: 've been following the various changes with Apache 2.4.x (and 2.3.x during development regarding the removal of apr/apr-util and pcre from the Apache source bundle and noted that: http

[users@httpd] Apache 2.4.1 third party dependencies

2012-03-02 Thread Andy Wang
and bundle Apache on enough platforms that don't have pcre available by default that I was hoping there would be some way to just extract the source into the old srclib location had have it handle the build for me like I can with apr/apr-util. Thanks, Andy

[us...@httpd] serving debian packages

2010-07-19 Thread Andy Bierman
, but it has no effect. What config options do I need to make this work? All the .rpm files are treated corrected as RPM packages. thanks, Andy - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] serving debian packages

2010-07-19 Thread Andy Bierman
On 07/19/2010 08:31 AM, Andy Bierman wrote: Hi, I cannot get Apache 2.2 to return a .deb file correctly. It is treated by the browser (firefox 3.5) as a text file. The same file on WEBrick is treated correctly as a Debian package. I added the command 'AddType application/x-deb .deb

[us...@httpd] OpenSSL 1.0 and Apache 2.2.15 friendly with each other?

2010-07-14 Thread Andy Wang
. I think the Apache provided binaries are still staged against openssl 0.9.8, but is there any reason why one wouldn't want to use 1.0? Thanks, Andy - The official User-To-User support forum of the Apache HTTP Server Project. See

RE: [us...@httpd] Apache/2.2.12 Reverse Proxy

2010-06-10 Thread Andy Ee
to login.jsp, however, somehow the browser does not get redirect back to login.jsp and ended up with page not found. Any idea? Best Regards, Andy Ee -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: Thursday, 10 June, 2010 7:01 PM To: users@httpd.apache.org

RE: [us...@httpd] Apache/2.2.12 Reverse Proxy

2010-06-08 Thread Andy Ee
=B39216C807E1F2457B4E43911AF7F5ED HTTP/0.9 200 OK -- It is suppose to redirect me to the page - http://10.0.0.7/abc/mysite/login.jsp, but somehow it does not. Best Regards, Andy Ee -Original Message- From: Krist van Besien [mailto:krist.vanbes

RE: [us...@httpd] Apache/2.2.12 Reverse Proxy

2010-06-08 Thread Andy Ee
Hi, To be more detail, the output of Live HTML Headers is correct. The home.html does internal redirection to login.jsp, but somehow reverse proxy is unable to map properly. Any idea? Thanks. Best Regards, Andy Ee -Original Message- From: Andy Ee [mailto:and...@sysatwork.com] Sent

Re: [us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-16 Thread Andy Wang
explicity told Apache to build the mysql dbd. Why is it trying to process this target? Thanks, Andy - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

[us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-15 Thread Andy Wang
wondering if I should incorporate NO_EXTERNAL_DEPS=1 permanently into my build scripts. Thanks, Andy - 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] CGI Apache Directive: LimitRequestLine

2009-11-25 Thread Martucci, Andy
could me what the correct course of action should be to resolve this problem please? Regards, Andy. Andy Martucci GIS Back Office Premier Farnell amartu...@premierfarnell.com T: +44 113 279 0101 (ext 4087) F: +44 113 279 9168 www.farnell.com A Premier Farnell

RE: [us...@httpd] CGI Apache Directive: LimitRequestLine

2009-11-25 Thread Martucci, Andy
. Directive: LimitRequestLine Regards, Andy. -Original Message- From: Philip Wigg [mailto:p...@philipwigg.co.uk] Sent: 25 November 2009 09:23 To: users@httpd.apache.org Subject: Re: [us...@httpd] CGI Apache Directive: LimitRequestLine However, the problem we have stumbled onto

RE: [us...@httpd] CGI Apache Directive: LimitRequestLine

2009-11-25 Thread Martucci, Andy
appreciated. Regards, Andy. -Original Message- From: Philip Wigg [mailto:p...@philipwigg.co.uk] Sent: 25 November 2009 09:39 To: users@httpd.apache.org Subject: Re: [us...@httpd] CGI Apache Directive: LimitRequestLine Alas that isn't possible... there is a constraint in Apache that limits

RE: [us...@httpd] CGI Apache Directive: LimitRequestLine

2009-11-25 Thread Martucci, Andy
I've been reliably informed that 8190 bytes is the maximum size available for the get method and anything over this should be done using the post method. Thanks to all that took the time to look at this for me. Regards, Andy. -Original Message- From: Philip Wigg [mailto:p

[us...@httpd] Re: Refreshing renewed SSL certificate

2009-09-10 Thread Andy Hawkins
to mod_ssl), but it sounds the same for your situation. Ah ok, that might explain it. I'll try to remember to do a full stop / start next time. Andy - The official User-To-User support forum of the Apache HTTP Server Project

[us...@httpd] Refreshing renewed SSL certificate

2009-09-09 Thread Andy Hawkins
certificate. I got around this by rebooting the server, but this seems a little drastic! Can anyone tell me what I need to do to get new certificates recognised? Thanks Andy - The official User-To-User support forum of the Apache

[us...@httpd] Apache 2.2.11 with Reverse Proxy(HTTPS not consistent)

2009-08-28 Thread Andy Ee
-shutdown downgrade-1.0 force-response-1.0 ErrorLog logs/sg_test-error_log CustomLog logs/sg_test-access_log combined /VirtualHost Best Regards, Andy Ee

[us...@httpd] Perl UNIX shell PATH problem with apache www user

2009-01-19 Thread Andy Smith
out :P I already asked on the FreeBSD forums and PERL forums and so far everyone has been stumped. So its gona be something obvious, or perhaps something odd like a compiled in PATH in httpd possibly?? :S thanks for any suggestions! Andy

Re: [us...@httpd] Perl UNIX shell PATH problem with apache www user

2009-01-19 Thread Andy Smith
Hi Davide, yep, apache is running as www, and has no homedir as I mention. And yet the path that apache has set is different between my two servers. My question is how if /etc/profile is the same and the user has no home dir and the perl script is the same on both systems, thanks, Andy

Re: [us...@httpd] Perl UNIX shell PATH problem with apache www user

2009-01-19 Thread Andy Smith
Hi Davide, yep, apache is running as www, and has no homedir as I mention. And yet the path that apache has set is different between my two servers. My question is how if /etc/profile is the same and the user has no home dir and the perl script is the same on both systems, thanks, Andy

Re: [us...@httpd] passwords do not function

2009-01-19 Thread Andy Smith
in the apache log files for any errors relating to the htpasswd file etc? cheers Andy. This message was sent using IMP, the Internet Messaging Program

[EMAIL PROTECTED] Request for information about httpd policies for businesses

2008-10-28 Thread Andy Barkett
of Apache who might be interested in being interviewed about the project. If you are interested, please email me. For those not interested, I apologize for the spam. Thanks Andy Barkett

[EMAIL PROTECTED] OSX Apache2.2 stop launch at startup

2008-04-08 Thread Andy Grant
How can I stop apache2 from launching when I turn on my Mac running OSX 10.5? I have been searching for an answer to this question, but guess I can't find the right wording to enter into Google. Thanks - The official

Re: [EMAIL PROTECTED] OSX Apache2.2 stop launch at startup

2008-04-08 Thread Andy Grant
o^o` -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- _http://www.duke.edu/~madil001/_ http://www.duke.edu/%7Emadil001/ *Andy Grant [EMAIL PROTECTED]* 04/08/08 14:35 Please respond to users@httpd.apache.org To users@httpd.apache.org cc

Re: [EMAIL PROTECTED] OSX Apache2.2 stop launch at startup

2008-04-08 Thread Andy Grant
/ *Andy Grant [EMAIL PROTECTED]* 04/08/08 14:47 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] OSX Apache2.2 stop launch at startup I assume you are referring to Web Sharing, which is already

[EMAIL PROTECTED] Missing proxy prefix

2008-02-29 Thread Andy Andy
here's what I have in the httpd.conf. The url I used was http://apachemachine.com/r/rbs/RBSWebMgr. rbs/RBSWebMgr is the application sitting on the weblogic machine. When the application appears, all the links inside the html page are missing the /r in it so that they are just

[EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
of http://localhost/wtbasement/main. How can I make it redirect appropriately? Thanks in advance for your help. Andy Selvig - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
) as well as off the shelf rails (Instiki). It seems like doing this through Apache is more elegant than trying to hack up every application I'm running individually. Andy Selvig -Original Message- From: Vincent Bray [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:32 AM

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
. What's the easiest way to examine the headers as they're being processed by Apache? Andy Selvig Aerodynamics/Systems Project Engineer Goodrich Sensors and Integrated Systems 14300 Judicial Road Burnsville, MN 55306 Phone: (952) 892-4529 Fax: (952) 892-4219 -Original Message- From

Re: [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-13 Thread Andy Davidson
Hi, Ryan On 11 May 2007, at 15:46, Ryan Murray wrote: Now, what I want to do this time is configure my reverse proxy server to open several connections to each of the back end worker servers when the proxy starts to my back end hosts so that the tcp session can be pipelined, thus

[EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-11 Thread Andy Davidson
this ? Is it a feature request ? TIA -- Andy Davidson - ( http://www.andyd.net/ ) - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

[EMAIL PROTECTED] Problem with mod_auth_ldap

2007-02-26 Thread Andy Kannberg
to ? best regards, Andy Kannberg The Netherlands. - 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: VirtualHosts

2006-12-22 Thread Andy Grabow
.* ... /VirtualHost ja verdammt, das geht! Wer denkt sich denn so nen Schwachsinn aus? Vielen Dank und auch Dir ein frohes Weihnachten!! Andy -- Apache HTTP Server Mailing List users-de unsubscribe-Anfragen

VirtualHosts

2006-12-21 Thread Andy Grabow
kommen immer einen ServerAlias für die jeweilige Domain nachtragen müssen :/ Kann mir hier jemand weiter helfen? mfg Andy -- Apache HTTP Server Mailing List users-de unsubscribe-Anfragen an [EMAIL

[EMAIL PROTECTED] Apache Server Problem

2006-12-14 Thread Andy Rush
Hi, I'm new to this forum so please bear with meWe're running Apache 2.0.52 on an IBM iSeries 520On this platform we run a real time web site providing live stock access to customers.The site has been running fine for well over 3 years (programs haven't changed), however recent system software

[EMAIL PROTECTED] Disabling byte serving.

2006-09-04 Thread Holyoak, Andy
-srvhdrs=Accept-ranges: none Does anybody know how to achieve the same results with the Apache server? Thanks Andy *** The contents of this Email and any files transmitted with it are confidential and intended solely for the use

Re: [EMAIL PROTECTED] SetOutputFilter doesn't work in Locations?

2006-08-07 Thread Andy Buckley
Andy Buckley wrote: Andy Buckley wrote: Axel-Stéphane SMORGRAV wrote: SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies. I tried with a configuration similar

[EMAIL PROTECTED] SetHandler rewrites URI used by Location?

2006-08-03 Thread Andy Buckley
on a Scientific Linux system. Cheers, Andy -- Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] SetOutputFilter doesn't work in Locations?

2006-08-03 Thread Andy Buckley
Andy Buckley wrote: Axel-Stéphane SMORGRAV wrote: SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies. I tried with a configuration similar to yours and, yes

[EMAIL PROTECTED] SetOutputFilter doesn't work in Locations?

2006-06-29 Thread Andy Buckley
, but I'm not aware of any independent confirmations. Some assistance, please? Thanks! Andy - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-21 Thread Andy Buckley
Just a reminder about this post :) Has anyone else seen this sort of behaviour? Do you need more information? Any help would be most appreciated! Andy Andy Buckley wrote: Hi, I have a long-standing problem with getting output filters to work in Location blocks. Here's an example

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
server.key is the private key for a server.cert certificate? This is probably what you want: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#verify Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
... Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

[EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-20 Thread Andy Buckley
can't see why this configuration doesn't work. I can't just use Directory sections since, for example, some bits of the site are generated by CGI scripts outside the DocumentRoot. Is this a bug or am I just attempting to do something odd? :) Cheers, Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durham

[EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-30 Thread Andy Moran
such? I'd hate to have to come up with an entirely new authentication scheme. .htaccess files are so damn convenient. --Andy - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[cli-users] Apache and VS.NET 2002 or 2003

2005-11-20 Thread Andy
Hi, I'm new here. Please bear with me. I have a laptop with XP Home. I'm trying to get Visual studio Asp dot.net (2002/2003) compiler to run with apache because XP Home doesn't come with a web server. So I've successfully installed Apache 2.054 and Mod_AspdotNet with the help of this site

[EMAIL PROTECTED] Apache installation difficulties...

2005-08-14 Thread Andy Surface
time. Sincerely, Andy Surface | - 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] from

AW: Apache 2.0.52 - Logfile kann nicht in separatem Pfad angelegt werden

2005-06-23 Thread Andy Marti
Hallo Martin Mit welchem User startest Du den Apache? Superuser? Gruss Andy -Ursprüngliche Nachricht- Von: Lutz Maibach [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 23. Juni 2005 15:05 An: users-de@httpd.apache.org Betreff: Re: Apache 2.0.52 - Logfile kann nicht in separatem