Re: [users@httpd] FIPS disabled by httpd 2.4.3

2012-08-22 Thread Rainer Jung
On 22.08.2012 20:47, Ruiyuan Jiang wrote: Hi, My OpenSSL v1.0.1c was compiled as FIPS enabled. # /usr/local/ssl/bin/openssl OpenSSL> version OpenSSL 1.0.1c-fips 10 May 2012 OpenSSL> I did compilation httpd v2.4.2 and v2.4.3 to use the above version of openssl. After I started httpd v2.4.3, I

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-22 Thread Ben Johnson
On 8/22/2012 2:39 PM, Eric Covener wrote: >> http://www.svnforum.org/threads/37237-AuthzSVNAccessFile-Require-ldap-group > > That thread predates the authorization containers from 2.4 recommended > in this thread. Maybe there are plans for AuthzSVN to interoperate, > or maybe it already does.

[users@httpd] FIPS disabled by httpd 2.4.3

2012-08-22 Thread Ruiyuan Jiang
Hi, My OpenSSL v1.0.1c was compiled as FIPS enabled. # /usr/local/ssl/bin/openssl OpenSSL> version OpenSSL 1.0.1c-fips 10 May 2012 OpenSSL> I did compilation httpd v2.4.2 and v2.4.3 to use the above version of openssl. After I started httpd v2.4.3, I noticed in the error_log that FIPS is being

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-22 Thread Eric Covener
> http://www.svnforum.org/threads/37237-AuthzSVNAccessFile-Require-ldap-group That thread predates the authorization containers from 2.4 recommended in this thread. Maybe there are plans for AuthzSVN to interoperate, or maybe it already does.

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-22 Thread Ben Johnson
On 8/16/2012 11:28 AM, Ben Johnson wrote: > > >> On 8/15/2012 7:45 AM, Rainer Jung wrote: >> You might be looking for the RequireAny and RequireAll container >> directives: >> >> http://httpd.apache.org/docs/2.4/en/mod/mod_authz_core.html#requireall >> >> See also >> >> httpd.apache.org/docs/2.

[users@httpd] RE: problems installing mod_ldap when compliing httpd 2.2.22

2012-08-22 Thread John Adamski
I got apache to install by adding the following lines in the script. set config_options="${config_options} --with-ldap-include=/opt/openldap/include/" set config_options="${config_options} --with-ldap-lib=/opt/openldap/lib/libldap_r.so" however after compiling and starting httpd using apachectl

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Alex Bligh wrote: --On 22 August 2012 13:05:40 -0400 "J.Lance Wilkinson" wrote: ForceType nor the fact the file extension, .ram, has a match for the mime type of audio\x-pn-realaudio in the cited TypesConfig file seems to be applying the correct Content-Type header on the Not

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Alex Bligh
--On 22 August 2012 13:05:40 -0400 "J.Lance Wilkinson" wrote: ForceType nor the fact the file extension, .ram, has a match for the mime type of audio\x-pn-realaudio in the cited TypesConfig file seems to be applying the correct Content-Type header on the Not sure w

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Tom Evans wrote: On Wed, Aug 22, 2012 at 4:26 PM, J.Lance Wilkinson wrote: Eric Covener wrote: I wonder if on the 2nd system the files are not really served by the "default handler" and somehow end up pumped through e.g. PHP? We've noted that NO MATTER WHERE this FilesMatch stanza ap

Re: [users@httpd] An interesting observation

2012-08-22 Thread Ben Johnson
On 8/22/2012 1:09 AM, Ajay Garg wrote: > Hi all. > > I have been doing some testing with uploading large files to a > httpd-based WebDAV server, and I notice that while uploading large > files, if the connection breaks midway and the file is not transmitted > completely, the (incomplete) file is

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Tom Evans
On Wed, Aug 22, 2012 at 4:26 PM, J.Lance Wilkinson wrote: > Eric Covener wrote: >> I wonder if on the 2nd system the files are not really served by the >> "default handler" and somehow end up pumped through e.g. PHP? > > > We've noted that NO MATTER WHERE this FilesMatch stanza appears >

[users@httpd] Handle Multi-Domain Traffic

2012-08-22 Thread unjc email
Hello all, I am having a performance issue with Apache server; I hope you could provide some hints and/or advices the proper way to implement the solution. I need to set up a webserver that acts like the Internet to our testing environment. All HTTP requests for various domains would be end up hi

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Eric Covener wrote: I'll note I even put in the following, to no avail: ForceType audio/x-pn-realaudio I wonder if on the 2nd system the files are not really served by the "default handler" and somehow end up pumped through e.g. PHP? We've noted that NO MATTER WHERE

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Eric Covener
> For the sake of thoroughness, in which log does this message appear on > your system? Initially, the ErrorLog in the base server configuration. When I added an ErrorLog to the specific SSL enabled virtualhost, the error appeared in the specific ErrorLog. ---

[users@httpd]

2012-08-22 Thread Meike Stone
Hello, I run about 12 apache2 httpd server with php5.3 All are running well, but randomly I get the error message, that the "/index.php is not found. /var/log/apache2/error_log: [Wed Aug 22 10:29:57 2012] [error] [client xx.xx.xx.xx] File does not exist: /index.php?site-id=5 The File (index.php

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Ben Johnson
On 8/22/2012 9:36 AM, Eric Covener wrote: > On Wed, Aug 22, 2012 at 9:24 AM, Ben Johnson wrote: >> >> >> On 8/22/2012 8:56 AM, Eric Covener wrote: Dovecot dropped its TLS capabilities, but it still started the server and bound to the non-secure port. >>> >>> I'd personally prefer the s

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Eric Covener
On Wed, Aug 22, 2012 at 9:24 AM, Ben Johnson wrote: > > > On 8/22/2012 8:56 AM, Eric Covener wrote: >>> Dovecot dropped its TLS capabilities, but it still started >>> the server and bound to the non-secure port. >> >> I'd personally prefer the server fail startup rather than operate w/o SSL. > > W

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Ben Johnson
On 8/22/2012 8:56 AM, Eric Covener wrote: >> Dovecot dropped its TLS capabilities, but it still started >> the server and bound to the non-secure port. > > I'd personally prefer the server fail startup rather than operate w/o SSL. While that may be, this preference should not be assumed. Even i

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Ben Johnson
On 8/22/2012 8:55 AM, Eric Covener wrote: > example? I provided one in my initial message: when Apache is configured to use a given SSL certificate and the key and certificate files do not match. > - > To unsubscribe, e-mail: u

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Eric Covener wrote: I'll note I even put in the following, to no avail: ForceType audio/x-pn-realaudio I wonder if on the 2nd system the files are not really served by the "default handler" and somehow end up pumped through e.g. PHP? On both systems, the files in que

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Eric Covener
> Dovecot dropped its TLS capabilities, but it still started > the server and bound to the non-secure port. I'd personally prefer the server fail startup rather than operate w/o SSL. - To unsubscribe, e-mail: users-unsubscr...@ht

Re: [users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Eric Covener
example? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Eric Covener
> I'll note I even put in the following, to no avail: > > >ForceType audio/x-pn-realaudio > I wonder if on the 2nd system the files are not really served by the "default handler" and somehow end up pumped through e.g. PHP?

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Asaf Dalet
this is the httpd.conf file No, increasing the log level didn't add any relevant messages. i will try the EnableSendfile option thanks asaf On Wed, Aug 22, 2012 at 2:54 PM, ivan Gouin wrote: > Hi asaf, > Could you please post your config file? > > thanks > > > On 22 August 2012 13:50, Asaf Da

[users@httpd] Apache fails to start, without explanation, when certain SSL-related directives are misconfigured

2012-08-22 Thread Ben Johnson
Hello, I find it extremely troubling that when Apache fails to start due to an SSL-related misconfiguration nothing is logged to that effect. For example, if a certificate and private key do not match, Apache will fail to start and, from what I can tell, fails to log anything at all. Maybe there

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Eric Covener
On Wed, Aug 22, 2012 at 7:50 AM, Asaf Dalet wrote: > Hi, > I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to > have passed fine. But when I browse to static HTML pages on that server - > all pages return empty with "Content-Length: 0" in the response headers. > > anyone has

[users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
I have a FORMER production system, Sun Solaris 10 running Apache HTTPD v2.2.6, with a highly customized configuration. It delivers files with the extension ".ram" with the desired Content-Type: audio/x-pn-realaudio, due to the contents of its TypesConfig specified file, which contains "audio/x-

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread ivan Gouin
Hi asaf, Could you please post your config file? thanks On 22 August 2012 13:50, Asaf Dalet wrote: > Hi, > I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to > have passed fine. But when I browse to static HTML pages on that server - > all pages return empty with "Content-

Re: [users@httpd] Content-Length is always 0

2012-08-22 Thread Nick Kew
On 22 Aug 2012, at 12:50, Asaf Dalet wrote: > Hi, > I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to have > passed fine. But when I browse to static HTML pages on that server - all > pages return empty with "Content-Length: 0" in the response headers. > > anyone has an

[users@httpd] Content-Length is always 0

2012-08-22 Thread Asaf Dalet
Hi, I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to have passed fine. But when I browse to static HTML pages on that server - all pages return empty with "Content-Length: 0" in the response headers. anyone has an idea how to fix this? thanks asaf