Re: [users@httpd] Implementing REST API

2018-08-19 Thread Miles Fidelman
  You might try looking around for an apache-based implementation of the Atom Publishing Protocol for an example. Miles Fidelman -- In theory, there is no difference between theory and practice. In practice, there is. Yogi Berra -

[users@httpd] Re: Apache (2.4.26) changing permissions on passwd file?

2017-07-13 Thread Kevin Miles
Thanks Jacob and Eric. Switching to 2.4.27 resolved the problem. Regards. On 11/07/2017 16:53, Kevin Miles wrote: I wonder if someone can shed some light on this. I've been running Apache 2.4.7 on Ubuntu 14.04LTS using a VirtualHost with a passwd file and all was working fine. I upg

[users@httpd] Apache (2.4.26) changing permissions on passwd file?

2017-07-11 Thread Kevin Miles
I wonder if someone can shed some light on this. I've been running Apache 2.4.7 on Ubuntu 14.04LTS using a VirtualHost with a passwd file and all was working fine. I upgraded Apache to 2.4.26 and the site stopped working. The error being logged is: [Tue Jul 11 20:58:27.722904 2017] [authn_fil

Re: [users@httpd] tuning question

2014-07-12 Thread Miles Fidelman
Jeff Trawick wrote: On Sat, Jul 12, 2014 at 1:25 PM, Miles Fidelman mailto:mfidel...@meetinghouse.net>> wrote: Hi Folks, Ever once in a while, a crawler comes along and starts indexing our site - and in the process pushes our server's load average through the roof.

[users@httpd] tuning question

2014-07-12 Thread Miles Fidelman
er of servers and/or requests, renicing processes)? Yes - my next step is to go pour through manuals - but I expect others have done this enough to be able to point me at a few specific config file lines to change, and specific commands for identifying and renicing processes. Thanks very much,

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
Remco Poelstra wrote: Op 30 jun. 2014, om 20:23 heeft Miles Fidelman het volgende geschreven: Remco Poelstra wrote: Op 30 jun. 2014, om 19:56 heeft Miles Fidelman mailto:mfidel...@meetinghouse.net>> het volgende geschreven: Remco Poelstra wrote: Hi, I'm migrating a mailman

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
Remco Poelstra wrote: Op 30 jun. 2014, om 19:56 heeft Miles Fidelman mailto:mfidel...@meetinghouse.net>> het volgende geschreven: Remco Poelstra wrote: Hi, I'm migrating a mailman server to a newer machine. The new machine runs apache 2.4. My problem is that the mailman cgi

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-06-30 Thread Miles Fidelman
w you - they're the first thing I always check. Miles Fidelman -- In theory, there is no difference between theory and practice. In practice, there is. Yogi Berra - To unsubscribe, e-mail: users-unsubscr...@httpd.apac

Re: [users@httpd] How to compile the source code for Apache HTTP Server 2.2.23 Win32 version

2012-12-10 Thread Miles Fidelman
马聪 wrote: Hi all, I'm a developer from China, I'm now trying to upgrade my Apache HTTP Server from 2.2.22 to 2.2.23. From the Apache HTTP Server web site, there are only Unix code items. Could anyone tell me how to compile the source code to get the 2.2.23 Win32 version? You might start b

Re: [users@httpd] Exploit?

2012-11-19 Thread Miles Fidelman
I'm guessing it might be trying a probe against a content management system that has a hole in it (e.g., Wordpress has been known to leak information in the past). Clearly some security scanner wrote those entries in your log file. If you have something checking for that kind of exploit, you

Re: [users@httpd] logging post requests? - SOLVED

2012-05-15 Thread Miles Fidelman
Miles Fidelman wrote: So.. I: - enabled mod_dumpio - put a |DumpIOInput On config statement in httpd.conf - restarted the server But... I'm not seeing the input data logged into error.log. Had to play around with setting LogLevel to debug for this to work (and commenting out confli

[users@httpd] logging post requests?

2012-05-15 Thread Miles Fidelman
tween logging, mod_dumpio, fastcgi, and php that's interfering with with capturing/dumping the input data. Suggestions please! Thanks very much, Miles Fidelman | -- In theory, there is no difference between theory and practice. In practic

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

2009-06-22 Thread Paul Miles
rvers which then load balance to a pair of pound servers. (see attachment) We use pound to send certain urls and virtual hosts off to a series of backend java applications. This is probably off topic now though ... Regards, Paul --- Paul Miles Systems and Infrastructure Fax: + 44 (0)8701 23

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

2009-06-12 Thread Paul Miles
I wouldn't expect any issues installing the redhat rpm on centos, but if you're at all worried, just build from source. Paul --- Paul Miles Systems and Infrastructure Fax: + 44 (0)8701 236 087 Web: http://www.paymo.com Paymo 107 Fleet Street London, EC4A 2AB UK From: Arn

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

2009-06-12 Thread Paul Miles
Miles Systems and Infrastructure Fax: + 44 (0)8701 236 087 Web: http://www.paymo.com Paymo 107 Fleet Street London, EC4A 2AB UK From: Arnab Ganguly [mailto:agangul...@gmail.com] Sent: 12 June 2009 11:30 To: users@httpd.apache.org Subject: [us...@httpd] Apache as a Gateway Hi All, This is a more

[us...@httpd] help with mod_authnz_ldap and require ldap-group

2009-06-10 Thread Paul Miles
eople,dc=paymo,dc=com givenName: Paul sn: Miles mail: paul.mi...@paymo.com cn: Paul Miles uid: pmiles userPassword:: Q0hebmczTTM= uidNumber: 1011 gidNumber: 1 homeDirectory: /dev/null objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount objectClass: top structuralObject

[us...@httpd] help with mod_authnz_ldap and require ldap-group

2009-06-09 Thread Paul Miles
eople,dc=paymo,dc=com givenName: Paul sn: Miles mail: paul.mi...@paymo.com cn: Paul Miles uid: pmiles userPassword:: Q0hebmczTTM= uidNumber: 1011 gidNumber: 1 homeDirectory: /dev/null objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount objectClass: top structuralObject

[EMAIL PROTECTED] cache keys for mod_disk_cache

2007-10-30 Thread Miles
der, if no Vary header is provided - I assume it is URL, mod time and ETag, if present, and not Cookies or other headers? Thanks, Miles - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

[EMAIL PROTECTED] Re: mod_diskcache tempfiles

2007-09-13 Thread Miles
Thanks. It is 2.2.4 - latest is 2.2.6 so will try upgrading. Joshua Slive wrote: On 9/12/07, Miles <[EMAIL PROTECTED]> wrote: Hi, We are using the mod_diskcache feature of a newer apache version that we compiled from source. What version exactly? mod_disk_cache is a relatively new f

[EMAIL PROTECTED] mod_diskcache tempfiles

2007-09-12 Thread Miles
as a separate set of issues for us). Thanks in advance for any advice/assistance, Miles - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.