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
-
"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
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
regards,
Oliver
signature.asc
Description: Message signed with OpenPGP using GPGMail
d OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend
Technologies
Has someone a idea how to fix this?
Thanks
Oliver
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
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
t; MaxRequestWorkers1
> MaxConnectionsPerChild 0
> ListenBacklog1
> ServerLimit 1
>
thx for this proposal, i will try it this way...
Best regards,
Oliver
-
T
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
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
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
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
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
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
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:
>
>
&
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
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/
>
(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
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
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
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/
--
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
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
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
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
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
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
lp anyone could give would be very much appreciated :)
—Oliver
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
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
tive name" [1] or put
> your faith in SNI [2].
I was afraid of that.
Thanks for the help, all.
--
*
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
>
expect it to, but it was worth a
try!)
What magic sauce do I need to catch and rewrite that attempt?
--
*******
* John Oliver h
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
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
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
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.
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
> 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
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
--
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
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
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
//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
>> 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/(.*)
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
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
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
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
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
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
ose
> IP/port combinations though.
Oh, duh... :-)
Thanks, I'm back in business.
--
***
* John Oliver
ualHost *:443 has no VirtualHosts
And there are no other interfaces. eth0 and eth1, each with one of the
two IPs above.
--
****
'.
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?
--
***
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
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
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
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
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
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
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
d Full Control, and I'm off to
the races.
Thanks Bill. I really appreciate this.
--
**
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
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
27;m stuck. How to proceed?
--
***
* John Oliver http://www.john-
the same error.
--
***
* John Oliver http://www.
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 ?
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
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
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
f an selinux issue, but with nothing logged by
auditd, and "setenforce 0" doesn't fix...
--
't a 403? Browser just says:
Forbidden
You don't have permission to access /index.html on this server.
--
***
* 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
--
*****
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
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
ntRoot. HTTPS
works perfectly.
--
*******
* John Oliver http:/
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
appy about?
--
***
* John Oliver http://www.john-
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.
--
******
uot; rules like that.
--
*******
* John Oliver http:/
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
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 of httpd to basically copy all traffic it
receives to another instance of httpd on another host?
--
***
* John Oliver http://www.john-oliver.net
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
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
ser.
What gives?
--
***
* John Oliver http://www.
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.
****
* John Oliver http://www.john-oliver.net/ *
* *
***
that a whirl and see what happens. Thanks.
--
*******
* John Oliver http://ww
work. I'm assuming that's
because htaccess is for files, not URLs. Is there another way to do
this?
--
*******
* John Oliver http:/
.host.name/application1 for example,
to be authenticated against this database.
--
***
* John Oliver http://www.john-
ut I can't experiment for hours.
--
*******
* 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,
:
> 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
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
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
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
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
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
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 - 100 of 150 matches
Mail list logo