[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 both

[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 occurs

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

2016-11-02 Thread Speagle, Andy
uthnz_ldap internals. Can that be turned 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
tings/quicktips/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

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
nked 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
format is used for all 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 o

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

2015-12-11 Thread Andy Wang
ackaged 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: users-unsubscr...@httpd.a

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

2015-10-19 Thread Andy Wang
ot 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 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 httpd side? (Note that

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

2015-10-19 Thread Andy Wang
and request it via a POST instead of a GET and the problem doesn't occur either. Hoping for any ideas on where to go with this. Thanks, Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] network performance tuning of httpd.

2015-09-21 Thread Andy Wang
with older versions 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

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

2015-06-25 Thread Andy Wang
sider 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
7;t actually have any impact 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 unsub

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

2015-05-04 Thread Andy Wang
t yes, it can be somewhat confusing. So 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

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

2015-04-15 Thread Andy Wang
is about AcceptFilter http none that actually resolves 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 12:09 PM, Andy Wang wrote: The trick is to use Configure directly. This is what I do for sparc: OPENSSL_TARGET=solaris64-sparcv9-gcc OPENSSL_CONFIG="./Configure $OPENSSL_TARGET --prefix=$OPENSSL_ROOT threads shared" I also set CC="gcc -static-libgcc" CFLAGS

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 A

Re: [users@httpd] Apache 2.4 Compile Questions

2015-03-27 Thread Andy Wang
fPIC is not necessary 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: Options FollowSymLinks MultiViews AllowOverride None Require all granted LanguagePriority en de es fr it ja ko zh_TW zh_CN ForceLanguagePriority Prefer Fallback And inside I have

[users@httpd] MultiView LanguagePriority not working in 2.4

2015-03-12 Thread Andy Wang
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...@httpd.apache.org For additional

RE: [users@httpd] building httpd 2.4 on windows x64

2015-03-03 Thread Wang, Andy
x27;s looking for apr-1.pdb (it's a static lib though, so why is it looking for that)? I solved it by setting INSTALL_PDB=OFF and manually copying libapr-1.pdb to $PREFIX/bin So I have everything working with cmake 3.1.3 also. Andy ____ From: And

Re: [users@httpd] building httpd 2.4 on windows x64

2015-03-03 Thread Andy Wang
I hate coming across mail threads in google without some amount of helpful detail in a "final" summary post. So here's that, in case someone else in the future runs across this hopefully this will be helpful: Here's how I built everything: openssl - as mentioned previously in the thread, was u

Re: [users@httpd] building httpd 2.4 on windows x64

2015-03-02 Thread Andy Wang
util. Is it wrong that the build script is a .sh script running under cygwin? :) This is awesome. Once again thanks so much for the the help and pushes in the right direction. Andy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
iles for apr didn't build apr-1.pdb. Backed down to 2.8.10.2 and all good. So something is broken there. But now I have openssl, pcre, apr, apr-util all figured out. zlib (which doesn't have an install target - should be easy enough to figure out manually)

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
command line to make minor -D tweaks. Is there a specific file that has details that would answer how I invoked cmake or should I start over using cmake from the cli? If that helps, I'd be more than happy to do so. Thanks, Andy -

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
On 02/27/2015 01:09 PM, Jeff Trawick wrote: I doubt that would be useful, although it is where the odd FindOPENSSL implementation will look. Did you set OPENSSL_ROOT_DIR on the cmake command-line, as -DOPENSSL_ROOT_DIR=c:\Users\Foo\install\openssl_1.0.1 or similar? So yeah, that didn't wo

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
en finding an openssl install. So the first paragraph of that blurb (I think?) doesn't apply to me. I tried setting OPENSSL_ROOT_DIR, but I think I misunderstood the second paragraph. I misinterpreted the VC bit. I'll try putting the lib files in my openssl_root_dir/lib/VC an

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
onment variable (it looks like Cmake is trying to use that) but no luck. Anyone have any luck with this? I need to use our own openssl build and can't depend on a third party build (which it looks like cmake wil attempt to find). Thanks, Andy --

[users@httpd] building httpd 2.4 on windows x64

2015-02-20 Thread Wang, Andy
ate the same artifacts so I can learn this myself? Is it possible, or does it make sense that the httpd project try to include his script to convert the projects in the same way that cvtdsp.pl is included with apr? I did take a quick look at cmake. I'm not sure if it'll solve the problem but unfortunately we need mod_charset_lite, so that pretty much rules out cmake for now. Thanks, Andy

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

2014-05-21 Thread Andy Canfield
e2.2.conf" and "apache2.4.conf". 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 bro

[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 t

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 photograp

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
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 - To unsubscribe, e-mail: users-unsubsc

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
up if the 'Directory' line reads (I am never quite sure whether the Directory name is disk-absolute or DocumentRoot-relative). What am I missing? On 05/04/2014 07:31 PM, Eric Covener wrote: > On Sun, May 4, 2014 at 4:42 AM, Andy Canfield wrote: >> This was NOT present under Apache

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
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 p

[users@httpd] localhost Forbidden

2014-04-29 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-04 Thread Andy Canfield
read that web page you listed 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 =

Re: [users@httpd] https

2014-04-04 Thread Andy Canfield
documented, does anyone know? I'd like to get the company name into that certificate somewhere, 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, A

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
r default things in the default-ssl vhost to fix > buggy browsers and provide more info to cgi-scripts. "buggy browsers" as in Internet Explorer, 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 laun

Re: [users@httpd] https

2014-04-03 Thread Andy Canfield
rd to read. Contents of /etc/apache2/ports.conf: NameVirtualHost *:80 Listen 80 Listen 443 Listen 443 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-available/default-ssl -rw-r--r-- 1 root 7469 Feb 7

[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 t

[users@httpd] diagnosing an httpd memory "leak"

2013-12-13 Thread Wang, Andy
e been looking at the MaxRequestsPerChild directive but I'm a little concerned 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
firewall blocks 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 Syste

[users@httpd] Re: RewriteCond - Multiple matches

2012-10-15 Thread andy
rs will be greatly appreciated. Cheers 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_

[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. - To

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 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 files fow Windows in

[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 - O

[users@httpd] MOD_STATUS

2012-06-07 Thread andy
Sorry if this is a dumb question but, I am trying to diagnose why my website keeps falling over often by reaching MAXCLIENTS. I have asked the server host to give me access to server-status ( MOD_STATUS ) and one thing that I have noticed that is different to ALL the other examples I have seen i

[users@httpd] WebDAV behind Apache Reverse Proxy

2012-05-29 Thread Andy Carlson
need to build into apache to make this work? Thanks much!!, Andy Carlson Moody Bible Institute Identity Administrator | Information Systems 312-329-4385 www.moody.edu<http://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 wrote: You need to load mod_proxy_ftp for this. Read the

[users@httpd] Apache FTP Proxy

2012-04-27 Thread Andy Carlson
sts. 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 Institute Identi

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 b

[users@httpd] Apache 2.4.1 third party dependencies

2012-03-02 Thread Andy Wang
cy? I have to build 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

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 'AddT

[us...@httpd] serving debian packages

2010-07-19 Thread Andy Bierman
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

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

2010-07-14 Thread Andy Wang
ump to 1.0. 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 Serv

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

2010-06-10 Thread Andy Ee
ck 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.apach

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] 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

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

2010-06-07 Thread Andy Ee
ServerAdmin a...@easychat.org <http://mail.easychat.org/src/compose.php?send_to=andy%40easychat.org> ServerName 10.0.0.7 UseCanonicalName Off ServerSignature Off HostnameLookups Off ServerTokens Prod ServerRoot "/usr/local/apache2" TraceEnable Off Listen 0.0.0.0:80 NameVirtualHo

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

2010-03-16 Thread Andy Wang
I'm not that saavy with Makefiles, especially on Windows, so I don't quite understand a couple of things, but I haven't explicity told Apache to build the mysql dbd. Why is it trying to process this target? Thanks, Andy --

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

2010-03-15 Thread Andy Wang
ional change in 2.2.15? Just 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 http://httpd.apach

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 [mai

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

2009-11-25 Thread Martucci, Andy
pond, very much 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 co

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

2009-11-25 Thread Martucci, Andy
menu. This field is optional. 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 pro

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

2009-11-25 Thread Martucci, Andy
ore in the region of 32k. I'd be very grateful if you 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

[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 H

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

2009-09-09 Thread Andy Hawkins
return the original 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

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

2009-08-28 Thread Andy Ee
0 ErrorLog logs/sg_test-error_log CustomLog logs/sg_test-access_log combined Best Regards, Andy Ee

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

2009-01-19 Thread Andy Smith
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. - The

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

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

2009-01-19 Thread Andy Smith
k this one 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 suggest

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

2008-10-28 Thread Andy Barkett
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

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

2008-04-08 Thread Andy Grant
<http://www.duke.edu/%7Emadil001/>> *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 a

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

2008-04-08 Thread Andy Grant
^o o^o^o` 'o^oo^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

[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 User-To-U

[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 http://apachemachin

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
see the headers. 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 -O

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
ions (like Trac) 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

[EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
ned above has the following: [Mon Oct 29 10:42:01 2007] [error] [client 127.0.0.1] File does not exist: C:/apache/htdocs/main, referer: http://localhost/wtbasement/main Apprently it is trying to redirect to C:/apache/htdocs/main instead of http://localhost/wtbasement/main. How can I make it redirect

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 prevent

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

2007-05-11 Thread Andy Davidson
d 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 http://httpd.apache.org/userslist.html> for more info. To

[EMAIL PROTECTED] Problem with mod_auth_ldap

2007-02-26 Thread Andy Kannberg
the user can access the testdirectory. But when I change the attribute to another (existing) group in LDAP, from which the testuser is no member, I still can access the page as that testuser. But I would expect that I would not gain access to the page if the group is no corresponding with th

[EMAIL PROTECTED] Apache Server Problem

2006-12-14 Thread Andy Rush
client 62.189.171.210] ZSRV_MSG0107: Premature end of script headers: File name is EXTRANET.PGM, referer: http://extranet.yearsley.co.uk/cgibin/EXTRANET.PGM?ReceiptNo=&ProductCode=&Description=&Brand=&PackSize=&RECORDS=500&SUMDET=SUMMARY&cgifunction=Search&username

[EMAIL PROTECTED] Disabling byte serving.

2006-09-04 Thread Holyoak, Andy
set-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 inte

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

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

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

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, it

[EMAIL PROTECTED] SetHandler rewrites URI used by Location?

2006-08-03 Thread Andy Buckley
his). I can fix it for this example by adding this: SetOutputFilter blah but this is pretty ugly and probably not flexible enough for me in general. Is there a way to avoid the handler rewriting the URI that Location uses? I'm using Apache 2.0.52 on a Scientific Linux system. Cheers, A

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

2006-07-13 Thread Andy Buckley
Options +MultiViews DirectoryIndex index Just adding "Options +MultiViews" or using e.g. "DirectoryIndex index.html" doesn't affect the filters. Any suggestions as to what's going on here? Is this a bug or an expected behaviour/side-effect of how content n

Re: [EMAIL PROTECTED] .htaccess error URGENT

2006-06-29 Thread Andy Buckley
ut the order of resolving URLs to bits of the filesystem: see the bit at the top of the mod-rewrite docs for more info. Andy - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apa

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

2006-06-29 Thread Andy Buckley
: May 29 2006 01:52:53 I've also observed the same behaviour in Scientific Linux 4.x. Can anyone offer any suggestions / try this config for themselves and comment. If it's a genuine problem then it should be reported as a bug, but I'm not aware of any independent con

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
fer a more rounded explanation... 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 http://httpd.apache.org/use

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
a way to show that a file "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, Durh

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 ex

[EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-20 Thread Andy Buckley
ons 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 Work: www.cedar.ac.uk www.insectnation.org

Re: [EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-31 Thread Andy Moran
ks Boyle. I suspected that I would have to come up with another server-side system, I was just hoping I was wrong. Cheers. --Andy Boyle Owen wrote: > That's not how basic auth works. There's no real login or session from the > server's POV. The browser has to get a 401 Unau

[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

  1   2   >