On 26 Jun 2014, at 19:25, Eric Covener wrote:
> On Thu, Jun 26, 2014 at 2:17 PM, Alex Bligh wrote:
>> Is there something I am missing here?
>
> They are not exactly equivalent, they are on separate sides of the
> "Satisfy" check. The default is "Satisfy all
uot;Require all granted".
Is there something I am missing here?
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
sites do not share the same
certificate but are selected by SNI? Presumably I would need
the certificates to live in some form of database? I can’t
see how to do that with mod_ssl. Allegedly mod_nss does this
but I’d rather avoid that.
--
Alex Bligh
uestReadTimeout body=300-3600,minrate=1
or similar?
We're now using:
apache2-mpm-prefork 2.2.22-1ubuntu1.2
Server version: Apache/2.2.22 (Ubuntu)
Server built: Nov 8 2012 21:37:30
--
Alex Bligh
-
To unsubscribe, e-
Oops
--On 8 September 2012 22:52:29 +0100 Alex Bligh wrote:
I have a module with two threads running under MPM worker on Apache 2.2.
That should have read mpm-prefork
Alex
Is it safe for one thread 1 to call:
ap_filter_t *of = r->connection->output_filters;
ap_fwr
gt;bucket_alloc);
ap_get_brigade(r->input_filters, bb, AP_MODE_READBYTES, APR_BLOCK_READ,
bufsiz)
apr_brigade_flatten(bb, buffer, &bufsiz) ...
IE can both threads work on different bucket brigades associated with the
same rec? I think the answer to this i
e using the ap_ functions
from more than one thread whilst running the prefork mpm?
Any idea how I might debug this? Running with valgrind and -X
comprehensively hides the bug.
Core dump and some gdb bits below.
--
Alex Bligh
Core was generated by `/usr/sbin/apache2'.
Program terminated wit
accessing webdav shares from the host machine, Fedora-14, via firefox) :-)
Assuming your WebDAV is in /etc/apache2/sites-enabled/001-biblioteca
the answer is no, it is only configured to be listening on port 80,
as opposed to port 443 which is what you were testing.
--
ethernet
address.
Try
apache2ctl -S
which will tell you the hosts apache think's it has configured, and
have a look at your logs.
(httpd -S requires other stuff to be set up on Debian)
--
Alex Bligh
-
To unsubscribe, e
want to put everything into your
sites-available/my-site-name
file (create one if it isn't there) then do
a2ensite my-site-name
and
/etc/init.d/apache2 reload
You may need to
a2dissite default
The directives are all the same (it's just where they are that
differs).
--
es usually have a forward slash (as I wrote), rather
than a backslash (as you wrote). If that isn't just a typo in
email, it may make a difference.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
--On 19 August 2012 17:58:34 +0200 Denis BUCHER
wrote:
And the most surprising is that it only happens with Google bot and other
search engines crawler but never with users ???
I would bet it queries a URL that users do not.
--
Alex Bligh
and you might be able to replicate at will.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
/w, attach gdb to the running
process, and ask for a backtrace.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
yscalls it's making. Might give you a hint.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
ith
a huge reply, or something else. What I'd do is wait until it
happens again and strace the pid concerned and see what it's
doing.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
--On 13 August 2012 14:12:44 -0700 Rajeev Prasad wrote:
can someone please advice how can i start another daemon when apache
starts on ubuntu, and if it fails write that error to my apache error log
?
http://upstart.ubuntu.com/cookbook/
--
Alex Bligh
--On 29 June 2012 15:08:44 +0100 Alex Bligh wrote:
You have talked about perl and mod_perl. I understand that you can
override htaccess to use a self-made bit of Perl code that process it and
check the token. Is this right?
You don't need to override htaccess.
Here's a piece of
ash in the same
way, and of course a random nonce value.
So anyone can access your CGI program without any protection. However, they
will have to have an appropriate token (being the hash file) to actually
get the video. This has the advantage that if you want to put your video
fil
is fundamentally incompatible (at an algorithm level
rather than a code level) with digest authentication. You might find it
easier to switch Drupal to using digest authentication too. I have no idea
whether that is possible.
--
Alex Bligh
---
is within (say) 5 seconds of the current time (which will prevent
reuse and token sharing), and just stream with no further authentication.
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional co
--On 27 June 2012 13:39:54 +0100 Alex Bligh wrote:
This should be on:
apache2-mpm-prefork 2.2.14-5ubuntu8.7
apache2-mpm-prefork 2.2.14-5ubuntu8.9
This occurs after doing a 'reload' on apache, then trying to use the
a site with a reverse proxy (relevant lines of config appende
ow to detect when it has got into this state?
3. Why it might be affecting one particular customer of ours, and not
the rest of the world?
--
Alex Bligh
[Thu Jun 21 15:29:42 2012] [notice] child pid 17313 exit signal
Segmentation fault (11)
[Thu Jun 21 15:29:43 2012] [notice] child p
there any way, in an environment where it is not possible
to create DNS entries to order, where namevirtualhosts are used,
to have a default vhost which is different from a vhost whose name
is the IP address?
--
Alex Bligh
-
To
--On 31 May 2012 08:34:42 +0100 Alex Bligh wrote:
To recap the problem is that accessing http://192.200.0.1/ returns the
default site (the first one), not the specific site (the third).
Suppose I change the line marked '*** THIS LINE ***" so it reads
# <--- *** THIS LINE *
THIS LINE ***
Will that interfere in any way with the IP based virtual host which is
the fourth above? I have no other name based virtual hosts and even if
I did, I wouldn't mind this being the global default. And will it fix
the issue that http://192.200.0.1/ is not connecting to the third
virtual
rName default.example.com
My problem is this is an automated install system and (broadly speaking)
I have no control over DNS.
Is there anything else I can do, like (e.g.) put the IP address as
a hex constant or something in ? Or disable this rather
annoying feature?
--
Alex
case?
If so, is there any way around this? (i.e. so an arbitrary DNS name pointing
to the IP address will get the default vhost, but the IP address itself
will get a different vhost).
--
Alex Bligh
-
To unsubscribe, e-mail: user
this a bug, and is there any work around? (I want the default site
to be there still).
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
modify
the parameters on the request and tell it to stop whatever it's
doing?
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
e mpm-prefork
worker.
Then you want the classic-CGI-style setup. DBD will give you that
with min=0, max=1, and no keepalive on the connections.
Thanks.
By 'no keepalive' do you mean 'DBDPersist off'?
--
Alex Bligh
--
nt 100 database connections
constantly open, lasting for the life of the mpm-prefork worker.
Or can it pool connections between mpm-prefork workers?
--
Alex Bligh
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
f within a block.
I cannot redirect the /idle bit to another VirtualHost, as I need to
use IP based SSL with the same endpoint.
Any ideas on how I could restrict DBD connections to be only acquired
when connecting to the Location?
--
33 matches
Mail list logo