Re: [users@httpd] Prefix Apache Traces with Part of the Url

2017-08-24 Thread Oliver Graute
thing > SetEnvIf Request_URI (.*) my-ctx=$1 > # Try to grab something context-root like > SetEnvIf Request_URI ^/+([^/]+)/ my-ctx=$1 > > Then add this to your current CustomLog or LogFormat > > %{my-ctx}e this braught me to the right track. Thanks, Oliver -

[users@httpd] Prefix Apache Traces with Part of the Url

2017-08-23 Thread Oliver Graute
"POST /iDM/iDM.php HTTP/1.1" 401 - iAPI: 10.0.0.98 - - [23/Aug/2017:11:21:08 +0200] "GET /iAPI/db HTTP/1.1" 200 175 is such format possible? Best Regards, Oliver - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] chinese char URL encoding/decoding fails

2016-09-15 Thread Oliver Klein
Hi Rodrigo, I don’t have access to root of the server, it is a shared hosting. thank you very much for you answer and help - but I am not sure if I understood what you are trying to say :( So I should change the root directory of my website? Sorry! Oliver Klein +4917660017860 oliver.ok.kl

[users@httpd] chinese char URL encoding/decoding fails

2016-09-14 Thread Oliver Klein
regards, Oliver signature.asc Description: Message signed with OpenPGP using GPGMail

[users@httpd] mod_headers not sending headers when file is parsed with PHP fpm

2016-08-22 Thread Oliver Baran
d OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies Has someone a idea how to fix this? Thanks Oliver

Re: [users@httpd] Howto accept only one connection

2016-02-22 Thread Oliver Graute
On 19/02/16, Oliver Graute wrote: > On 19/02/16, Aurélien Terrestris wrote: > > Hello, > > > > I'm not sure we can accept only one connection at a given time. > > I tested with the "prefork MPM", and I only achieve 1 concurrent request > > being p

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oliver, > > On 2/19/16 10:11 AM, Oliver Graute wrote: > > On 19/02/16, Aurélien Terrestris wrote: > >> Hello, > >> > >> I'm not sure we can a

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
t; MaxRequestWorkers1 > MaxConnectionsPerChild 0 > ListenBacklog1 > ServerLimit 1 > thx for this proposal, i will try it this way... Best regards, Oliver - T

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Richard wrote: > > > > Date: Friday, February 19, 2016 13:32:02 +0100 > > From: Oliver Graute > > > > On 19/02/16, Jim Jagielski wrote: > >> Just one connection? By that do you mean one concurrent user or > >> actually one request or

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
requirement is: "The Apache server listens on port 443i (https). It must accept only one connection at a time on this port" so its one socket opened between the client and the server. Best Regards, Oliver - To unsubscrib

Re: [users@httpd] Howto accept only one connection

2016-02-18 Thread Oliver Graute
On 18/02/16, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oliver, > > On 2/18/16 8:31 AM, Oliver Graute wrote: > > is it possible to configure Apache 2.4 to accept only one > > connection at time on port 443? is this someth

[users@httpd] Howto accept only one connection

2016-02-18 Thread Oliver Graute
Hello, is it possible to configure Apache 2.4 to accept only one connection at time on port 443? is this something I can configure for my Virtual Hosts? Best regards, Oliver - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Re: Apache 2.4.12 don't serve me the index.html

2015-03-04 Thread Oliver Graute
970] [authz_core:debug] [pid 444] mod_authz_core.c(809): [client 192.168.2.99:14645] AH01626: authorization result of Require all granted: granted so after that logs it looks fine. And if i rename my index.html to index.php it just works curl 127.0.0.1:80/index.php It works! But a simple normal in

[users@httpd] Apache 2.4 don't find the SSL Certificate File

2015-03-02 Thread Oliver Graute
232 Jan 1 01:56 . drwxrwxrwx4 www www288 Jan 1 01:54 .. -rwxrwxrwx1 www www916 Feb 10 2015 server.key some ideas why this don't work? Best regards, Oliver - To unsub

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
On Wed, Feb 25, 2015 at 3:22 PM, Eric Covener wrote: > On Wed, Feb 25, 2015 at 8:58 AM, Oliver Graute > wrote: >> But if try to load index.html all I get is this: > > &

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
horization result of Require all granted: granted >> [Tue Jan 06 19:23:09.447385 1970] [authz_core:debug] [pid 1397] >> mod_authz_core.c(809): [client 192.168.2.99:51306] AH01626: >> authorization result of : granted >> [Tue Jan 06 19:23:09.448167 1970] [core:info] [pid 1397] [clien

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
I load the dir_module and tried thas directive without sucess DirectoryIndex index.html On Wed, Feb 25, 2015 at 1:53 PM, Eric Covener wrote: > On Wed, Feb 25, 2015 at 7:49 AM, Oliver Graute > wrote: >> 192.168.2.99:51306] AH00129: Attempt to serve directory: /var/www/ >

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
(809): [client 192.168.2.99:51306] AH01626: authorization result of : granted [Tue Jan 06 19:23:09.448167 1970] [core:info] [pid 1397] [client 192.168.2.99:51306] AH00129: Attempt to serve directory: /var/www/ html and jpg files won't work, only php files... Thx Oliver On Wed, Feb 25, 2015

[users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-24 Thread Oliver Graute
5_module /usr/share/apache2/modules/libphp5.so SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source Include /etc/apache2/mod_ssl.conf Thanks in advance Oliver - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: Disallow script execution in directory

2013-03-17 Thread Oliver Betz
Hello, was my question inappropriate for this group? Please tell me a better place in this case. Thanks in advance, Oliver -- Oliver Betz, Munich http://oliverbetz.de/ - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Disallow script execution in directory

2013-03-14 Thread Oliver Betz
er solutions? I would also like to learn why "SetHandler None" documented in http://httpd.apache.org/docs/current/mod/core.html#sethandler didn't make any difference in my experiments. Thanks in advance, Oliver -- Oliver Betz, Munich http://oliverbetz.de/ --

[users@httpd] patently disobeying, reversed world: symlinks refused in cgi-bin, symlinks followed in DocumentRoot

2012-08-10 Thread Lars Oliver Hansen
Hi, can somebody help me?: no matter what I try, Apache refuses to access a directory symlink in its default cgi-bin: /usr/lib/cgi-bin/symlink/ - everything up to including symlink is world r_x - everything up to including everything accessed beyond the resolved symlink is world

[users@httpd] Re: Cached responses in mod_cache/mod_mem_cache not always sent

2012-03-25 Thread Oliver
Eric Covener wrote: > > I believe each process has it's own separate in-memory cache, does > that explain all your other observations? Yes it does, and I read that in the manual about 10 minutes after writing this post, but only having subscribed to the digest I couldn't immediately respond. Thank

[users@httpd] Cached responses in mod_cache/mod_mem_cache not always sent

2012-03-25 Thread Oliver
as though somehow internally the same item is being cached multiple times but the request hits one of multiple caches depending on some "random" factor. Am I going insane? Have I not read the manual? Am I just stupid? (all three?) Any assistance would be very much appreciated. Olive

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
of downloads a day on files as large as 6GB (the reason I need to move to this model of mirrors is because it was saturating a 1gbs link). —Oliver On 4 January 2011 12:05, MegaBrutal wrote: > Sorry if I'm wrong. If the user is redirected from a different > location, is it possi

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Actually, that won't work… we need to be able to support clients that do not support cookies (APT) —Oliver On 4 January 2011 11:30, Oliver Beattie wrote: > Thanks for your quick reply… unfortunately I can't set a cookie. Another > machine (different domain) is redirecting

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
irect them to a location on the mirror that sets the cookie? —Oliver On 4 January 2011 11:28, Mark Watts wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/04/2011 11:19 AM, Oliver Beattie wrote: > > Hi there, > > > > I am sure this question has likel

[us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
lp anyone could give would be very much appreciated :) —Oliver

[us...@httpd] Google Apps authentication

2010-11-10 Thread Oliver Marshall
Hi We currently use LDAP authentication on all our apache servers to authenticate our staff against our AD. However we are looking at a mass move to Google Apps and need to allow the single sign on ability still. We can keep the AD in place, and then have Google suck the AD account details fro

[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: xxx xxx YYY -- *** * John Oliver http://www.john-oliver.net

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

2010-02-19 Thread John Oliver
tive name" [1] or put > your faith in SNI [2]. I was afraid of that. Thanks for the help, all. -- *

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 >

[us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
expect it to, but it was worth a try!) What magic sauce do I need to catch and rewrite that attempt? -- ******* * John Oliver h

RE: [us...@httpd] Rewrite Voodoo pt. 2

2010-01-26 Thread Oliver Schoenborn
I love chocolate chip cookies From: Reese [howel...@inkworkswell.com] Sent: Tuesday, January 26, 2010 8:06 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Rewrite Voodoo pt. 2 ... If you were local to me, I'd offer you a cookie. Chocolate chi

RE: [us...@httpd] Rewrite Voodoo pt. 2

2010-01-25 Thread Oliver Schoenborn
htacces rules?) >> asub.domain.ext/something > > www.domain.ext/_asubsomething > > I think. Wrong: the pattern for 2nd rule requires a digit just before the first dot of host name, so rule will get skipped and URL unchanged. > > Reese > It's really importa

RE: [us...@httpd] Rewrite Voodoo pt. 2

2010-01-20 Thread Oliver Schoenborn
r it). Can you interpret: rewriteCond $(HOST_NAME) ^(.*)\.domain\.ext rewriteRule ^(.*)$ $(HOST_NAME)$1 rewriteRule ^([a-z])(.*)([0-9])\.domain\.ext(.*) www$3.domain.ext/$2_$1$4 What will it do to the following HTTP requests: domain.ext/something asub2.domain.ext/something asub.domain.ext/somethi

RE: [us...@httpd] Rewrite Voodoo pt. 2

2010-01-19 Thread Oliver Schoenborn
27;t feel right, regardless of how frustratring or voodoo'ish the docs are. Oliver - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

RE: [us...@httpd] Re: Apache vs LiteSpeed

2010-01-15 Thread Oliver Schoenborn
e for both apps and hence will appear as a common denominator that can be thrown out. I think that for the OP's purpose it is perfectly valid and sensible to use localhost, assuming the host isn't in use by other users/server apps (but again this woul

RE: [us...@httpd] RewriteRule and VirtualDocumentRoot: How do they interract ?

2010-01-15 Thread Oliver Schoenborn
> From the doc : > > > This flag is just a hack to enable post-processing of the output of > RewriteRule directives, using Alias, ScriptAlias, Redirect, and other > directives from various URI-to-filename translators > > If I understand well (correct me if I'm wrong), after RewriteRule has > app

RE: [us...@httpd] :Mod rewrite

2010-01-11 Thread Oliver Schoenborn
requests to www.foo.com to www.mothership.com (the user wouldn't know since using ProxyPass etc), I would still not be spoofing, just keeping Foo's identity intact so my clients are put off by a (friendly) takeover. Oliver --

RE: [us...@httpd] Mod_Rewrite voodoo

2010-01-11 Thread Oliver Schoenborn
ed by user, will go to servers outside of your domain so your server will never see the request. The rewrite module works on the HTTP request to its server, not on the body (HTML) of request responses. Oliver - The official

RE: [us...@httpd] :Mod rewrite

2010-01-11 Thread Oliver Schoenborn
e part)? OK, it is used to remap URL trees for moving / restructuring a website (which is not spoofing) but it is also used to allow for more user-friendly URL's that are then mapped to various servers, web apps etc, which *is* a kind of spoofing. Similarly, manipulate domain name given b

RE: [us...@httpd] URL re-writing problem

2009-12-22 Thread Oliver Schoenborn
in a vhost. Oliver From: vijay shanker [mailto:vijay.s...@gmail.com] Sent: December 22, 2009 4:49 AM To: users@httpd.apache.org Subject: [us...@httpd] URL re-writing problem Hi all, I am very new to httpd server. And i have a immediate problem to solve. My server instance is running on centos

RE: [us...@httpd] best way to modify a URL

2009-12-17 Thread Oliver Schoenborn
//192.168.3.2/bar/ #Redirect permanent /bar/ http://dodo.foo.com/ #RedirectMatch permanent /bar/(.*) http://dodo.foo.com/$1 Uncommenting either of the redirect lines doesn't help. Oliver - The official User-T

RE: [us...@httpd] best way to modify a URL

2009-12-17 Thread Oliver Schoenborn
>> RewriteCond %{HTTP_HOST} ^dodo\.foo\.com$ >> RewriteRule ^/bar/(.*) /$1[R,L] >> >> RewriteCond %{HTTP_HOST} ^dodo\.foo\.com$ >> RewriteRule ^(.+)%{HTTP_HOST}$1 [C] >> RewriteRule ^dodo\.foo\.com/(.*)

RE: [us...@httpd] best way to modify a URL

2009-12-17 Thread Oliver Schoenborn
pped out, AND client browser will show the redirected URL. The [P] in second rule will cause proxying, but only for requests to dodo.foo.com, so client will NOT see that foo.com/bar is really the URL used. Time will tell if there are any corner cases that this doesn't cover. But boy, that re

RE: [us...@httpd] best way to modify a URL

2009-12-16 Thread Oliver Schoenborn
Thanks Justin. I have tried playing around with rules based on what you posted. My findings are in my reply to Andre, which I hope will be clearer than original, if you would like to take another stab at it. Regards, Oliver > -Original Message- > From: Justin Pasher [mailt

RE: [us...@httpd] best way to modify a URL

2009-12-16 Thread Oliver Schoenborn
oo.com/sid#6b5148][rid#18b80b0/initial] (1) escaping http://foo.com/bar/ for redirect 192.168.2.1 - - [16/Dec/2009:16:24:50 --0500] [dodo.foo.com/sid#6b5148][rid#18b80b0/initial] (1) redirect to http://foo.com/bar/ [REDIRECT/302] I think the problem for 1D might be the redirect. If so, any id

[us...@httpd] best way to modify a URL

2009-12-15 Thread Oliver Schoenborn
7;t seem to be applicable here. I think mod_rewrite could handle it but it is rather complicated to learn in short time, if there is a simpler way or an example somewhere a link would be greatly appreciated. Cheers, Oliver

[us...@httpd] Re: sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-23 Thread Oliver Schoett
2009 00:00:00 GMT Last-Modified: Sat, 20 Sep 2008 20:32:04 GMT GIF89a[dummy image] This is for an image server where URLs of missing images receive a dummy image with status 200. However, I did not succeed in setting a dynamic Expires: header using mod_expires. Regards, Oliver

[us...@httpd] SOLVED: 2.2.13 mod_proxy: backend connection reused long after ttl expired

2009-11-17 Thread Oliver Schoett
Oliver Schoett wrote: Some more info: the backend server sends a "TLSv1 Encrypted Alert" spontaneously when a connection is idle for approx. 17s. The error in the log file (with a 502 error code sent to the client) occurs when this alert happens in response to another request being

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

2009-11-13 Thread John Oliver
ose > IP/port combinations though. Oh, duh... :-) Thanks, I'm back in business. -- *** * John Oliver

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

2009-11-13 Thread John Oliver
ualHost *:443 has no VirtualHosts And there are no other interfaces. eth0 and eth1, each with one of the two IPs above. -- ****

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

2009-11-13 Thread John Oliver
'. https://192.168.1.129/ works just fine. I've double-checked the file permissions for the cert and key, and that the cert is not expired. Googling hasn't helped. I'm at kind of a loss here! What else can I look at for more clues? -- ***

[us...@httpd] Re: 2.2.13 mod_proxy: backend connection reused long after ttl expired

2009-11-11 Thread Oliver Schoett
Oliver Schoett wrote: It appears that the Apache 2.2.13 connection timeout (ttl) does not work. Some more info: the backend server sends a "TLSv1 Encrypted Alert" spontaneously when a connection is idle for approx. 17s. The error in the log file (with a 502 error code sent to

[us...@httpd] mod_disk_cache - directive CacheRoot ignored in context "server config" but not inside a virtual host

2009-11-11 Thread Oliver Feiler
fig. It works if I repeat the CacheRoot statement for all virtual hosts, but I'd rather define it globally since there are quite a number of virtual hosts. Thanks and kind regards, Oliver Feiler - The official User-To-Us

[us...@httpd] 2.2.13 mod_proxy: ttl not working?

2009-11-10 Thread Oliver Schoett
Data), which results in the "TLSV1 Encrypted Alert". However, we think that we have told the server to drop idle connections after 10s, so that it should not try to resue a connection after 17s idle time (config below). What could be the problem here? Regards, Oliver Schoett

[us...@httpd] Odd site redirection

2009-10-05 Thread Oliver Marshall
Hi chaps, Was wondering if someone can help me look at a problem. We've created a new virtual host entry on a particular box, which do frequently (once a month or so) only this time, when a user goes to the new site, they get directed to the first site in the conf file. You can type in http

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
ppard [mailto:mick.shepp...@cpp.co.uk] Sent: 29 September 2009 15:37 To: users@httpd.apache.org Subject: RE: [us...@httpd] 0 byte logs > -Original Message- > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 29 September 2009 15:09 > To: users@httpd.apache.org > Subje

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
uk] Sent: 29 September 2009 09:05 To: users@httpd.apache.org Subject: RE: [us...@httpd] 0 byte logs Hi Olly, > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 28 September 2009 19:19 > To: users@httpd.apache.org > Subject: [us...@httpd] 0 byte logs > > H

[us...@httpd] 0 byte logs

2009-09-28 Thread Oliver Marshall
Hi, We've seen a problem for a while on our ubuntu web server whereby apache starts generating 0 byte logs. This applies to the access logs for the individual sites. The only solution we have found is a quick 'apache2ctl graceful' and the logs start being generated normally again...for a f

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

2009-09-09 Thread John Oliver
d Full Control, and I'm off to the races. Thanks Bill. I really appreciate this. -- **

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

2009-09-08 Thread John Oliver
l Error 2755. 110, C:\Downloads\apache_2.2.13-win32-x86-openssl-0.9.8k.msi Googling "Internal Error 2755" does not return anything helpful. -- *** * John Oliver

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

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

2009-09-01 Thread John Oliver
27;m stuck. How to proceed? -- *** * John Oliver http://www.john-

[us...@httpd] Proxying SSL

2009-07-22 Thread John Oliver
the same error. -- *** * John Oliver http://www.

[us...@httpd] Apache processor usage

2009-07-22 Thread Oliver Marshall
We've got a machine here showing high processor usage for the Apache process. Apache runs a few minor sites, but mainly it runs the SVN module for our SVN setup so I'm assuming it's that. However, is there a way in Apache that I can find out more about what module of Apache may be responsible ?

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

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

2009-07-14 Thread John Oliver
erver2.com/ 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. -- *** * J

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 t

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

2009-06-01 Thread John Oliver
f an selinux issue, but with nothing logged by auditd, and "setenforce 0" doesn't fix... --

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

2009-06-01 Thread John Oliver
't a 403? Browser just says: Forbidden You don't have permission to access /index.html on this server. -- *** * John Oliver

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

2009-06-01 Thread John Oliver
o 232 : URL /index.html [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 The last six lines are me shift-refreshing trying to get to index.html -- *****

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

2009-06-01 Thread John Oliver
t / subnet, and I get the same result from localhost. > >There is an index.html with 644, and it's in > >/var/www/html with 755, and that is set as the DocumentRoot. HTTPS > >works perfectly. > > What are the differences in access controls between your SSL vhost an

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

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

2009-06-01 Thread John Oliver
ntRoot. HTTPS works perfectly. -- ******* * John Oliver http:/

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

2009-05-18 Thread John Oliver
e, > yet isn't a satisfying solution. Yes, disabling SSL allows httpd to start. And that is far more than an "unsatisfying" solution. -- ******* * John Oliver

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

2009-05-18 Thread John Oliver
appy about? -- *** * John Oliver http://www.john-

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

2009-05-07 Thread John Oliver
s that the Apache httpd on the host with the public address 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. -- ******

[us...@httpd] Rewrite rules question

2009-04-22 Thread John Oliver
uot; rules like that. -- ******* * John Oliver http:/

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

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

[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

[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
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
ser. What gives? -- *** * John Oliver http://www.

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 [2009-03-04 01:41]: > > On Tue, Mar 03, 2009 at 06:32:38PM -0500, Frank Gingras wrote: > > > Place your restrictions in your block instead, in your > > > vhost. > > > > I did.

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-03 Thread John Oliver
that a whirl and see what happens. Thanks. -- ******* * John Oliver http://ww

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

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

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

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

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

2009-01-20 Thread John Oliver
ut I can't experiment for hours. -- ******* * John Oliver

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 > > wrote: > > > If it would turn out to be easier to do this another way,

RE: [us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
: > On 20.01.09 18:59, Oliver Marshall wrote: > > > Is it possible to get a linux server to authenticate with an ldap server > > (MS AD) using pam_ldap and then have apache authenticate against the > > underlying OS ? > > apache should authenticate? What dat

RE: [us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
From: Matus UHLAR - fantomas [mailto:uh...@fantomas.sk] Sent: 20 January 2009 20:29 To: users@httpd.apache.org Subject: Re: [us...@httpd] pam_ldap and Apache On 20.01.09 18:59, Oliver Marshall wrote: > Is it possible to get a linux server to authenticate with an ldap server > (MS AD) using p

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 web

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

2009-01-20 Thread John Oliver
that these two web servers 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 Oliv

[us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
Hi chaps, Is it possible to get a linux server to authenticate with an ldap server (MS AD) using pam_ldap and then have apache authenticate against the underlying OS ? That is: apache -> ubuntu (using pam_ldap) -> LDAP Server We have probs using authnz_ldap and I'm keen to use LDAP but *not* us

RE: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-20 Thread Oliver Marshall
users@httpd.apache.org Subject: Re: [us...@httpd] Sudden "Can't Contact LDAP Server" On Mon, Jan 19, 2009 at 3:56 PM, Oliver Marshall wrote: > Eric, > > Reproducing it is possible, you just have to keep hitting f5, but it occurs > at random. Maybe once ever hour, maybe once

RE: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-19 Thread Oliver Marshall
Sent: 19 January 2009 21:02 To: users@httpd.apache.org Subject: Re: [us...@httpd] Sudden "Can't Contact LDAP Server" On Mon, Jan 19, 2009 at 3:56 PM, Oliver Marshall wrote: > Eric, > > Reproducing it is possible, you just have to keep hitting f5, but it occurs > at ran

  1   2   >