Re: [users@httpd] make apache 2.4.17 portable under ubuntu [wd-vc]

2015-10-31 Thread Michael Felt
On 2015-10-19 10:49, Bremser, Kurt (AMOS Austria GmbH) wrote: 1. all systems must have the same Ubuntu release. at least compatible. aka binary compatible 2. on all systems, the stick needs to be mounted on the same directory This would be ideal - however, you could modify the apachectl to det

[users@httpd] Re: httpd and OpenSSL 1.0.2

2015-06-05 Thread Michael Felt
Along the lines of "to be continued" - IMHO httpd should be one of the early adopters of not allowing linkage to versions of openssl that cannot support TLS1.2. I have built (on AIX) against libreSSL (v2.1.6) with some private additions for AIX (that will be verified and improved upon by openbsd i

Re: [users@httpd] Problem with Content-Type recognition

2014-07-13 Thread Michael Felt
Still hoping for some additional help with this. Many thanks for your suggestion/correction. On Mon, Jun 30, 2014 at 11:27 PM, Michael Felt wrote: > I did not figure out how to get extra info from the "maintainer" and > "debug" enabled version, and it was not a

Re: [users@httpd] Confirmation on Vulnerability Status of Apache HTTP V2.0.50 and when bundled with Brocade FOS V7.1.X

2014-07-07 Thread Michael Felt
The description Brocade is looking at is: "protocol.c in the Apache HTTP Server 2.2.x through 2.2.21 does not properly restrict header information during construction of Bad Request (aka 400) error documents, which allows remote attackers to obtain the values of HTTPOnly cookies via vectors involvi

Re: [users@httpd] Problem with Content-Type recognition

2014-06-30 Thread Michael Felt
hing you like", but I am not coming up with the right combination of directives to get httpd to ignore the .php in the filename (e.g., removeEncoding had no effect). What directive should I be using instead? Many thanks for assistance! Michael On Mon, Jun 23, 2014 at 2:51 PM, Michael Felt

Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
). On Mon, Jun 23, 2014 at 10:48 AM, Michael Felt wrote: > Good Idea, and I was hoping that using > > RemoveEncoding .php > > was doing that. > > As this is a vhost, and other vhosts are using php I do not see removing > PHP from the server as a solution. So, RemoveE

Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
Namewidth=* FoldersFirst SuppressDescription IndexOrderDefault Descending Date AllowOverride None Order allow,deny Allow from all On Sun, Jun 22, 2014 at 11:45 PM, Nick Kew wrote: > On Sat, 21 Jun 2014 16:45:10 +0200 > Michael Felt wrote: > > > I have tried, in

Re: [users@httpd] Problem with Content-Type recognition

2014-06-22 Thread Michael Felt
IndexOrderDefault Descending Date AllowOverride None Order allow,deny Allow from all Still getting Content-Type: text/html when .php is in the filename. On Sat, Jun 21, 2014 at 6:05 PM, Eric Covener wrote: > On Sat, Jun 21, 2014 at 10:45 AM, Michael Felt wrote: > > Quest

[users@httpd] Problem with Content-Type recognition

2014-06-21 Thread Michael Felt
I have tried, in a vhost area, to set the DefaultType to application/octet-stream, and I have tried to add a Type for .I (capital i) endings. However, httpd-2.2.27 seems to be preferring the .php. in the filename rather than the .I at the end of the file. When I link the file to that it has the nam

Re: [users@httpd] capturing a core dump on segmentation error

2013-01-08 Thread Michael Felt
Already tried that (/etc/security/limits settings), but shall check on fullcore settings as well) On Fri, Jan 4, 2013 at 3:16 PM, Eric Covener wrote: > On Fri, Jan 4, 2013 at 9:11 AM, Michael Felt wrote: > > As the log is getting generated, somewhere the signal is being captured, >

[users@httpd] capturing a core dump on segmentation error

2013-01-04 Thread Michael Felt
As the log is getting generated, somewhere the signal is being captured, but not core dumped. I added a CoreDumpDirectory statement, not in any particular section (end of httpd.conf). I am trying to get Joomla to run on httpd 2.2.23 and postgresql. After amkig one modification (I consider myself

Re: [users@httpd] Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.23-win32-x86-no_ssl.msi

2012-09-24 Thread Michael Felt
I am sure someone who packages for windows will be doing so soon. I "do" AIX packaging only. As was said before, apache only releases sources, builds are "maintained" by external individuals/organizations. On Mon, Sep 24, 2012 at 3:44 PM, Rick Havern wrote: > I cannot find this binary on any of

Re: [users@httpd] OpenSSL version in Apache 2.2.23

2012-09-21 Thread Michael Felt
I cannot speak for all packagers, but I do not bundle openssl in mine - it uses whatever the hosting server has installed. So, I think it would help to if you mentioned what platform you are using, and/whether you package/build for yourself. ---

[users@httpd] Still showing 2.3.16, etc. as the latest release.

2012-07-24 Thread Michael Felt
FYI: I navigated from the page: http://http://projects.apache.org/ , clicked on Alaphabetical, clicked on H, clicked on "Apache HTTP Server" and see (on http://projects.apache.org/projects/http_server.html) Most recent releases: Release Version Date Recommended current 2.2 release 2.2.22 2012-01-3

Re: [users@httpd] "configure" error on openssl v1.0.1c for apache 2.2.22

2012-06-17 Thread Michael Felt
An idea? Yes. Guarantee - no. Maybe there are new configure options for openssl - so my idea would be to compare the config.log files of the one that works with the one that does not, or a diff of the Makefiles. On Fri, Jun 15, 2012 at 9:10 PM, Ruiyuan Jiang wrote: > Hi, all > > I am trying to

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-17 Thread Michael Felt
* > > -qcpluscmt > > ** ** > > ** ** > > ** ** > > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Thursday, June 14, 2012 2:38 PM > > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 > with gcc/g++ > >

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Michael Felt
at 7:30 PM, Brian Gaber wrote: > ** > I was getting errors with sqlite also so I added these two configure > directives: > > --without-pdo-sqlite > --without-sqlite > > This got me past the sqlite problem. > > > -- > *From:* Michael

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Michael Felt
in/apxs \ > --with-mysql=/usr/local/mysql \ > --with-libxml-dir=/opt/freeware \ > --with-zlib-dir=/opt/freeware > > Thanks. > > Brian > -- > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Wednesday, June 13, 2012 3:58 PM > > *To:*

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
, jpeg, etc. that need to be included. By default most of these are not being found. my approach will be to get php tp compile with minimal arguments to ./configure and then add extra statements as needed. Michael On Wed, Jun 13, 2012 at 7:45 PM, Michael Felt wrote: > forgot to mention: no h

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
forgot to mention: no have not tried to compile php against 2.4.x yet. Will setup a test machine soon to try. On Wed, Jun 13, 2012 at 7:44 PM, Michael Felt wrote: > I had tested httpd with xlCv7 and xlCv11 and gcc 4.6.2. > > The important thing I noticed is that if you compile apr wit

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
m compiling PHP. > > Cheers. > > Brian > > -- > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Tuesday, June 12, 2012 5:17 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 > with gcc/g+

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-12 Thread Michael Felt
There are some "more recent" gcc builds for AIX available via: http://www.perzl.org/aix/index.php?n=Main.Gcc *Current versions:* - AIX5L V5.1: v4.5.3-2 - AIX5L V5.2: v4.6.3-2 - AIX5L V5.3: v4.6.3-2 - AIX V6.1: v4.6.3-2 - AIX V7.1: v4.6.3-2 RPM's being what they are - there are sev

Re: [users@httpd] RE: httpd-2.4.2 "make install" fails on AIX 6.1

2012-06-12 Thread Michael Felt
It may not have all the options you want installed, but I worked on a set up scripts in ./build/aix The idea is that if you run build/aix/buildaix.ksh it does a configure for you. I also suggested a layout for AIX (look in config.layout). The layout uses /opt/httpd, /var/httpd and /etc/httpd as t

[users@httpd] Re: setting up testing

2012-04-05 Thread Michael Felt
to setup a test bed to see what works where, and what does not work. Suggestions appreciated. On Thu, Apr 5, 2012 at 12:07 AM, Graham Leggett wrote: > On 05 Apr 2012, at 12:03 AM, Michael Felt wrote: > > I found some info on a mod_perl, and have picked it up via svn - but am > s

[users@httpd] getting the svn revision number out of tree.

2012-03-03 Thread Michael Felt
Hi, When checking out a tree the last line is a "revision number" that has been checked out. Is there a simple way to get that revision number using a script similar to the build/pkg/pkginfo script in the httpd distributions? Michael

[users@httpd] Re: [users] Re: [users@httpd] Getting fixes before they are released

2012-03-03 Thread Michael Felt
Seems there is a big difference between .../2.4.X and .../2.4.x (in other words, was not finding the .X) (same for 2.2.x, er X) Thanks. On Sun, Mar 4, 2012 at 12:29 AM, Sander Temme wrote: > Michael, > > On Mar 3, 2012, at 10:47 AM, Michael Felt wrote: > > > I know there are s

[users@httpd] Getting fixes before they are released

2012-03-03 Thread Michael Felt
I know there are some fixes to 2.4.1 already done - how would I pick those up (rather than going to trunk or 2.5.0 as of today?). There is some mention of a patches directory, but I do not see current info. regards. Same for 2.2.22 Thanks