Re: [users@httpd] RE: IIS Apache 2.2 on port 443

2014-04-22 Thread Yehuda Katz
FYI (and for the list archives), this is a documented issue: http://support.microsoft.com/kb/954874 - Y On Tue, Apr 22, 2014 at 1:35 PM, Trevor Saldanha < trevor.salda...@comtrex.co.uk> wrote: > All fixed. > > > > Even though IIS is not bound to 0.0.0.0, the subsystem http.sys is bound > to 0.

[users@httpd] make: Fatal error: Command failed for target `all-recursive'

2014-04-22 Thread venu thangalapally
Guys.. am trying to install apache 2.4 on solaris 10 i cleared the configure step and hit a roadbump during make step.. am attaching the error file , can any body please help me clearing out the step.. make: Fatal error: Command failed for target `all-recursive' Regards Venu Making all in

Re: [users@httpd] Denying an IP address range

2014-04-22 Thread Tianyin Xu
If you only want to "suppress the access denial error messages", why not use "ErrorDocument"? Basically, in the event of a problem or error, Apache can be configured to do one of four things, 1. output a simple hardcoded error message 2. output a customized message 3. internally redirec

[users@httpd] building httpd with openldap

2014-04-22 Thread Vanhorn, Mike
I am trying to build httpd 2.2.24 on a Solaris 10 system with OpenLDAP rather than Solaris' LDAP. My original configure looks like this: ./configure --prefix=/usr/local/apache2.2.24 --enable-layout=Solaris-Apache2 --enable-mods-shared=all --with-mpm=prefork --with-ldap --enable-authnz-ldap --enab

[users@httpd] RE: IIS Apache 2.2 on port 443

2014-04-22 Thread Trevor Saldanha
All fixed. Even though IIS is not bound to 0.0.0.0, the subsystem http.sys is bound to 0.0.0.0. netsh http add iplisten iis has fixed the problem. Thanks All, Trevor Saldanha Head of IT From: Trevor Saldanha [mailto:trevor.salda...@comtrex.co.uk] Sent: 22 April 2014 17:08 To: users@http

[users@httpd] RE: IIS Apache 2.2 on port 443

2014-04-22 Thread Trevor Saldanha
I did. Listen IP:443 httpd-ssl conf file and listen IP:80 in the httpd conf. The IP:80 works fine. Fails when I include the httpd-ssl conf with listen IP:443. Trevor Saldanha Head of IT D: +44 (0) 1293-789509 M: +44 (0) 7766-084050 From: Cabell, Jeff [mailto:jeff.cab...@xerox.com]

[users@httpd] RE: IIS Apache 2.2 on port 443

2014-04-22 Thread Cabell, Jeff
Did you try putting the IP address in the Listen clause? Jeff Cabell Applications Administrator Education Solutions From: Trevor Saldanha [mailto:trevor.salda...@comtrex.co.uk] Sent: Tuesday, April 22, 2014 10:23 AM To: users@httpd.apache.org Subject: [users@httpd] IIS Apache 2.2 on port 443 Hi

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Jonathan Hayward
@All, thanks! "*Don't mix +/- and non +/-*" - when I removed +/-, things worked. Thanks so much, On Tue, Apr 22, 2014 at 8:58 AM, Eric Covener wrote: > > On Tue, Apr 22, 2014 at 9:46 AM, Jonathan Hayward < > jonathan.hayw...@pobox.com> wrote: > >> Options +ExecCGI Indexes FollowSymLinks MultiV

[users@httpd] IIS Apache 2.2 on port 443

2014-04-22 Thread Trevor Saldanha
Hi All, I've a server running IIS6 and Apache 2.2. I have setup two IP's. One for IIS and the other for Apache so port bindings are dedicated. Separately they start and bind only to their dedicated IP on port 443 shown by netstat -a -n -o . However both will not start up complaining about 443

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Walter H.
On Tue, April 22, 2014 15:46, Jonathan Hayward wrote: > I have a fresh Debian installation (if that's not an oxymoron), with > Apache > 2.2.x which I am migrating to after using Ubuntu Saucy and Apache 2.4.x, > and I'm pulling my hair out about why > http://dev.JonathansCorner.com/index.cgi

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Oscar Knorn
Am 22.04.2014 15:46, schrieb Jonathan Hayward: > > I have a fresh Debian installation (if that's not an oxymoron), with > Apache 2.2.x which I am migrating to after using Ubuntu Saucy and > Apache 2.4.x, and I'm pulling my hair out about > why http://dev.JonathansCorner.com/index.cgi >

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Eric Covener
On Tue, Apr 22, 2014 at 9:46 AM, Jonathan Hayward < jonathan.hayw...@pobox.com> wrote: > Options +ExecCGI Indexes FollowSymLinks MultiViews ​Don't mix +/- and non +/-​ And where's the error log entry?

[users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Jonathan Hayward
I have a fresh Debian installation (if that's not an oxymoron), with Apache 2.2.x which I am migrating to after using Ubuntu Saucy and Apache 2.4.x, and I'm pulling my hair out about why http://dev.JonathansCorner.com/index.cgi (used to serve the homepage)