[us...@httpd] apache2 processes hanging over a few hours until MaxClients is reached

2009-11-11 Thread Steve Cox
Hi, I have an issue that overnight, my server's apache processes seem to get locked and stop responding to users. They have to close browsers sessions and start again. Meanwhile, the server is creating more apache processes - which in turn are eventually locked out too. In the end, MaxClients i

Re: [us...@httpd]

2009-11-11 Thread Krist van Besien
On Wed, Nov 11, 2009 at 10:21 PM, Stephen Love wrote: > Then it becomes impossible to know if a page REALLY exists or if my emails > are going where intended, or coming from where stated... so am I to assume > that traffic addressing in general has FAILED? No, You are to asume that you need an ed

Re: [us...@httpd] rewrite not working inside alias

2009-11-11 Thread J. Bakshi
Philip Wigg wrote: > I think you need to look at:- > > http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritebase > > Or just put the rewrite httpd.conf, you don't seem to require an .htaccess? > > No luck :-(I have put RewriteBase /var/personal_work_area/joydeep at .hta

Re: [us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Siju George
On Wed, Nov 11, 2009 at 6:34 PM, Philip Wigg wrote: >> (99)Cannot assign requested address: make_sock: could not bind to >> address 213.49.146.24:8080 >> no listening sockets available, shutting down >> Unable to open logs >> >> What could be the trouble? > > The server must actually have 213.49.1

[us...@httpd] Straw poll: mod_imagemap

2009-11-11 Thread Rich Bowen
Collecting unscientific statistics in the interest of the future. A show of hands: Are you using mod_imagemap? -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support forum of the Apache HTTP Server Project. Se

[us...@httpd] Re: setting up webdav

2009-11-11 Thread LuKreme
On 11-Nov-2009, at 17:11, LuKreme wrote: > I have the following directive for one domain, which works just fine with > webdav: Never mind. Someone enabled 'evasive20_module' sometime this afternoon, and it was this event that stopped webdav mounts (all of them) to stop working. I'd been using

[us...@httpd] Re: setting up webdav

2009-11-11 Thread LuKreme
On 11-Nov-2009, at 18:04, André Warnier wrote: > LuKreme wrote: >> any file named .ht* is never served by apache, and there's really nowhere >> else to place the .htdavpass file. > What do you mean there is nowhere else ? > What about under /usr/local/www, and name it example.com.davpasswd for >

Re: [us...@httpd] Re: setting up webdav

2009-11-11 Thread André Warnier
LuKreme wrote: any file named .ht* is never served by apache, and there's really nowhere else to place the .htdavpass file. What do you mean there is nowhere else ? What about under /usr/local/www, and name it example.com.davpasswd for instance. At least it would not be directly under your D

[us...@httpd] Re: setting up webdav

2009-11-11 Thread LuKreme
On 11-Nov-2009, at 17:28, André Warnier wrote: > LuKreme wrote: > ... >> DocumentRoot /usr/local/www/example.com/ > ... >> AuthUserFile /usr/local/www/example.com/.htdavpass > > I think that you have managed to do what no developer of Apache ever thought > that a user would ever do : plac

Re: [us...@httpd]

2009-11-11 Thread André Warnier
Jonathan Zuckerman wrote: On Wed, Nov 11, 2009 at 1:56 PM, Brian Mearns wrote: cookies. cookies. COOKIES. For god sake just listen to somebody. ... I believe that the OP does. Unfortunately, it does not seem to be to the people on this list. Stephen Love I followed the advice on your emai

Re: [us...@httpd] setting up webdav

2009-11-11 Thread André Warnier
LuKreme wrote: ... DocumentRoot /usr/local/www/example.com/ ... AuthUserFile /usr/local/www/example.com/.htdavpass I think that you have managed to do what no developer of Apache ever thought that a user would ever do : place the file containing the users passwords inside the ver

[us...@httpd] setting up webdav

2009-11-11 Thread LuKreme
I have a server running Apache 2.2.11_7 on FreeBSD 6-2-RELEASE with webdav enabled. I have several domains on the machine. I have the following directive for one domain, which works just fine with webdav: ServerName webdav.example.com ServerAlias files.example.com DocumentRoot /usr/lo

Re: [us...@httpd]

2009-11-11 Thread Jonathan Zuckerman
On Wed, Nov 11, 2009 at 1:56 PM, Brian Mearns wrote: > cookies. > cookies. > COOKIES. For god sake just listen to somebody. The only way to achieve > what you want is to send data to the client and get them to send it > back. That's a cookie. What you're looking for is exactly what Google > Analyt

Re: [us...@httpd]

2009-11-11 Thread Brian Mearns
cookies. cookies. COOKIES. For god sake just listen to somebody. The only way to achieve what you want is to send data to the client and get them to send it back. That's a cookie. What you're looking for is exactly what Google Analytics does, which I mentioned early yesterday. Hit vs. Unique visito

Re: [us...@httpd]

2009-11-11 Thread Rich Bowen
On Nov 11, 2009, at 16:28 , Stephen Love wrote: Hmmm... somewhat new to the inner details... all I know is what I research on my own... have not had a book-learning course on this... but TLS... what is that? AND... I simply want a list of source identifiers of incoming requests so that I c

Re: [us...@httpd]

2009-11-11 Thread Stephen Love
Hmmm... somewhat new to the inner details... all I know is what I research on my own... have not had a book-learning course on this... but TLS... what is that? AND... I simply want a list of source identifiers of incoming requests so that I can check each new one for duplicate incoming source..

Re: [us...@httpd]

2009-11-11 Thread Stephen Love
Then it becomes impossible to know if a page REALLY exists or if my emails are going where intended, or coming from where stated... so am I to assume that traffic addressing in general has FAILED? See us online at http://www.LOVEnCompany.com. -- Original Message -- From: Kaya S

Re: [us...@httpd]

2009-11-11 Thread André Warnier
Rich Bowen wrote: On Nov 10, 2009, at 22:29 , Stephen Love wrote: Ok, now we're getting somewhere... just ENOUGH to eliminate the path inbetween... I'd just like to ask APACHE for a unique signature of the machine sending the message to compare it against others. Nothing more, nothing less.

Re: [us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Rich Bowen
On Nov 11, 2009, at 07:48 , Siju George wrote: # apache2ctl start apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (99)Cannot assign requested address: make_sock: could not bind to address 213.49.146.24:8080 no listening sockets avai

Re: [us...@httpd]

2009-11-11 Thread Rich Bowen
On Nov 10, 2009, at 22:29 , Stephen Love wrote: Ok, now we're getting somewhere... just ENOUGH to eliminate the path inbetween... I'd just like to ask APACHE for a unique signature of the machine sending the message to compare it against others. Nothing more, nothing less. Take a look a

[us...@httpd] TCP SYN behavior and reverse proxy (mod_proxy)

2009-11-11 Thread Prigge Scott
Hi. I'm running 2.2.8 on Linux with mod_proxy in a reverse proxy configuration, which is forwarding data to an application server. And there is a feature within this application which relies on HTTP POST data from the browser. We also have a third-party authentication module which is loaded as a

[us...@httpd] Re: Spam:*****, Re: [us...@httpd]

2009-11-11 Thread John Iliffe
On Wed, 2009-11-11 at 14:54 +0200, Kaya Saman wrote: > André Warnier wrote: > > Stephen Love wrote: > >> Ok, now we're getting somewhere... just ENOUGH to eliminate the path > >> inbetween... I'd just like to ask APACHE for a unique signature of > >> the machine sending the message to compare it

[us...@httpd] is it poss to make apache 2.0.59 listen to two 443 ports?

2009-11-11 Thread khalid touati
Hi Guys, my httpd server contains (it's an apache 2.0.59 on gentoo): httpd.conf+ separate file for Virtual hosts+ separate file for ssl VH on the ssl config file there is one website running as follows: is it possible to deploy another website (with of course another ssl certificate) like

Re: [us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Philip Wigg
> (99)Cannot assign requested address: make_sock: could not bind to > address 213.49.146.24:8080 > no listening sockets available, shutting down > Unable to open logs > > What could be the trouble? The server must actually have 213.49.146.24 as it's IP address. Is that the case here? It's no good

Re: [us...@httpd]

2009-11-11 Thread Kaya Saman
André Warnier wrote: Stephen Love wrote: Ok, now we're getting somewhere... just ENOUGH to eliminate the path inbetween... I'd just like to ask APACHE for a unique signature of the machine sending the message to compare it against others. Nothing more, nothing less. See us online at http://

Re: [us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Igor Cicimov
You need the ServerName statement. On Wed, Nov 11, 2009 at 11:48 PM, Siju George wrote: > HI I have the following ports.conf > > > > NameVirtualHost *:80 > Listen 80 > > ># SSL name based virtual hosts are not yet supported, therefore no ># NameVirtualHost statement here >Listen 443

[us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Siju George
HI I have the following ports.conf NameVirtualHost *:80 Listen 80 # SSL name based virtual hosts are not yet supported, therefore no # NameVirtualHost statement here Listen 443 Listen 213.49.146.24:8080 I have this in sites-enabled ServerAdmin webmas...@localhost

[us...@httpd] Re: 2.2.13 mod_proxy: backend connection reused long after ttl expired

2009-11-11 Thread Oliver Schoett
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 the client) o

Re: [us...@httpd] rewrite not working inside alias

2009-11-11 Thread Philip Wigg
I think you need to look at:- http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritebase Or just put the rewrite httpd.conf, you don't seem to require an .htaccess? - The official User-To-User support forum of the Apache

[us...@httpd] rewrite not working inside alias

2009-11-11 Thread J. Bakshi
Hello list, I am running debian lenny box with apache2 and mod_rewrite enabled. I confirm that rewrite rules are working well with the default /var/www directory which is my document root. I have one more config with alias like ` Alias /person

[us...@httpd] mod_disk_cache - directive CacheRoot ignored in context "server config" but not inside a virtual host

2009-11-11 Thread Oliver Feiler
Hi, I have an issue with Apache's mod_disk_cache and the config directive CacheRoot. The versions used are as follows. It's a default Debian 5 Apache with mpm-worker used as a reverse proxy. # apache2ctl -V Server version: Apache/2.2.9 (Debian) Server built: Jul 14 2009 20:40:18 Server's Modu

Re: [us...@httpd]

2009-11-11 Thread André Warnier
Stephen Love wrote: Ok, now we're getting somewhere... just ENOUGH to eliminate the path inbetween... I'd just like to ask APACHE for a unique signature of the machine sending the message to compare it against others. Nothing more, nothing less. See us online at http://www.LOVEnCompany.com.