ommend adjusting the logrotate configuration
right now to avoid being in that same situation in the future.
Best of luck.
Sincerely,
--
Xavier Belanger
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional co
oring tool to check on the status of the web service and
get an alert when the certificate is close from its expiration date.
I personally use Monit [1], but there is probably plenty of other
tools that could fullfill the same purpose.
Sincerely,
1: https://mmonit.com/monit/
Thank you for your quick answer
I have put my conf in attachments. I just want to know what I am doing
wrong to transmit it to Location api because I have not configured so much.
Le sam. 2 févr. 2019 à 11:50, Rainer Jung a
écrit :
> Am 02.02.2019 um 11:39 schrieb Xavier Gignac:
> &
Hello,
I am using a Java application with JWT authentication through a
Authorization header with Bearer syntax.
I want to know how to configure Apache2 to transmit the Authorization
header to the Java application while proxying the request.
Thank you,
Xavier
On 24/12/2015 14:12, Luca Toscano wrote:
> Hi Xavier,
>
> mod_proxy shows a similar behaviour for HTTP error status codes
> (corrected
> by https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxyerroroverride).
>
> I believe that when the 403 is generated by fcgi and n
Hi,
When fcgi file returns a 403 error, the error is displayed by Apache
without redirection. When an error is detected on other files (missing
file in static for example), the redirection acts perfectly.
On 23/12/2015 17:06, Luca Toscano wrote:
> Hi Xavier,
>
> what is the exact pro
uot;/psgi/manager-server.fcgi/$1" [PT]
Alias /psgi/ /home/xavier/dev/lemonldap/e2e-tests/
SetHandler fcgid-script
Options +ExecCGI
DocumentRoot /home/xavier/dev/lemonldap/lemonldap-ng-manager/site/
Require all granted
Options +FollowSymLinks
Req
Does anyone have a well-tested and idiomatic Apache configuration to serve
pre-compressed content? Vary header, Content-Type header, browser gotchas,
and everything robustly sorted out?
The situation is that you have foo.css and foo.css.gz on disk, and want
Apache to serve foo.css.gz directly if a
iYHp6.XLPJGLrs7.fZiNU5qpFk
6iv_N_xs5jT9Ga9Ag_GCtQ_tjNuv9hveyOqAukG57g3i4d2gNQWdj1h_hDR7
iin8J3FC_9fmnS2Ux0y5u4Xs-
Received: from [190.137.202.193] by web82106.mail.mud.yahoo.com via
HTTP; Tue, 21 Jun 2011 03:32:30 PDT
X-Mailer: YahooMailWebService/0.8.111.304355
Date: Tue, 21 Jun 2011 03:32:30 -0700 (PDT)
F
g PHP from being parsed? I'm running
Apache 2.2.14/Ubuntu 10.04, LAMP Install. Thanks for your help thus
far.
-Xavier
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/users
Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is
enabled. It is. I'm using virtual hosts. It serves all html files,
but not php. Following is my VHost configuration:
ServerName http://new.dev
ServerAdmin webmaster@localhost
DocumentRoot /home/zave/Pu
On Sun, Jun 5, 2011 at 11:51 PM, Eric Covener wrote:
> On Sun, Jun 5, 2011 at 5:40 PM, Xavier Noria wrote:
>> On Sun, Jun 5, 2011 at 11:36 PM, Eric Covener wrote:
>>
>>>> If Passenger has to dechunk, and we want a chunked compressed
>>>> response, and
On Sun, Jun 5, 2011 at 11:36 PM, Eric Covener wrote:
>> If Passenger has to dechunk, and we want a chunked compressed
>> response, and Apache is the one responsible for doing that, how should
>> we signal Apache that we want compression and streaming for that
>> particular response.
>
> This is t
On Sun, Jun 5, 2011 at 9:54 PM, William A. Rowe Jr. wrote:
>> So I understand from your reply that httpd is the only one resposible
>> for chunked responses, compressed or otherwise. Is that correct?
>
> Thanks for the info. You are sort-of correct. The backend can possibly
> optimize things by
On Sun, Jun 5, 2011 at 10:47 PM, Stormy wrote:
> Ah, interesting... that you say it's an Apache module. Maybe Messrs Hongli
> Lai & Ninh Bui could help you with your compression and chunking challenges?
> 'Cos when you suggest that Apache is functioning "Guess that works by luck"
> I might be te
On Sun, Jun 5, 2011 at 8:16 PM, William A. Rowe Jr. wrote:
> On 6/5/2011 12:31 PM, Xavier Noria wrote:
>
> httpd (conditionally) handles the chunking... the app generator's
> chunking is never used. What *module* is installed in httpd? I'm
> not familiar with the
Oh by the way. Sorry for not being specific enough in my question. I
am not really familiar with Apache modules (except for some mod_perl
experience) and do not know how to word my question correctly.
I guess my original question was whether mod_deflate dechunks and
compresses on the fly. Response
On Sun, Jun 5, 2011 at 7:01 PM, William A. Rowe Jr. wrote:
> you need to be more specific.
>
> HTTP 2.x has a filtering schema which applies -protocol- filters
> after all -content-. Modules are presumed to generate content
> unless they manipulate the filter stack.
>
> mod_proxy dechunks the ba
I think that's definitely not correct. Browsers do inflate and process
the HTML on the fly, they do not wait for the entire payload.
Chrome seems to have a buffer of 256 bytes, and Firefox has none.
I have used this server for testing this:
https://gist.github.com/1009108
and monitored when
Thanks a lot Geoff. Can you provide some more information to be able
to reproduce your test over here? And how many chunks did the response
contain?
In addition to that, if someone with first-hand knowledge of Apache or
browser internals could shed a light I'd really appreciate it. Reverse
enginee
On Tue, May 31, 2011 at 11:54 AM, Geoff Millikan
wrote:
>> ...is it possible that mod_deflate works by chunks...
>
> Why are you doing this? It's not to increase client-side performance because
> correct me if I'm wrong here but it's been my
> understanding that the web browser cannot start dec
I have an application server behind that may output chunked responses,
and would like to use compression for them as I do for ordinary
responses.
1. Is that possible with mod_deflate?
2. If it is, is it possible that mod_deflate works by chunks and
Apache builds and sends chunked compressed respo
Update:
The problem is that the webpage is being served to people from caching
proxy servers. Once the page is set to no-cache the clicks come
through.
Thanks for your responses.
On Fri, May 13, 2011 at 10:04 PM, Xavier Gallagher
wrote:
> The look at raw logs. They look fine to me.
l; en-GB; rv:1.9.2.3pre)
Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900"
I've contacted my hosting service, They say the logs are complete. I
will chase again.
On Fri, May 13, 2011 at 9:56 PM, Yehuda Katz wrote:
> On Fri, May 13, 2011 at 3:52 PM, Jeroen Geilman
nding page.
Does anyone have a similar experience? or explanation?
I have searched for answers, but I only get Adwords vs Analytics
answers, and i don't use AWstats.
I retrieve my logs via cpanel, if that is relevant.
Any help gratefully received.
Hi folks,
This is a really, really minor enhancement, but we have REMOTE_ADDR and
REMOTE_PORT, would it make sense to have
REMOTE_PROTOCOL_FAMILY [Ie. either "IPv4"/"IPv6", or "2"/"10"] to
disambiguate the REMOTE_ADDR format ?
The IP protocol family can be reverse-engineered by checking the
Hello,
I have just installed apache 1.3.39 on my Vista Ultimate box.
Apache runs fine as a program, but I cannot start it as a service, I
get a 1067 error. I am administrator on my PC so there should not be
any problems there.
Can you help?
Thank you
--
Xavier Bourguignon
In an Apache + mod_proxy_balancer setup you can base the dispatch on
ProxyPass or on "rewrite to the balancer unless the file exists".
That is
ProxyPass /images !
ProxyPass /stylesheets !
ProxyPass /javascripts !
...
ProxyPass / balancer://cluster/
ProxyPassReverse / balancer
El Jul 8, 2007, a las 9:37 PM, Xavier Noria escribió:
Thank you. I see there configurations for some ServerName/
ServerAlias known before hand, how can I configure something like
this?
ServerName *.example.com
to express "all subdomains of example.com"?
I finally got to
El Jul 8, 2007, a las 8:45 PM, Tony Stevenson escribió:
Xavier,
See this page for ideas:
http://wiki.apache.org/httpd/ExampleVhosts
Thank you. I see there configurations for some ServerName/ServerAlias
known before hand, how can I configure something like this?
ServerName
I am not very familiar with vhosts configuration.
How would you configure Apache 2.2 with two vhosts on port 80 so that
all requests to
X.example.com
go to one of them, for all X, an all requests
X.example2.com
go to the other one, for all X?
-- fxn
--
On Jun 17, 2007, at 10:38 PM, Totte wrote:
Does anyone know how to generate a certificate for a main domain
and any numbers of sub-domains for a domain in Linux?
I got my subdomains working using one cert for the main domain and
the same cert for the subdomains. However, I get the "certific
On Jan 24, 2007, at 6:03 PM, Serge Dubrouski wrote:
The only way to make it work is by adding additional IP addresses and
setting VirtualHosts on those addresses, each with it's own
certificate. You can't have several certs on one IP address.
Or else have SSL in different ports, see the first
On Jan 8, 2007, at 2:39 AM, Jonathan Horne wrote:
i have a server that i keep on standby with a "down for
maintenance" version
of my website. i would like to redirect any url that might come in
to just /
(my document root). could someone whip me up a quick example?
If a file /system/main
I have this simple .htaccess in a hosted website. Static content is
compressed, but content coming from FastCGI (that's a Rails
application) is not. Dynamic content has the right MIME type and
everything, see
$ wget -S --header="Accept-Encoding: gzip" http://www.hashref.com/
--11:27:25-- h
I am using mod_proxy_balancer to balance Mongrels in localhost. I am
putting lines like
ProxyPass /images/ !
to let Apache serve static files, but that couples the config with
the application layout. I would prefer to be able to simply say:
if file exists
let Apache send it
other
On Dec 12, 2006, at 4:43 PM, Xavier Noria wrote:
I have a 2.2.3 compiled by hand in a Debian. The main conf is
untouched except for an Include at the end and a LoadModule
flvx_modulemodules/mod_flvx.so. The include at the end
loads a config file for a very simple vhost, who has
I have a 2.2.3 compiled by hand in a Debian. The main conf is
untouched except for an Include at the end and a LoadModule
flvx_modulemodules/mod_flvx.so. The include at the end loads
a config file for a very simple vhost, who has nothing particular
about mime types.
The thing is,
I have an application served by Apache 2.2.3 + mod_proxy_balancer to
forward dynamic requests to a few Mongrel processes, and some rewrite
rules to serve static content directly (a typical setup for Rails).
That's configured as a virtual host, in case it matters.
This web site features vide
39 matches
Mail list logo