Re: [users@httpd] Apache 2.4.33 on OpenSuSE LEAP 15.1 sends zero-byte images

2020-04-25 Thread Julien Etter
Hi David, Try EnableSendFile Off in apache conf, this doesn't seem to be supported by opensuse. Sent from Outlook Mobile From: David T-G Sent: Saturday, April 25, 2020 3:27:22 AM To: users@httpd.apache.org Subject: [users@httpd] Apache 2.

RE: [users@httpd] Websockets not working with Apache proxypass, keep getting 400.

2017-08-25 Thread Julien Etter
Hello, You may need to use SSLProxyCheckPeerCN / SSLProxyCheckPeerName off From: Weare Borg [mailto:kernelfr...@gmail.com] Sent: 25 August 2017 09:14 To: users@httpd.apache.org Subject: [users@httpd] Websockets not working with Apache proxypass, keep getting 400. Distribution : Debian server. 3

RE: [users@httpd] Logging requests and authentication in real time, not only when the request is done.

2017-02-10 Thread Julien Etter
Hi Jesus, It looks like mod_log_forensic could help you -Original Message- From: Jesus Cea [mailto:j...@jcea.es] Sent: 10 February 2017 04:49 To: users@httpd.apache.org Subject: [users@httpd] Logging requests and authentication in real time, not only when the request is done. Apache log

[users@httpd] Simple Apache 2.2 access control

2016-02-29 Thread Julien Etter
Hello, We are running apache 2.2.15, a simple asset server using a read-only mounted filesystem with millions of static files in it. We are going to generate daily a list of asset names we need to prevent access to, about a thousand of them. We would like to avoid adding a layer of high level

RE: [users@httpd] Basic allow/deny based on cookies

2014-11-05 Thread Julien Etter
A better approach would be to use Client Certificate Authentication / Access Control _ From: Santiago DIEZ [mailto:santiago.d...@caoba.fr] Sent: 05 November 2014 09:01 To: Apache HTTP Users LIST Subject: [users@httpd] Basic allow/deny based on cookies Hello, Note: I'm a system ad

[users@httpd] DirectoryIndex and mod_rewrite

2014-10-27 Thread Julien Etter
n Oct 27 10:57:35.042981 2014] [rewrite:trace1] [pid 5960]: pass through /var/www/html/htdocs/index_download.php Why are they 2 blocks, one for '', one for 'index.php'? I would expect only one... Also, it seems the one for '' does not result in any rewrite, only the second one does. Is this expected? Julien Etter

[users@httpd] Response header truncated

2013-09-23 Thread Julien Muchembled
increase this limit ? Regards, Julien - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Julien Cigar
On 03/19/2012 21:53, Joe Hansen wrote: Hi All, I'd like to redirect all (http and https) requests for domain a.com to domain b.com . I have the following in the apache config files: Redirect https:/a.com https://www.b.com Redirect http://a.com http:

Re: [users@httpd] More info...

2011-02-15 Thread Julien Cigar
On 02/15/2011 13:46, Tony Mobily wrote: Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients 20 MaxRequestsP

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:38, Igor Galić wrote: The problem is that I've never 200 clients at the same time ... :) That is the problem as you perceive it. You might reconsider this opinion of yours by refreshing your viewpoint with mod_status no, I'm really 100% sure that I've never more than 200

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:11, Igor Galić wrote: - "Julien Cigar" wrote: Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
says: Mem: 2637M Active, 10G Inact, 1335M Wired, 325M Cache, 1646M Buf, 834M Free I suspect mod_passenger of doing evil things .. but I can't prove it Best regards, Julien Thanks, /Robert Anstruther./ Save a tree Please save a t

[us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
75 ThreadsPerChild 25 MaxRequestsPerChild 1 Any idea what could be the problem? Thanks, Julien -- No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced. <> ---

Re: [us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-07 Thread Julien Cigar
On 10/07/2010 13:34, Jeff Trawick wrote: On Thu, Oct 7, 2010 at 6:42 AM, Julien Cigar wrote: Hello, I would like to switch from mod_fastcgi to mod_fcgid. In my current configuration I have something like: -%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%- jci...@bebif cgi-bin % pwd

[us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-07 Thread Julien Cigar
s configuration is that I can launch the process under a dedicated user without using mod_suexec (which has more constraints). I wondered if there is a FastCgiExternalServer equivalent in mod_fcgid and also if mod_suexec is the only way in mod_fcgid to launch a PHP webapp under a dedicated

[us...@httpd] ErrorLevel doesn't work ?

2010-09-25 Thread Julien Jabouin
Hello, I have Apache/2.2.9 (Debian) with apache2.conf extract : ErrorLog /var/log/apache2/error.log LogLevel warn But when i watch my log file i see "notice" messages. Do you know why ? Thanks, Julien - The offici

Re: [us...@httpd] FastCgiExternalServer, PHP

2010-07-06 Thread Julien Cigar
On 07/06/2010 08:28, Richard Hector wrote: Hi all, I'm getting really confused - the docs on FastCGI seem a little skimpy, and other resources are how various people may have made it work, and I haven't managed to get a configuration that works yet. My objective is to run a particular PHP site

Re: [us...@httpd] Apache Rewrite and JkMount

2010-04-26 Thread Julien Cigar
Philip Hunt (Straker Software) wrote: Hi, Hello, I have the following Rewrite config, to pass requests through Apache to Tomcat using AJP: RewriteEngine on RewriteRule ^/abc - [L,PT] RewriteRule (.*) /abc$1 [L,PT] JkMount /abc/* node1 just curious, why not using mod_proxy_ajp ? This

[us...@httpd] RedirectMatch and ProxyPass

2010-04-22 Thread Julien Cigar
at I want to do, without involving mod_rewrite if possible ? Thanks, Julien -- No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced. <> - The official User-To-User

[us...@httpd] RFC5789 and PATCH HTTP method

2010-03-23 Thread Julien Pauli
Hi all Httpd users. RFC5789 just got published. The subject is HTTP PATCH method. Do you think Apache httpd should manage it, and when ? http://www.ietf.org/rfc/rfc5789.txt Cheers JulienPauli - The official User-To-User suppor

[us...@httpd] PUT activated but not shown by OPTIONS answer

2009-09-18 Thread Julien Pauli
Hi here ;) Perhaps I missed something but when I activate the PUT method (globally: server config) throught a CGI using the *Script* directive, I cannot see it listed in the answer to an OPTIONS / request. *OPTIONS / HTTP/1.1 Host: localhost HTTP/1.1 200 OK Server: Apache/2.2.13 (Unix) Allow: GE

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-25 Thread Julien Pauli
That is the answer, yes. People must know that there is a main difference between a normal HTTP request, and a request made to a proxy (forward). The request is not exactly the same. A standard minimal HTTP request : GET / HTTP/1.1 Host: somehost The same one but to a forward proxy : GET http://

Re: [us...@httpd] Re: Separate Virtual Host Configuration File and domain name on log

2009-07-15 Thread Julien
OK it's great for log, thank you Dan Poirier. But I have always the problem with server-status On Wed, Jul 15, 2009 at 14:09, Dan Poirier wrote: > Julien writes: > >> version: apache 2.2.9 >> >> Actually I'm using a Separate Virtual Host Configuration File

[us...@httpd] Separate Virtual Host Configuration File and domain name on log

2009-07-15 Thread Julien
Hello version: apache 2.2.9 Actually I'm using a Separate Virtual Host Configuration File: (http://httpd.apache.org/docs/2.0/vhosts/mass.html#xtra-conf) But my problem is that I don't have the right domain name in my logs and server-status page. Instead of having my virtual host domain name, I

[us...@httpd] New DOS HTTP tool

2009-06-17 Thread Julien Pauli
Hi community. Just for information : "In considering the ramifcations of a slow denial of service attack against particular services, rather than flooding networks, a concept emerged that would allow a single machine to take down another machine's web server with minimal bandwidth and side effects

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Julien Gerhards
Hi ! CentOS is 100% compatible with RHL !

[us...@httpd] unsuscribe

2009-06-12 Thread Julien Gerhards
unsuscribe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest:

Re: [us...@httpd] ForceLanguagePriority not giving 300 response

2009-06-09 Thread Julien Pauli
On Tue, Jun 9, 2009 at 10:12 AM, Nick Kew wrote: > On 8 Jun 2009, at 21:56, Julien Pauli wrote: > > Hi httpd users :) >> >> The documentation says : >> > > A URL for what you're quoting would help here. http://httpd.apache.org/docs/2.2/mod/mod_negotiation.

[us...@httpd] ForceLanguagePriority not giving 300 response

2009-06-08 Thread Julien Pauli
Hi httpd users :) The documentation says : > *ForceLanguagePriority Prefer uses LanguagePriority to serve a one valid > result, rather than returning an HTTP result 300 (MULTIPLE CHOICES) when > there are several equally valid choices. If the directives below were given, > and the user's Accept-L

RE: [us...@httpd] Apache + mod_proxy

2009-05-19 Thread Julien Gerhards
Hi, I'm on CentOS 5.2 with the last Apache 2.2.3 It's configured like a proxy cache for a lan (caching internet) What i expect? A fully transparent proxy! the request URL : www.clubic.com Thru Apache the title is : Clubic : Informatique et Multim�dia Without the proxy : Clubic : Informatique et

[us...@httpd] Apache + mod_proxy

2009-05-19 Thread Julien Gerhards
Hi, i use apache as a proxy-cache. It seems to have a text encoding issue : it should display "é" but it's like "�" Any idea?

RE: [us...@httpd] ssl on apache

2009-05-07 Thread Julien Gerhards
Hi Maybe try : - put myhost in your /etc/hosts - Servername myhost in your conf -Message d'origine- De : Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk] Envoyé : jeudi 7 mai 2009 14:50 À : users@httpd.apache.org Objet : Re: [us...@httpd] ssl on apache Hi, Just not to take the risk,

[us...@httpd] mod_security

2009-05-06 Thread Julien Gerhards
Hi, I try to use mod_security but it doesn t filter anything ! My vhostconf : ServerSignature Off ServerName cache-ext ErrorLog logs/cache-ext_error.log CustomLog logs/cache-ext_access.log combined Deny from all RewriteEngine On #

[us...@httpd] proxy and proxied site limitation

2009-05-06 Thread Julien Gerhards
Hi, I've made a proxy conf qith URL rewriting and i must limit the use of this proxy : what is the simpliest way to limit proxied site access ? In this case, there's about 100 sites.. Mod_security ? - The official User-To-U

RE: [us...@httpd] Little explanation

2009-05-05 Thread Julien Gerhards
Maybe a little help : With this conf, your server wont be able to support lot of request The coonfig i use if nearly this : ServerLimit 5000 => no more than 5000 httpd process StartServers 500 => at the launch of httpd 500 process launched MinSpareServers 50

RE: [us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
OK it works, so basixc conf is : RewriteEngine On RewriteCond %{REQUEST_URI} ^/img=(.+) RewriteRule ^/img=(.+)$ $1 [L,P] RewriteLog /var/log/RewriteLog.log AllowEncodedSlashes on ProxyRequests On ProxyVia On CacheEnable disk / CacheRoot "/v

RE: [us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
Hi André, It doesn't made any change. I cant see anything in the rewritelog For the Url : http://192.168.100.188/img=http://files.macbidouille.com/mbv/news/00509/nano_1yen.jpg Accesslog : 192.168.100.188 - - [05/May/2009:13:35:55 +0200] "GET /img=http://files.macbidouille.com/mbv/news/00509/nan

[us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
"/var/cache/mod_proxy" CacheEnable mem / MCacheMaxObjectSize 1024000 MCacheSize 102400 RewriteEngine On RewriteCond %{REQUEST_URI} ^/img=* RewriteRule ^/img=([^*]+)$ $0 [L,P] RewriteLog /var/log/RewriteLog.log And Options FollowSymLinks AllowOverride FileInfo

[us...@httpd] Upgrade and 101 response code

2009-04-29 Thread Julien Pauli
Hi all. I'm trying to make Apache answer me with a 101 response, but I cant manage that (after trying several HTTP request that should make httpd answer 101) I always get 200s or else, never 101 Googling the web, I found https://issues.apache.org/jira/browse/HTTPCORE-158that says that httpd actua

[us...@httpd] Apache2 memory usage with many directories configuration directives

2009-04-20 Thread Julien Barnier
ache2 process memory usage fall from 120Mb to about 12Mb... Do you have any idea of why apache2 consumes much more memory than apache 1 in this case, and of course of any workaround for this ? Thanks a lot in advance, Sincerely, J

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
Got it, thanks ;-) Julien.P On Fri, Mar 13, 2009 at 7:31 PM, Eric Covener wrote: > On Fri, Mar 13, 2009 at 2:12 PM, Julien Pauli > wrote: > > Ok but why are they parsed ? > > Is that a wanted behavior or some kind of unmastered stuff ? > > It's requested by setti

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
Covener wrote: > On Fri, Mar 13, 2009 at 12:19 PM, Julien Pauli > wrote: > > Hi all. > > > > I did know that activating .htaccess makes Apache look in all the > > subdirectories of the DocRoot (or Vhost) to look for .htaccess files and > > allow inheritence for th

[us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
is : [assuming DocRoot is "/home/julien/Bureau/ZFBbook/html"] open("/.htaccess", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/.htaccess", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/julien/.htaccess"

Re: [EMAIL PROTECTED] apache seems to just drop normal file GETs

2008-05-23 Thread Julien Oster
d like a likely candidate, unfortunately it's not that :( Regards, Julien - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To uns

Re: [EMAIL PROTECTED] apache seems to just drop normal file GETs

2008-05-23 Thread Julien Oster
ttpd.conf # EnableSendfile: Control whether the sendfile kernel support is EnableSendfile off Thus, yes, EnableSendfile is and always was off. Thanks, Julien - The official User-To-User support forum of the Apache HTT

[EMAIL PROTECTED] apache seems to just drop normal file GETs

2008-05-23 Thread Julien Oster
h didn't match the amount of data transfered, or do a partial GET for the remainder), but this isn't really the issue here. Thanks a lot for your help and let me know if you need any more details! Best Regards, Julien --

[EMAIL PROTECTED] Caching reverse proxy with Apache 2.2

2008-02-28 Thread Julien Tartarin
Expire 3600 > CacheMaxExpire 86400 Does anybody knows how to ask the reverse proxy to serve cached content even when backend server is down ? Thanks, Julien - The official User-To-User support forum of the Apache HTTP

[EMAIL PROTECTED] LDAP support apache 2.2.3 - problem compiling

2006-09-29 Thread Julien Garet
-shared=all --enable-so --with-included-apr --enable-ssl --enable-ldap --enable-proxy --enable-proxy-connect --with-apr=/usr/local/apr/bin/apr-1-config --with-apr-util=/usr/local/apr-util/bin/apu-1-config And the error is the same... I would be very grateful if someone h

[EMAIL PROTECTED] Re: add start parameter to apache as windows service

2006-08-24 Thread Julien Allanos
2006/8/24, Julien Allanos <[EMAIL PROTECTED]>: Hello,I've installed apache httpd 2.0.58 as a Windows service on a Windows 2003 Server, using the command apache.exe -k install. Then I want to make it start with the -D SSL parameter. The problem is that I can't modify the paramet

[EMAIL PROTECTED] add start parameter to apache as windows service

2006-08-24 Thread Julien Allanos
ication is ignored and the field remains empty, so that the server is launched without -D SSL. Any help will be appreciated, thanks.-- Julien

Re: [EMAIL PROTECTED] New authentication framework in Apache 2.1

2005-09-13 Thread Julien ALLANOS
Quoting Nick Kew <[EMAIL PROTECTED]>: On Tuesday 13 September 2005 08:26, Julien ALLANOS wrote: Hello, From what I've read, the authentication API has been rewritten in Apache 2.1. As there is not many docs at http://mod-auth.sourceforge.net/docs/ (link to "Changes from 2.

[EMAIL PROTECTED] New authentication framework in Apache 2.1

2005-09-13 Thread Julien ALLANOS
1 and finally AuthType3/AuthBackend2. Does the new API brings solutions to this? Or can anyone enlight me about the new features introduced by the auth API in 2.1? Thanks for your feedback, -- Julien ALLANOS - The official U

[EMAIL PROTECTED] SSLv3 authentication with Apache2 and mod_ssl

2005-09-09 Thread Julien ALLANOS
_GET_CLIENT_CERTIFICATE:no certificate returned Can anyone highlight my mistakes please? I really need to get it working. Thanks! -- Julien ALLANOS - The official User-To-User support forum of the Apache HTTP Server Project. S