RE: [users@httpd] Mod_wsgi

2012-10-22 Thread Welsh, Neil
Hi Jeff, Many thanks I have it loaded and up and running now :). Thank you very much for your help. Neil Neil Welsh│Ab Initio Development | Visa Europe │T + 44 (0) 1189 9397431 │ www.visaeurope.com ABOUT VISA EUROPE - Visa Europe is a membership association of more than 4,000 European ban

[users@httpd] SOLVED: Re: [users@httpd] Mixed VirtualDocumentRoot and VirtualHost directives

2012-10-22 Thread Terry Carmen
On 10/21/2012 10:19 PM, Eric Covener wrote: On Sun, Oct 21, 2012 at 8:50 PM, Terry Carmen wrote: I have a very stable server that's been happily running a number of name-based virtual hosts with nothing more than: UseCanonicalName Off VirtualDocumentRoot /var/www/html/%0 This responds correct

[users@httpd] Intermittent 500 responses in access.log without corresponding entries in error.log

2012-10-22 Thread Ben Johnson
Hello, I'm struggling to debug an issue that seems to affect two different and unrelated PHP scripts on a given website. The essence of the issue is that the scripts in question (and only those scripts) return status code 500 responses, but only some small percentage of the time. The effective p

Re: [users@httpd] Intermittent 500 responses in access.log without corresponding entries in error.log

2012-10-22 Thread Ben Johnson
On 10/22/2012 12:45 PM, Ben Johnson wrote: > Hello, > > I'm struggling to debug an issue that seems to affect two different and > unrelated PHP scripts on a given website. > > The essence of the issue is that the scripts in question (and only those > scripts) return status code 500 responses, but

[users@httpd] apache 2.4.3 and Require instead of Allow from

2012-10-22 Thread Alain Roger
Hi, in former version of apache 2.2 we used "Allow from 192.168.1.10" to allow computer with ip address 192.168.1.10 to access to web folder and thus to website. under apache 2.4.x now we have to user Require instead... here is my problem i know that if i write Require all granted everybody will

Re: [users@httpd] apache 2.4.3 and Require instead of Allow from

2012-10-22 Thread Pete Houston
On Mon, Oct 22, 2012 at 11:44:44PM +0200, Alain Roger wrote: > How can i do to restrict this folder/website to 2 ip addresses (e.g. > 192.168.1.10 and 192.168.2.50) ? Require ip 192.168.1.10 192.168.2.50 as specified in the documentation at http://httpd.apache.org/docs/2.4/mod/mod_authz_c

Re: [users@httpd] apache 2.4.3 and Require instead of Allow from

2012-10-22 Thread Alain Roger
Sorry i found it too late :( but thx anyway On Tue, Oct 23, 2012 at 12:01 AM, Pete Houston wrote: > On Mon, Oct 22, 2012 at 11:44:44PM +0200, Alain Roger wrote: > > How can i do to restrict this folder/website to 2 ip addresses (e.g. > > 192.168.1.10 and 192.168.2.50) ? > > Require ip 19

[users@httpd] Apache Reverse Proxy for Keberos-Enabled Website

2012-10-22 Thread Nguyen, Bao L
Hi All, I have configured Apache to act as a reverse proxy for some of our internal SAP applications. These internal SAP applications already has SSO set up using Kerberos. Is it possible configure Apache to "delegate" the authentication to the internal SAP application so I have to set up

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

2012-10-22 Thread William A. Rowe Jr.
On 10/22/2012 1:18 PM, Yehuda Katz wrote: > Any idea what would be required for someone who wanted to volunteer to manage > windows builds? Binaries are created/distributed only by httpd committers as a matter of policy (irrespective of platform). This is due to the ASF's own liabilities and web

[users@httpd] Locking Down httpd w/virtualhosts

2012-10-22 Thread Nick Edwards
Hi, Is there a way to lock down httpd (2.4.3) similar to the way httpd docs suggest using php flag for when using php module. php_admin_value open_basedir "/usr/local/lib/php/:/var/www/vhost/example.com/" php_admin_value upload_tmp_dir /var/www/vhost/example.com/tmp/ php_a