[users@httpd] Re: mod_rewrite: Conditionally set RemoteIPHeader

2025-06-11 Thread apache
Does anyone know of a way to conditionally set the RemoteIPHeader directive for mod_remoteip? I've tried a few things; a simple if/else says "RemoteIPHeader is not allowed here." And trying to set my own request header that I can point "RemoteIPHeader" to doesn't seem to work; no matter how I o

Re: [users@httpd] SSL VHosts

2021-08-30 Thread apache-httpd-users
Hi Peter, On 30.08.21 04:24, Peter Horn wrote: > I have been successfully running an Apache server for some years (currently > 2.4.41 on Ubuntu 20.04LTS). > I have three "real" http vhosts on port 80, findable through a dynamic DNS > service. I also have a (first in line)

Re: [users@httpd] HSTS verification

2021-07-03 Thread apache-httpd-users
Hi, On 02.07.21 09:27, @lbutlr wrote: > When checking for https HSTS compliance on htstpreload.org I get a warning > >> We cannot connect to https://example.net using TLS ("Get >> https://example.net: http: server gave HTTP response to HTTPS client"). What is in your access logs, can you ident

Re: [users@httpd] Intermittent SSL failure on Tomcat port

2020-01-29 Thread apache-httpd-users
-native (TLS with OpenSSL) or pure Java TLS? Are any Middleboxes (that perform TLS inspection) in place? I would rather invest time to update to more recent stack (that will lead to acceptable security, IIRC Java 7 does not support TLS1.2)... Tomcat version details:- Server version: Apache

[users@httpd] Season Greetings

2018-12-22 Thread Apache Lounge
The year 2018 has been again exciting in terms of growth of the Apache community and the Feature set of the Apache HTTPD server. In 2018 we celebrated 15 years Apache Lounge, wow.. time is flying. I am thrilled to see so many folks making use of Apache Lounge Binaries and visiting the

[users@httpd] Apache httpd 2.4.37 GA Win available

2018-10-22 Thread Apache Lounge
Vote to release httpd-2.4.37 has PASSED. See www.apachelounge.com/viewtopic.php?p=37467 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] SSLCertificateChainFile

2018-07-19 Thread apache
I am putting to together a config for both RH6 and RH7 systems. RH6 used Apache/2.2.15, RH7 uses Apache/2.4.6. I understand that in 2.4.8 SSLCertificateChainFile is deprecated and the intermediates should be appended to the file that SSLCertificateFile points to. Can 2.2 and < 2.

Re: [users@httpd] Apache httpd 2.4.34-dev Win snapshot available

2018-07-08 Thread Apache Lounge
Snap 2 now available On Thursday 21/06/2018 at 16:05, Apache Lounge wrote: http://www.apachelounge.com/viewtopic.php?p=36981 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e

[users@httpd] Apache httpd 2.4.34-dev Win snapshot available

2018-06-21 Thread Apache Lounge
www.apachelounge.com/viewtopic.php?p=36981 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache httpd 2.4.33-vote available

2018-03-18 Thread Land10 : : Apache
See www.apachelounge.com/viewtopic.php?p=36618 When you see/have issues please mail to me and/or file it in Bugzilla. Enjoy, Apache Lounge Team - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional

[users@httpd] Tomcat mod_jk & isapi_redirect.dll updated VC15 to 1.2.43

2018-03-08 Thread Land10 : : Apache
Windows bin updated see: https://www.apachelounge.com/viewtopic.php?p=36570 https://www.apachelounge.com/viewtopic.php?p=36571 Cheers - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-

[users@httpd] slow reload apache22

2015-12-16 Thread apache
hello world, so i run Apache/2.2.31 on FreeBSD9. 64 bit. Hosting about 400 websites on this virtual server that executes well enough - except, whenever i make configuration changes and gracefully reload the httpd, the service kind of stalls for about 10-20 seconds. The server acts as reverse

RE: [users@httpd] RE: Apache Reverse Proxy deletes from code

2015-06-17 Thread apache
2015 9:09 To: users@httpd.apache.org Subject: Re: [users@httpd] RE: Apache Reverse Proxy deletes from code On Tue, Jun 16, 2015 at 8:58 AM, Cruz Villanueva, Juan wrote: one has seen this issue (or similar one) before? Maybe https://bz.apache.org/bugzilla/show_bug.cgi?id=56

RE: [users@httpd] VirtualHosts, SSLProtocol, and SSLCipherSuite

2015-06-17 Thread apache
hello hello hello, i recently posted a similar issue with the topic "Weirdo intepretation of SSLprotocol order" on this distlist (may 7th 2015) I found that (at least on) Apache 2.2.29 64bit Prefork, the sslProtocol order is only challenged once for the whole server, that is

Re: [users@httpd] Weirdo intepretation of SSLprotocol order

2015-05-11 Thread apache
dized environment for the web.. I have been looking into migration to apache httpd 2.4, but from my understanding the config interpretor is not backwards compatible, so i have to renew all configs. I run around 50 domains and 450 sites, and about 15 instances of apache httpd.. so there will be a

[users@httpd] Weirdo intepretation of SSLprotocol order

2015-05-06 Thread apache
hello, So i have an apache 2.2.29 running Prefork on FreeBSD 64bit. I have a number of vhosts included - one vhost per domain name. In any of these vhost containers the SSLProtocol directive seems to be ignored, but only the default vhost is dictating the SSLProtocol for all other (this is

[users@httpd] Support for HTTP 2.0

2015-03-31 Thread Apache Apache
Hi, I would like to know is there any version of apache that is able to support HTTP 2.0? If no, what is the roadmap for apache to support HTTP 2.0? Thank you.  - To unsubscribe, e

[users@httpd] AuthnProviderAlias not working in 2.4 but did in 2.2

2012-12-05 Thread magic-apache
Hi, before I start: I guess it is tricky missconfiguration but I don't get it :( May someone could help? What happend? I have upgraded from Apache 2.2 to 2.4. I was using AuthnProviderAlias to use two AuthUserFiles for Basic authentication. The configuration was working on Apache 2.

[users@httpd] Problem with building apache httpd from win sources

2012-11-21 Thread apache-admin
Hello, I am trying to build the apache httpd version 2.2.22 from the windows sources, but running in the following problem with ldap support of apr-util: apr_ldap.h(136) : fatal error C1189: #Fehler : Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0

Re: [users@httpd] Re: Visual Studio C++ 6 Processor Pack

2012-11-16 Thread apache-admin
. apache-admin Am 2012-11-16 02:30, schrieb Good Guy: On 15/11/2012 20:36, apache-ad...@ultra-it.de wrote: Hello, I want to build the new version 2.2.23 of the Apache HTTPD on myself to get involved in the debugging of the http server. Unfortunately I was not able to find the Visual C++ 6.0

[users@httpd] Visual Studio C++ 6 Processor Pack

2012-11-15 Thread apache-admin
Hello, I want to build the new version 2.2.23 of the Apache HTTPD on myself to get involved in the debugging of the http server. Unfortunately I was not able to find the Visual C++ 6.0 Processor Pack at microsofts download center nor on the web. Does anyone know, where I can get this processor

[users@httpd] Apache reverse proxy 2-way SSL authentication

2011-12-05 Thread SoCruel.NU Apache Users Mailbox
Hello list, I am investigating what kind of reverse proxy solution would fit a customers requirement. I am also looking at Apache. One of the requirements is to support 2-way SSL authentication. Is this possible with Apache (using version 2.2) as reverse proxy? And if so any config examples

[users@httpd] Getting error: request failed: error reading the headers

2011-11-15 Thread httpd . apache . org
e 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: users-digest-unsubscr...@httpd.apache.org For additional command

Re: [users@httpd] Peak download performance with single file

2011-04-23 Thread dfw-apache
filled. It may not be the server's fault. I'd also look into support of 'TCP window scaling' and 'selective acks'. Neither which I believe XP does by default. - The official User-To-User support for

Re: [users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-04-20 Thread dfw-apache
7;s on Host, won't it check that the Host matches the cached object's Host? Which it never will coz we broke it to get the backend proxy Host header working. DFW - The official User-To-User support forum of the

Re: [users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-04-20 Thread dfw-apache
er config level. Does anyone have any tips on how this might be done? DFW PS: "Ignoring parameter 'lbset=0' for worker 'http://10.1.2.3' because of worker sharing" (I backported a log verbosity patch too) Ignoring the other variables I can understand, but shouldn&#x

Re: [users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-04-20 Thread dfw-apache
. Does anyone have any tips on how this might be done? DFW PS: "Ignoring parameter 'lbset=0' for worker 'http://10.1.2.3' because of worker sharing" (I backported a log verbosity patch too) Ignoring the other variables I can understand, but shouldn&#x

Re: [users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-02-04 Thread dfw-apache
suspicion trying to set http://10.*> for a worker would never work anyway, as the system won't see that as the destination. It will see the balancer instead, so only the config would apply anyway. We'll see how far I get. DFW -

Re: [users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-02-04 Thread dfw-apache
http://www.mybackend3.net/ ProxyPass /bar2/ http://www.mybackend4.net/ ... 192.168.0.1 receives 'Host: 192.168.0.1', not the 'Host: www.mybackend1.net' I want it to. www.mybackend2.net receives 'Host: www.mybackend2.net' and I want to keep it that way. > > The

[users@httpd] mod_proxy_balancer - no way to name pool members by IP.

2011-02-03 Thread dfw-apache
certain target IP to connect to instead of a certain Host name to use e.g. BalancerMember http://foobar.com/foo/ address=10.0.0.1 but I suspect apache would then be unable to set block rules for individual balancer members since they'd all declare the same URL and you'd be unable to

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-15 Thread Apache Issues
esome hardware" so the thought that there might not be enough hardware never even crossed our minds. The "make sure MaxClients isn't way over the capacity of your machine" tip below is what led us to the 2GB RAM issue. Thanks Jeff. You're the man! ______

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Apache Issues
from? (Is "::" a valid IP address?) On Thu, Sep 2, 2010 at 3:03 PM, Apache Issues wrote: That won't work. I can't even get results from 'ps aux' to get a pid, SSH is super laggy (I can type maybe one character every 4 or 5 seconds - if I'm that lucky),

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Apache Issues
__ From: Jeff Trawick To: users@httpd.apache.org Sent: Thu, September 2, 2010 11:32:10 AM Subject: Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?) On Thu, Sep 2, 2010 at 2:24 PM, Apache Issues wrote: Our s

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Apache Issues
Our server just went nuts again. And again "::" shows up in the logs right around the moment it started chugging 100% CPU. Help! ____ From: Apache Issues To: users@httpd.apache.org Sent: Wed, September 1, 2010 11:36:02 AM Subject: Re: [us...@http

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-01 Thread Apache Issues
] What IP address is this log entry coming from? (Is "::" a valid IP address?) On Tue, Aug 31, 2010 at 12:00 AM, Apache Issues wrote: > I'm using: > > CustomLog "/var/log/apache2/access_log" "%a %l %u %t \"%r\" %>s %b > \"%{Referer}i\&quo

[us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-08-30 Thread Apache Issues
.1" 200 - "-" %a is supposed to be an IP address, so what IP address is "::"? I'm only somewhat familiar with IPv6 but I've never seen "::" before. I'm attempting to try to figure out why, on random occasions, the server CPU suddenly spikes to

Re: [us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
sfully on my ldap development system and also: if you need or want me to test/debug special LDAP related features of trunk's mod_authnz_ldap just let me know. ----- The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
; into mod_authnz_ldap of any httpd 2.2.[>15]? - 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 " fr

[us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
be enforced by LDAP server internal ACLs) will not disclose any others of this user's group membership information to the service (compare != search and compare != read) which fulfills most restrictive privacy policies. -

Re: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-13 Thread Apache Admin
ed using the > RewriteEngine directive. I've never used the rewriteengine directive in the > previous apache configuration (it worked before). > > In the httpd.conf file > I have defined the following: > > ServerName devbrass2.ana.bna.boeing.com:443 > > Do

Re: [us...@httpd] inter module communication

2010-03-11 Thread snmp apache
thanks, this looks promising, i will give it a try. On Thu, Mar 11, 2010 at 10:47 AM, Eric Covener wrote: > On Thu, Mar 11, 2010 at 10:01 AM, snmp apache > wrote: > > Hi Edgar, > > > > I am trying to call a function from all modules into one module, > > for e

Re: [us...@httpd] inter module communication

2010-03-11 Thread snmp apache
him qaderi > >Is there an example of how to communicate between apache modules? > >Any help would be appreciated. > > Hi. > > The easy way is, communication via request_rec->notes. You have > to pay attention to the module/hook excution order, but you have >

[us...@httpd] how to create payment gateway

2009-08-20 Thread Apache Admin
Hi , users How to create Payment Gateway by Apache with other Application ... Thanx in advance Amit

Re: [us...@httpd] Apache graceful-stop

2009-08-20 Thread Apache Admin
to kill all running httpd process . hope got an idea now ! Amit <http://new-innovation.blogspot.com/>http://new-innovation.blogspot.com/ On Wed, Aug 12, 2009 at 7:52 PM, Mohit Anchlia wrote: > I installed Apache 2.2.11 and tested graceful-stop. When I run > graceful-

Re: [us...@httpd] How to set prefer-language from a URL parameter without cookies?

2009-08-20 Thread Apache Admin
> > # Set preferred language from cookie if it exists > SetEnvIf Cookie "language=(.+)" prefer-language=$1 > > -- > Victor Engmark > > - > The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] Specific filesystem for cache

2009-08-06 Thread Apache Admin
ion for > the cache. > > Thanks > > []s > Fábio Jr. > > ----- > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. >

[us...@httpd] [solved] Re: [us...@httpd] Apache dies in Freebsd jail

2009-08-05 Thread apache-user
ose surrounding mods. In particular php was common with extensions causing a lot of failures. I now had something to work with. I commented out all the extensions in php/extensions.ini and restarted apache: Its alive! I then tried to work out why- I suspected memory, but more googling found reordering

[us...@httpd] Apache dies in Freebsd jail

2009-08-04 Thread apache-user
I know this sounds like a headline, but its true. I had a disk space problem in the jail, so I reconfigured and restored the apache on the new disk size. I then added my other modules that I required from ports. I then checked if it all worked, and I got nada- firefox tells me the sites valid

Re: [us...@httpd] How can I secure my apache server from DoS attack ?

2009-06-23 Thread Apache Admin
> I have a web server which has CentOS Linux 2.6.18-028stab059.6-ent kernel > and Apache 1.3.37 running on it. > > 2 days back I got one script to test DoS attack on website. It is called > slowloris.pl from http://ha.ckers.org/slowloris/ > > I run that script against my server a

Re: [us...@httpd] How do you build a FIPS 140-2 apache ?!?!?!

2009-05-27 Thread mboxdario-apache
Not the best answers. But it was not a good question neither. "Can anyone supply the step-by-steps for building apache with FIPS 140-2 openssl?" is NOT a "good question". There is a guide you should have readed before, about how to ask good questions. Because the answer

Re: [us...@httpd] apache 2.2.3, virtual host and balancer manager. Only one balancer can be monitored

2009-05-20 Thread mboxdario-apache
noise. Greetings. --- El mié 20-may-09, mboxdario-apa...@yahoo.com.ar escribió: > De: mboxdario-apa...@yahoo.com.ar > Asunto: Re: [us...@httpd] apache 2.2.3, virtual host and balancer manager. > Only one balancer can be monitored > Para: users@httpd.apache.org > Fecha: miércoles, 2

Re: [us...@httpd] apache 2.2.3, virtual host and balancer manager. Only one balancer can be monitored

2009-05-20 Thread mboxdario-apache
ió: > De: mboxdario-apa...@yahoo.com.ar > Asunto: [us...@httpd] apache 2.2.3, virtual host and balancer manager. Only > one balancer can be monitored > Para: users@httpd.apache.org > Fecha: miércoles, 20 de mayo de 2009, 6:13 pm > > We have configured an apache http server ins

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread mboxdario-apache
t; > > > Hi all, > > > > I have a web cluster with 6 machines. Three machines serve > only clients > > (class 1) and others serve only normal users (class 2). > > I use apache with modules mod_rewrite and > mod_proxy_balancer. > > > > Use

[us...@httpd] apache 2.2.3, virtual host and balancer manager. Only one balancer can be monitored

2009-05-20 Thread mboxdario-apache
We have configured an apache http server instance to serve as load balancer between 3 aplications and 6 tomcat nodes, each application served by 2 nodes each, using virtual host and mod_proxy_balancer. This is the file which we use to set the first applicacion "A" to be served

Re: [us...@httpd] WebDAV works for anything but Windows Vista and Windows 7

2009-04-17 Thread antispam . apache . org
vailable updates for Vista. Daniel - 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 &qu

Re: [us...@httpd] WebDAV works for anything but Windows Vista and Windows 7

2009-04-17 Thread antispam . apache . org
configuration, define an Alias /testdav/ /webdav/testshare/ - in Windows, try connecting to https://www.numlock.ch/testdav The same for this, unfortunately. Also with a publicly readable parent directory. Daniel - The official User-

[us...@httpd] WebDAV works for anything but Windows Vista and Windows 7

2009-04-16 Thread antispam . apache . org
e-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully The error message on Windows Vista (64 bit business edition) reads in about: "Specified folder invalid. Choose anoth

[us...@httpd] Apache ldap authentication and secrurity

2009-04-16 Thread apache
this works? - 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: users-digest-unsubscr...@ht

Re: [EMAIL PROTECTED] rewrite help

2008-11-04 Thread apache
I have figured out the problem. Once apache tested the request URI it tested it a second time as an internal redirect and would fail, or get in a loop. So I just had to tell it not to check for /wc , which wasn't excluded by the !-f and !-d because it doesn't exist on the filesystem bec

[EMAIL PROTECTED] rewrite help

2008-11-03 Thread apache
] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^wc/(.*) /wc\?uni=$1 [L] The user types in: http://example.com/wc/docName and apache rewrites: http://example.com/wc?arg=docName Where /wc is my perl handler, as such: PerlModule Examplepackage::WC SetHandler perl-script

Re: [EMAIL PROTECTED] Serve static files from Apache 2.2.9 question

2008-10-17 Thread Apache Indian
add a documentroot for your static files in your configuration, something like : DocumentRoot "C:/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/" David Williams-15 wrote: > > Hello All, > > I'm trying to set up Apache 2.2.9 web server on Windows

[EMAIL PROTECTED] Running an Apache server with SCTP

2008-10-13 Thread apache
Hi I´m trying to change the configuration of Apachein order to let it work with SCTP. I have foundsome models in the net : http://pel.cis.udel.edu/ or www.sctp.org Thoseversions seem to work only with Kame SCTP on FreeBSD I´m using Ubuntu8.04 and LKSCTP. Thx for anyKind of Help HakimAdhari Uni

[EMAIL PROTECTED] ACL - access control lists

2008-07-21 Thread apache a
does apache servers use ACLs to check conditions based on the incoming http request URL, even before the header is parsed?

[EMAIL PROTECTED] http header parsing

2008-07-21 Thread apache a
has anyone found a scenarion, wherein based on a condition, the http header will NOT be parsed at all... what the steps involved, after an http request reaches the server,

Re: [EMAIL PROTECTED] RewriteMap with Java & RewriteLock

2008-07-16 Thread Anazys - Apache
the first time but nothing after this first call. It's normal because there isn't any loop, but i don't know how to write this loop in the shell script. Thanks for your help Eric. Le 16 juil. 08 à 15:38, Eric Covener a écrit : On Wed, Jul 16, 2008 at 3:01 AM, Anazys -

Re: [EMAIL PROTECTED] RewriteMap with Java & RewriteLock

2008-07-16 Thread Anazys - Apache
/java/class/ MainClass done But it don't seem to work.. I didn't manage to configure the lock file, could it be the main problem ? I just add "RewriteLock /etc/apache2/myLock.lock" in my http.conf file. But apache server simply don't start with that, without any

[EMAIL PROTECTED] RewriteMap with Java

2008-07-15 Thread Anazys - Apache
Hi all, I try tu use a RewriteMap to rewrite dynamically urls on MacOS 10.5 Leopard Server. The code is really simple in the http.conf file : RewriteMapmymap prg:/path/to/map.class RewriteRule ^/path/(.*)$ /path/page?${mymap:$1} But when I launch Apache, I have

[EMAIL PROTECTED] http response without parsing the header

2008-07-02 Thread apache a
does apache have a feature, where a response is given without parsing the header at all. also, if there is header parsing, which module should i check aa9160

[EMAIL PROTECTED] Apache 2.0 support for huge files (>2 GB) on 64 bit platform

2008-06-24 Thread apache . service
bit platform as well? Thanks for any help. Christian - 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: [EMAIL PROTECTED

[EMAIL PROTECTED] Apache 2.0 support for huge files (>2 GB) on 64 bit platform

2008-06-24 Thread Christian Mailer (Apache-Support)
bit platform as well? Thanks for any help. Christian - 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: [EMAIL PROTECTED

[EMAIL PROTECTED] Roadmap for Apache HTTP 2.0 and/or 2.2

2008-04-16 Thread Apache Support
Hello, I have been asked to evaluate the life cycle contingencies for our apache servers. So far I have been unable to find something like a roadmap to see how future releases are planned for the different branches. Is there such a thing ? I am especially interested in how long the branches

[EMAIL PROTECTED] Apache 2.2 MPM Worker Virtual Memory Usage

2007-10-18 Thread Apache User
There appears to be a significant difference between Apache 2.2 MPM Worker and MPM Perfork virtual memory usage. As well as between Apache 2.2 MPM Worker and Apache 1.3 virtual memory usage. This can become an issue in a VPS (virtual private server) environment where resources are more

[EMAIL PROTECTED] Apache 2.2.6 and CGI problem - solved - doc bug?

2007-10-03 Thread Apache
ecCGI Order allow,deny Allow from all I'll give the Apache people a few days to read this as I think this is a doucmentation bug. 1. I think the http://httpd.apache.org/docs/2.2/howto/cgi.html should have link to http://httpd.apache.org/docs/2.2/howto/ssi.html. Some of the data

[EMAIL PROTECTED] Apache 2.2.6 and CGI problem redux

2007-10-03 Thread Apache
n. Outstanding action: Contact the CGI HowTo doc people to put a ref to the SSI HowTo doc. ----- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more inf

[EMAIL PROTECTED] Apache 2.2.6 and CGI problem.

2007-10-02 Thread Apache
I'm a newbie to Apache and throwing myself on the wisdom of the list. I'm running FreeBSD6.2 in a jail with Apache 2.2.6. The basic set-up works but I'm having problems with dynamic HTML and cgi scripts. I'm using perl for my testing. Going through the HowTo I can in

Re: [EMAIL PROTECTED] Any idea how to get the second SSL cert working?

2007-08-05 Thread apache
t exactly. Thanks Joshua. - 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] Any idea how to get the second SSL cert working?

2007-08-04 Thread apache
for the main site. Could that be causing the problem? - 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: [EMAIL PROTE

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hi, Authentification is configured by PHP, it send to the browser required headers in order to provide authentification : header("WWW-Authenticate: Basic realm=\"Realm\""); header("HTTP/1.0 401 Unauthorized"); For the CGI, it is called in Apache CONF as followi

[EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hello, According to my previous post on the bug track: http://issues.apache.org/bugzilla/show_bug.cgi?id=43018 This is a script in PHP that is called by the a CGI handler in Apache. HTTP Authentification. In a normal Apache module environnement, a HTTP Authentification is called and we can

Re: [EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-20 Thread Apache User
Thanks for the help, Joshua. I configured apache to use mod_disk_cache and it seems to be working and compressed content is getting served up correctly. Guess that means it is a bug in mod_mem_cache ? I still have to run some tests to check the performance of (caching on disk + compression

[EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-19 Thread Apache User
Hi, I have an Apache 2.2.2 setup on a Redhat box. Mod_proxy(mod_proxy_ajp) is being used to connect to tomcat on the same machine. Caching is implemented using mod_cache(mod_mem_cache). This setup works fine and caching seems to be working as expected. The problem occurs when I try to

[EMAIL PROTECTED] Apache 2.2.2 error with FreeBSD 6.1

2006-06-22 Thread Joe Apache
--- 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] .htaccess: How to "cut only the middle branch" from a directory tree?

2006-02-24 Thread Apache . 20 . TEN
One bewildering observation on a low-traffic, co-hosted account (hence no logs, & unusual first lines required in .htaccess) by a provider using Apache 1.3.29: Some directories didn't seem to get the password protection they deserve. I figured out that the protection on every lev

[EMAIL PROTECTED] Why the sudden need to raise MaxClients?

2006-02-07 Thread dan+apache-list
We are using Apache 2.0.54 on Debian GNU/Linux (standard Debian packages). The server had been running for several months with absolutely no problems. A couple of days ago, Apache started slowing down, then would eventually stop responding completely. The only way to fix it was to restart

[EMAIL PROTECTED] trouble mod_fcgid module on Apache-2.2.0

2005-12-15 Thread Joe Apache
Nick Kew wrote: > On Thursday 08 December 2005 21:05, Joe Apache wrote: > >> Hello, >> >> I've tried to compile some modules on Apache-2.2.0 with little success. >> > > I've compiled lots of modules on it. Most of them were originally written

[EMAIL PROTECTED] Compiling Modules on Apache-2.2.0

2005-12-08 Thread Joe Apache
Hello, I've tried to compile some modules on Apache-2.2.0 with little success. For example, here is the error message for mod_fastcgi: mod_fastcgi.c: In function `init_module': mod_fastcgi.c:271: error: `ap_null_cleanup' undeclared (first use in this function) mod_fastcgi.c:27

[EMAIL PROTECTED] httpd-2.2.0 on FreeBSD 6 working... one small message, though

2005-12-07 Thread Joe Apache
ou help, J - 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Compile httpd-2.2.0 on FreeBSD 6

2005-12-07 Thread Joe Apache
I downloaded and installed APR from apache.org http://apr.apache.org. Source apr-1.2.2.tar.gz How do I disable this? J - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [EMAIL PROTECTED] Compile httpd-2.2.0 on FreeBSD 6

2005-12-06 Thread Joe Apache
.org. I wasn't able to ./configure it (APR version was 0.9.7 it said) Is that the problem you think? J - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

[EMAIL PROTECTED] Compile httpd-2.2.0 on FreeBSD 6

2005-12-06 Thread Joe Apache
memcache_hash' server/.libs/libmain.a(exports.o)(.data+0xbb8): undefined reference to `apr_md4_set_xlate' *** Error code 1 Anyone have httpd-2.2.0 install on FreeBSD 6... any pointers are appreciated. Thanks, J ----- The off

Re: [EMAIL PROTECTED] Redirecting limit for this URL exceeded.

2005-10-17 Thread apache . org
Joshua, thanks a lot. I created an entry in that form and restarted Apache but, unfortunately, it doesn't seem to work. Here is what I exactly entered: --- ServerName cvfx.com Redirect / http://www.cvfx.com/ --- ... and the existing entry for cvfx is as fo

RE: [EMAIL PROTECTED] Creating a Catch-Everything Catch-All

2005-10-17 Thread apache . org
/public_html BytesLog domlogs/mydomain.com-bytes_log ServerName www.mydomain.com User mydomain Group mydomain CustomLog /usr/local/apache/domlogs/mydomain.com combined ScriptAlias /cgi-bin/ /home/mydomain/public_html/cgi-bin/ --- What parts of that should I alter to create a _default_

[EMAIL PROTECTED] Creating a Catch-Everything Catch-All

2005-10-17 Thread apache . org
n't been able to get my head around it. Thanks, Donnacha ----- 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-mai

[EMAIL PROTECTED] doubts on jsp requirements

2005-09-05 Thread liobod apache
i wrong ? thx, - 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: [EMAIL PROTECTED] " from the digest

[users@httpd] Apache 2.0.50

2005-07-12 Thread Apache Apache
By default, will any of the core modules in Apache 2.0.50 showed the the error "Due to the presence of characters known to be used in cross site scripting attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags"??? If yes, what are the

[users@httpd] Error accessing some pages

2005-07-07 Thread Apache Apache
error from apache and how can it be resolved. Thank you _ Find just what you are after with the more precise, more powerful new MSN Search. http://search.msn.com.sg/

[users@httpd] pemanent "G" Gracefully finishing in mod_status

2005-06-30 Thread apache
have Request to only one page /x.php. It's a absolutely normal page, except one thing - page refreshing every 60 sec. I have apache 1.3.33 and OS ALT Linux 2.2. Please, if you can give me info about Gracefully finishing state or why apache don't destroy useless process answer h

Re: [users@httpd] ??text?? On serveral webpages are questionmarks (??) where text is suppost to be or what has to be clear

2005-05-22 Thread apache
[EMAIL PROTECTED] wrote: > On serveral pages are questionmarks (??) where text is suppost to be or Find out what charset your pages are in. Then use AddCharset in Apache to get the server to send the correct charset. > I think it is caused because the html is made in Word or powerpo

[users@httpd] ??text?? On serveral webpages are questionmarks (??) where text is suppost to be or what has to be clear

2005-05-21 Thread apache
Hello, I have set up apache on a fedora box: Linux hostname.nl 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux httpd-2.0.52-3 It al runs fine, but On serveral pages are questionmarks (??) where text is suppost to be or what has to be clear: Examples: http://www.afrekening.nl