[us...@httpd] Location everything else?

2010-07-22 Thread John Oliver
I want to pass a directive to all but one or two locations. How do I do that? Like: Location /1 xxx /Location Location /2 xxx /Location Location Everything Else YYY /Location -- *** * John Oliver

[us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
it to, but it was worth a try!) What magic sauce do I need to catch and rewrite that attempt? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: On Thu, 18 Feb 2010, John Oliver wrote: I'm dealing with a site that is accessed via https://domain.gov The certificate is for domain.gov I akready have a working rule to catch http://domain.gov/ and rewrite to https

[us...@httpd] SSL received a record that exceeded the maximum permissible length.

2009-11-13 Thread John Oliver
at for more clues? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] SSL received a record that exceeded the maximum permissible length.

2009-11-13 Thread John Oliver
And there are no other interfaces. eth0 and eth1, each with one of the two IPs above. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] SSL received a record that exceeded the maximum permissible length.

2009-11-13 Thread John Oliver
. Oh, duh... :-) Thanks, I'm back in business. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] Apache for Windows won't install

2009-09-09 Thread John Oliver
and that you can access it. What are the permissions on C:\Downloads, or this .msi? Eff me. SYSTEM did not have any permissions. Added Full Control, and I'm off to the races. Thanks Bill. I really appreciate this. -- *** * John

[us...@httpd] Apache for Windows won't start

2009-09-01 Thread John Oliver
. How to proceed? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] Apache for Windows won't start

2009-09-01 Thread John Oliver
On Tue, Sep 01, 2009 at 06:12:47PM -0500, William A. Rowe, Jr. wrote: John Oliver wrote: So I installed 2.2.13 on W2K3 R2 Enterprise Edition SP2 When I try to start it, I get a message about error code 1, and there is nothing in the error.log This is the first time I've tried to do

[us...@httpd] Proxying SSL

2009-07-22 Thread John Oliver
. -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] Help with rewrite / redirect

2009-07-14 Thread John Oliver
/ But it seems like there are dozens of ways to do this, and none are working for me. mod_rewrite, mod_alias, Redirect, RewriteCond, blah blah blah... nothing I try ahs any effect. -- *** * John Oliver

Re: [us...@httpd] Help with rewrite / redirect

2009-07-14 Thread John Oliver
On Tue, Jul 14, 2009 at 05:50:13PM -0500, Doug Bell wrote: On Jul 14, 2009, at 5:25 PM, John Oliver wrote: I have a server that's always been known as https://server1.com/ It's now known as https://server2.com/ Anyone who accesses it as https://server1.com/ winds up getting a certificate

[us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
perfectly. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
On Mon, Jun 01, 2009 at 06:00:22PM -0400, Frank Gingras wrote: John, What does the error log say, exactly? Absolutely nothing, besides the messages from httpd starting. John Oliver wrote: Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
to be materially the same as what comes out of the box. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
15:21:19 2009] [debug] mod_deflate.c(447): [client 128.49.61.83] Zlib: Compressed 305 to 232 : URL /index.html The last six lines are me shift-refreshing trying to get to index.html -- *** * John Oliver

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
have permission to access /index.html on this server. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
... -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] https works, http doesn't

2009-06-01 Thread John Oliver
On Mon, Jun 01, 2009 at 04:10:24PM -0700, Sander Temme wrote: On Jun 1, 2009, at 3:24 PM, John Oliver wrote: [Mon Jun 01 15:21:19 2009] [debug] mod_deflate.c(447): [client 128.49.61.83] Zlib: Compressed 305 to 232 : URL /index.html So it's trying to serve you something

[us...@httpd] Apache won't start, nothing is logged.

2009-05-18 Thread John Oliver
? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] Apache won't start, nothing is logged.

2009-05-18 Thread John Oliver
. Yes, disabling SSL allows httpd to start. And that is far more than an unsatisfying solution. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] ProxyPass and Internal URLs

2009-05-07 Thread John Oliver
is actually proxying, not redirecting, and so the private IP should never be visible to the client. Try commenting out the ProxyPassReverse I don't think you need it. -- *** * John Oliver http

[us...@httpd] Rewrite rules question

2009-04-22 Thread John Oliver
that. -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] tee SSL traffic?

2009-04-08 Thread John Oliver
Is it possible for an instance of httpd to basically copy all traffic it receives to another instance of httpd on another host? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] tee SSL traffic?

2009-04-08 Thread John Oliver
On Wed, Apr 08, 2009 at 07:56:39PM +0200, André Warnier wrote: Ok, part of my answer below is because I missed the subject of your post. It still does not seem to make much sense hhowever, so explain a bit more. André Warnier wrote: John Oliver wrote: Is it possible for an instance

Re: [us...@httpd] tee SSL traffic?

2009-04-08 Thread John Oliver
On Wed, Apr 08, 2009 at 04:16:32PM -0400, Eric Covener wrote: On Wed, Apr 8, 2009 at 1:37 PM, John Oliver joli...@john-oliver.net wrote: Is it possible for an instance of httpd to basically copy all traffic it receives to another instance of httpd on another host? No -- You want something

[us...@httpd] ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
explanations that depended on many things. What can I look at to start to figure out what these messages are complaining about? -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] ajp_read_header: ajp_ilink_receive failed

2009-04-03 Thread John Oliver
a lot of variations of this, and a lot of different possible explanations that depended on many things. What can I look at to start to figure out what these messages are complaining about? -- *** * John Oliver

[us...@httpd] Apache not allowing .exes?

2009-04-02 Thread John Oliver
? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] htaccess against relative URLs?

2009-03-04 Thread John Oliver
. -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] htaccess against relative URLs?

2009-03-04 Thread John Oliver
On Wed, Mar 04, 2009 at 08:23:37PM +0100, Peter Schober wrote: * John Oliver joli...@john-oliver.net [2009-03-04 01:41]: On Tue, Mar 03, 2009 at 06:32:38PM -0500, Frank Gingras wrote: Place your restrictions in your Location /app block instead, in your vhost. I did. But without

[us...@httpd] Apache authenticate against Drupal user database?

2009-03-03 Thread John Oliver
/application1 for example, to be authenticated against this database. -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] htaccess against relative URLs?

2009-03-03 Thread John Oliver
assuming that's because htaccess is for files, not URLs. Is there another way to do this? -- *** * John Oliver http://www.john-oliver.net

Re: [us...@httpd] htaccess against relative URLs?

2009-03-03 Thread John Oliver
that a whirl and see what happens. Thanks. -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] One host, two SSL sites

2009-01-20 Thread John Oliver
are completely independent... if I stop one, I don't want it also killing the processes belonging to the other. Does anyone have any advice for me as to the best way to proceed? -- *** * John Oliver http

Re: [us...@httpd] One host, two SSL sites

2009-01-20 Thread John Oliver
On Tue, Jan 20, 2009 at 09:03:17PM +0100, Miguel Angel Tormo Alfaro wrote: El Martes, 20 de Enero de 2009 20:40:29 John Oliver escribió: I have a server I need to rebuilt, and I want to move the SSL website on it onto another server (that already has it's own SSL website). I'm going to use

Re: [us...@httpd] One host, two SSL sites

2009-01-20 Thread John Oliver
On Tue, Jan 20, 2009 at 09:55:03PM +0100, Miguel Angel Tormo Alfaro wrote: El Martes, 20 de Enero de 2009 21:21:37 Brian Mearns escribió: On Tue, Jan 20, 2009 at 3:17 PM, John Oliver joli...@john-oliver.net wrote: If it would turn out to be easier to do this another way, that's fine

Re: [us...@httpd] One host, two SSL sites

2009-01-20 Thread John Oliver
experiment for hours. -- *** * John Oliver http://www.john-oliver.net

[EMAIL PROTECTED] Apache upgrade broke server-status

2005-10-22 Thread John Oliver
. -- *** * John Oliver http://www.john-oliver.net

[EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
can download the file in question. But it still doesn't show up in the directory list in the browser. There are no errors in the error_log. -- *** * John Oliver http://www.john-oliver.net

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
On Wed, Oct 05, 2005 at 01:50:54PM -0400, Joshua Slive wrote: On 10/5/05, John Oliver [EMAIL PROTECTED] wrote: I just set up a directory on an existing website and copied some files into it. While the first file was copying, I looked at the directory with a browser, and it showed the first

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
than 2GB in anything less than httpd-2.1.) Ah-hah! I installed the RPMs for 2.0.51 and now the other, smaller file shows up. OK, at least I know why, now... :-) Thanks. -- *** * John Oliver http