[users@httpd] Unsubscribe

2017-03-10 Thread Howard Davies
Please remove my E-mail address from your E-mail list Thank you

[users@httpd] ** MOD_RELEASE ** Apache2.x (mod_fence) Flood/DOS/DDOS Protection + stuck detection

2016-12-05 Thread DaVieS
Hi Everyone! As a FullStack I had a very long headache with Apache, especially with crappy and slowly pages, that the PHP stucks (FLOCK() && Session) the processes over-time until the webserver become unavailable meanwhile unfortunately slow pages (1-4 secs) will able to kill the whole webser

Re: [users@httpd] How to get the apache HTTP Server version 2.4.2 for Windows ?

2012-08-07 Thread Howard Davies
I was not able to find a Windows version 2.4 a few days ago - Probably not developed yet I think the latest Windows version is 2.2.22 which is what I downloaded and installed a couple of days ago Look in the binary folder for Windows apps On Aug 8, 2012, at 12:45 AM, Varuna Seneviratna wrote

[users@httpd] What IP Addresses Are Used With Virtual Host & Listen Directives

2012-08-03 Thread Howard Davies
My question relates to IP addresses that are used in (1) the section of a virtual host container and (2) the Listen directive My Server computer is on a local area network controlled by a router which is connected to the internet If I want to specify specific IP addresses (as opposed t

[users@httpd] REMOTE_USER in a "RewriteCond expr" test with v2.4

2012-05-26 Thread Richard Davies
Hi all, Apache 2.4 introduces ap_expr syntax for complex tests in "RewriteCond expr" I'm trying to write such a test which uses %{REMOTE_USER}. However, the %{LA-U:REMOTE_USER} look-ahead syntax needed to access this variable in a per-server context doesn't seem to work inside an ap_expr. Can a

Re: [users@httpd] Single auth file for many per-user directories

2012-05-23 Thread Richard Davies
Eric Covener wrote: > > ?Require > > > > Or alternatively, a way for me to have "Require valid-user", but then > > somehow prevent users from accessing directories other than their own? > > (even with a hack like rewrite rules?) > > There is a shortcut if the those names are system users and they

[users@httpd] Single auth file for many per-user directories

2012-05-23 Thread Richard Davies
Hi all, I would appreciate any suggetions on how to achieve the following: I have a large number of per-user directories: /var/www/user1 /var/www/user2 /var/www/user3 ... And a htdigest file containing usernames and passwords for all of these users. I want to set up authentication for

RE: [us...@httpd] mod_dbd and multiple DB connections

2009-10-16 Thread Ben Davies
:06, Ben Davies wrote: I think I know the answer is that there can only be one connection per server/virtual host. I hope this is not the case. That's true in 2.2.x versions. For what you want, you can try the svn trunk version, or any of the (unreleased) 2.3.x tarballs. --

Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Dick Davies
Why don't you do ScriptAlias /abc /var/www/abc/cgi-bin/abc.cgi ? On Thu, Oct 15, 2009 at 8:35 PM, Israel Brewster wrote: > I'm sure this one is really simple, but I don't know what I am doing wrong. > I have the following config block in my httpd.conf file: > ScriptAlias /abc /var/www/abc/cgi-b

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
Is that documented anywhere at all? In any event, does it made sense to use something other than the inode as the key into the lockDB - the URI for example? On Thu, Oct 15, 2009 at 3:33 PM, Joe Orton wrote: >> Steps to reproduce: >> >> * PUT file >> * LOCK file >> * PROPGET file (note down the

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
DAV to delete 'file' (e.g. a cronjob) * PUT newfile (very good chance the inode is reused) * LOCK newfile (it will fail) * PROPGET newfile (you'll see it has the same locktoken) Should I report this as a bug? On Wed, Oct 14, 2009 at 2:47 PM, Dick Davies wrote: > Hi all >

[us...@httpd] mod_dbd and multiple DB connections

2009-10-15 Thread Ben Davies
you specify which connections to use. I think I know the answer is that there can only be one connection per server/virtual host. I hope this is not the case. Cheers! Ben Davies

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
Do yourself a big favour and use something like curl. Telnet is a crappy way to test http. On Tue, Oct 13, 2009 at 1:19 PM, Kaya Saman wrote: > Using host: hostname from telnet I get this: > > [code] > HTTP/1.0 400 Bad Request > Server: squid/2.6.STABLE15 > Date: Tue, 13 Oct 2009 12:17:34 GMT > C

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
On Tue, Oct 13, 2009 at 12:33 PM, Kaya Saman wrote: > I used: telnet {mydomain.com} 80 and it just gives me connected??? No 'get > url' etc... - am on Ubuntu 9.04 currently but even within the Solaris and > Cent OS servers I don't get that kind of response. You have to type the GET bit yourself

Re: [us...@httpd] .htaccess files not working from internet? intranetaccess fine

2009-10-13 Thread Dick Davies
What's in the error/access logs on apache, Kaya? That should tell you whether it's apache blocking the request, or Squid. On Tue, Oct 13, 2009 at 9:45 AM, Kaya Saman wrote: > matt farey wrote: >> >> Did you ever investigate the response headers or lookup basic auth in >> squid? >> Sent from my B

[us...@httpd] DAV locktokens clashing?

2009-10-13 Thread Dick Davies
Any help with this would be very much appreciated - if this is the wrong list please let me know where it should go. I've got a reasonably biggish vhost with WebDAV over SSL enabled. Users are only allowed to access their own parts of the site. (I block them out with Require user foo Requi

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread Dick Davies
Spaces aren't valid characters in urls, period. As you say, it URL encodes to %20, and I can't imagine any bits of apache (or any other server) are going to send a space instead, because that breaks the HTTP spec. On Tue, Oct 6, 2009 at 3:59 PM, ABAPGUY wrote: > > Hi Apache experts, > I am using

Re: [us...@httpd] Odd site redirection

2009-10-06 Thread Dick Davies
Do you have a NameVirtualHost *.80 in your apache config somewhere? On Tue, Oct 6, 2009 at 8:06 AM, Igor Cicimov wrote: > I would say something is wrong with your new virtual host definition. It's > not a redirection but since the request doesn't match any virtual host is > being served by the

Re: [us...@httpd] DELETE method

2009-10-05 Thread Dick Davies
What's in the directory? If it's a filesystem, apache won't let you DELETE (unless you have it DAV enabled or something like that). On Tue, Oct 6, 2009 at 1:15 AM, Jeff Dyke wrote: > I'm trying to put together a REST-ful application and am having a hard time > getting apache configured to take DE

[us...@httpd] Resource Centric Authz

2009-03-26 Thread Ben Davies
Hi Everybody! I wonder if someone can help me? I'm interested in restricting access to certain resource based on the following criteria: The users name Or the users group Standard fare so far. I'm using mod_authn_dbd to authenticate the user from my MySQL database. For Authoriza

RE: [EMAIL PROTECTED] AddOutputFilterByType

2008-06-04 Thread Ben Davies
explanation of MultiViewsMatch Filters suggests something else. I have a copy of the Apache Modules book and I'll have a dig through to see if there is anything on this directive. Cheers, Ben Ben Davies | Lead Developer | Stickyeyes 6th Floor, West One, Wellington Street, Leeds, LS1 1BA Ema

RE: [EMAIL PROTECTED] AddOutputFilterByType

2008-06-03 Thread Ben Davies
pache 2.2 Documentation), please send me the link, and I'll quit bothering the list :) Again, thanks for your help so far. Cheers, Ben Ben Davies | Lead Developer | Stickyeyes 6th Floor, West One, Wellington Street, Leeds, LS1 1BA Email: [EMAIL PROTECTED] 0113 391 2929 | Fax 0113 39

RE: [EMAIL PROTECTED] AddOutputFilterByType

2008-06-02 Thread Ben Davies
that my custom filter will run? I had a look at the directives for mod_filter and the closest match appears to be FilterProvider, but the second argument requires that I specify a regular filter. Cheers! Ben Ben Davies | Lead Developer | Stickyeyes 6th Floor, West One, Wellington Street, Leeds

[EMAIL PROTECTED] AddOutputFilterByType

2008-06-02 Thread Ben Davies
heers, Ben Ben Davies | Lead Developer | <http://www.stickyeyes.com/> Stickyeyes 6th Floor, West One, Wellington Street, Leeds, LS1 1BA Email: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] 0113 391 2929 | Fax 0113 391 2939 This e-mail may contain information t

RE: [EMAIL PROTECTED] ext_filter + negotiation?

2008-06-02 Thread Ben Davies
yone requests "mysong.mp3", they get the file "mysong.flac" filtered through my flac2mp3 script which converts it to mp3 (via LAME) on the fly. I didn't need to use Multiviews in the end. Dunno if that helps, but it took me a while to realise I didn't need multiviews.

[EMAIL PROTECTED] RE: RESOLVED [EMAIL PROTECTED] mod_setenvif SEGFAULT PCRE - OSX 10.4.11

2008-05-23 Thread Ben Davies
time with no problems. Cheers! Ben Ben Davies | Lead Developer | Stickyeyes 6th Floor, West One, Wellington Street, Leeds, LS1 1BA Email: [EMAIL PROTECTED] 0113 391 2929 | Fax 0113 391 2939 This e-mail may contain information that is privileged, confidential or otherwise protected from

RE: [EMAIL PROTECTED] mod_setenvif SEGFAULT PCRE - OSX 10.4.11

2008-05-23 Thread Ben Davies
Just a quick update to my previous posting: It now appears that the same compile_regex PCRE error fires for mod_rewrite as well. So there is definitely some problem with my compile and PCRE, as more that one module is affected. Again, any help would be appreciated! Cheers! Ben Ben Davies

[EMAIL PROTECTED] mod_setenvif SEGFAULT PCRE - OSX 10.4.11

2008-05-23 Thread Ben Davies
is the httpd.crash.log. I would appreciate any help, directions or hunches anyone has, as the use of SetEnvIf is pretty vital to my project. Thank you! Ben ****** Host Name: ben-davies-computer Date/Time: 2008-05-23 11:12:07.863 +0100 OS Version: 10.4.11 (Build 8S2167) Report V

Re: [EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-02 Thread Tony Davies
in the document root. Make this too: > SSLCertificateFile/path/to/conf/ssl.crt/ca.crt > "LogLevel debug" can help you later that you see what is going wrong > during the connection phase between your client and your server > > Greets > > oliver > > > -Urspr?ngliche

[EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-01 Thread Tony Davies
Hi, I am running Apache 2.0.55 on a Linux From Scratch box. I am trying to get an entire virtual host to get an entire virtual host to use client certificates to authenticate, however I can only get it to work on directive (I havent tried ) which forces a renogiate. This is fine for things li

Re: [EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
* Joshua Slive <[EMAIL PROTECTED]> [0737 18:37]: > On 7/25/05, Dick Davies <[EMAIL PROTECTED]> wrote: > > but since we're just matching a string (REMOTE_ADDR) with no network > > information > > it isn't going to cut it for the last two sites. > >

[EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
Hi all, I'm trying to do what should be simple, can anyone suggest a better approach? I have content I want to serve up via http to intranet users, but have external IPs authenticate over SSL (mod_auth_ldap). the internal nets are (say): 10.9.0.0/16 10.0.112.0/20 10.19.64.0/22 I solved this by

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Dick Davies
* Gustavo A. Baratto <[EMAIL PROTECTED]> [0632 01:32]: > Does anybody know what is this error all about? > > I got the same error in all combinations of these: > - freebsd 5.3 and 5.4. > - apache 2.0.53 and 2.0.54 > - freebsd make and gmake Why don't you just use the ports tree? http://www.free

Re: [users@httpd] Re: Apache cannot connect to Tomcat in httpd.conf

2005-06-06 Thread Dick Davies
* Andreas <[EMAIL PROTECTED]> [0634 23:34]: > > >Setup a log for mod_jk2. > > /usr/local/apache2/logs/error_log: > > [Thu Jun 02 01:36:24 2005] [notice] Apache/2.0.54 (Unix) configured -- > resuming normal operations > [Thu Jun 02 02:19:08 2005] [notice] caught SIGTERM, shutting down > [Thu Ju

Re: [users@httpd] Apache cannot connect to Tomcat in httpd.conf

2005-06-05 Thread Dick Davies
* Andreas Bauer <[EMAIL PROTECTED]> [0643 13:43]: > Hello! > > Can somebody help me, please? > > My OS is Suse 9.2 pro. Apache and Tomcat work for me. > But If I start Apache with normal httpd.conf, Apache works for me. > If I paste my lines for Apache-Tomcat Connection, Apache doesn't > work for

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* Fabiano Sidler <[EMAIL PROTECTED]> [0542 11:42]: > Dick Davies schrieb: > >Looks to me like Apache is reading the pidfile, but it's empty. > >Try deleting it and trying again. > > No, this never did work by now: > > open("/var/run/httpd.pid&

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* dan <[EMAIL PROTECTED]> [0559 01:59]: > Fabiano Sidler wrote: > >Hi folks! > > > >[EMAIL PROTECTED] $ httpd -k start > >(20014)Error string not specified yet: Error retrieving pid file > >/var/run/httpd.pid > >[EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May > >20 > >

Re: [users@httpd] web server slow too much slow

2005-05-20 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0523 10:23]: > > -Original Message- > > From: Msuro Venanzi [mailto:[EMAIL PROTECTED] > > Sent: Freitag, 20. Mai 2005 11:15 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] web server slow too much slow > > > > > > hi all > > here is a link t

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Dick Davies
* Mike McMullen <[EMAIL PROTECTED]> [0524 06:24]: > Hi All, > > I'm sure I am doing something stupid here so forgive my upfront. > > I am running Apache 2.0.52 on FC3. With the FC3 installation > comes a web log analyzer called webalizer. It stores it's information > in a directory called usage i

Re: [users@httpd] Restricted FTP access in Apache

2005-05-13 Thread Dick Davies
* Bediako George <[EMAIL PROTECTED]> [0557 17:57]: > Actually I am not using one. I am really just trying > to find out right now. Perhaps I should point out > that I am looking at the modules ftp_proxy. See > http://httpd.apache.org/docs-2.0/mod/mod_proxy_ftp.html. > > I am assuming that this

Re: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Dick Davies
* Josh Cheney <[EMAIL PROTECTED]> [0540 12:40]: > I have found that an 'apachectl restart' is not enough for some reason > when adding a new SSL VHost, but rather you need to stop then startssl. > > Just as a side note. Sounds like a problem with apachectl not picking up '-DSSL'. -- 'Everybody

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0523 12:23]: > > -Original Message- > > From: K Anand [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 12. Mai 2005 10:46 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Basic Authentication question > > > > > > Thanx...I used ethereal to

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0507 09:07]: > > The first time the client requests a resource in a protected realm, it > doesn't know it is protected so makes a plain request. The server responds > with a 401 Unauthorized. The client then pops up a password window and > captures the username

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Sandeep Gaikwad <[EMAIL PROTECTED]> [0558 09:58]: > Hello Anand, >Please try by updating the line AllowOverride None by >AllowOverride AuthConfig or AllowOverride All > > Regards, > Sandeep Guys, read the mails before posting replies, ok? What you suggest would enable .htaccess loading

Re: [users@httpd] Restricted FTP access in Apache

2005-05-11 Thread Dick Davies
* Bediako George <[EMAIL PROTECTED]> [0517 13:17]: > able to try to download from my Apache FTP server Apache isn't an FTP server. I think you're on the wrong track. -- 'This must be Thursday. I never could get the hang of Thursdays.' -- Arthur Dent Rasputin :: Jack of All Trade