Re: [us...@httpd] Auth failure: configuration error: couldn't check access. No groups file?

2008-12-31 Thread Jeremy Dunck
On Wed, Dec 31, 2008 at 7:09 PM, Eric Covener wrote: > > Assuming you're in 2.2.x: > > mod_authz_user is required for Require valid-user. > mod_authz_default would have given you a slightly better error message. Fantastic! Thanks!

Re: [us...@httpd] Auth failure: configuration error: couldn't check access. No groups file?

2008-12-31 Thread Eric Covener
On Wed, Dec 31, 2008 at 7:18 PM, Jeremy Dunck wrote: > Hello fellow httpd users. :-) > > I have an error in my configuration, but I can't seem to figure it out. > > I've pasted my configuration and resulting error here: > http://apache.pastebin.ca/1297361 Assuming you're in 2.2.x: mod_authz_use

[us...@httpd] Auth failure: configuration error: couldn't check access. No groups file?

2008-12-31 Thread Jeremy Dunck
Hello fellow httpd users. :-) I have an error in my configuration, but I can't seem to figure it out. I've pasted my configuration and resulting error here: http://apache.pastebin.ca/1297361 Any suggestions? - The official Use

[us...@httpd] Richmond H Dyes/mchhosp.gov is out of the office.

2008-12-31 Thread RDyes
I will be out of the office starting 12/31/2008 and will not return until 01/05/2009. If it is an emergency, the help line at 760-6277 -- Confidentiality Notice -- This email message, including all the attachments, is for the sole use of the intended recipient(s) and contains confidential in

Re: [us...@httpd] Apache on Mac: Can't choose DocumentRoot

2008-12-31 Thread Evan Platt
Modify httpd.conf. Add something silly. "Hello world". Restart apache. Do you get an error? If not, you are modifying the wrong httpd.conf . At 02:48 AM 12/31/2008, you wrote: I'm new to mac, but I have started the Apache http service in OS X 10.5.6. I tried out the software iWeb that comes

[us...@httpd] Basic Config File Question

2008-12-31 Thread Matthew Hoggan
First off I hope I am posting to this mail group correctly. If not please let me know. I am assuming that this email will be sent out (broadcasted) to the rest of those on the mailing list. Second here is my question, I just configured phpmyadmin to work on my main server, I would like to p

[us...@httpd] RE: 32 bit Apache on 64 bit RHEL5.2 machine

2008-12-31 Thread Tamer Embaby
Vinay, You should use: $ export CFLAGS="-m32" Then continue with the ./configure and Apache compilation as usual. Tamer -Original Message- From: Vinay Purohit [mailto:vinay.puro...@trianz.com] Sent: Tuesday, December 30, 2008 3:01 PM To: users@httpd.apache.org Subject: [us...@httpd] 32

Re: [us...@httpd] Apache on Mac: Can't choose DocumentRoot

2008-12-31 Thread Owen Rubel
My best suggestion is to uninstall and install Apache from macPorts. ( http://www.macports.org/) If you are running Open Source/GPL on Mac, MacPorts is your best bet (rather than their prepackaged variants) that way you can maintain some control over your environment and get the latest patches, mod

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> sarta53 wrote: > > > > there is no /etc/httpsd directory, and there is no https.conf anywhere on > > my > system. > Look in the /etc/apache directory for sub-directories. > In one of those, there is certainly a file that contains a line like > Listen 443 > > That file is probably "Include"-

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread André Warnier
sarta53 wrote: there is no /etc/httpsd directory, and there is no https.conf anywhere on my system. Look in the /etc/apache directory for sub-directories. In one of those, there is certainly a file that contains a line like Listen 443 That file is probably "Include"-d in your main httpd.con

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> sarta53 wrote: > > How do I prevent apache from binding to port 443? I want incoming port 443 > available for ssh logins and HTTPS support is not needed so only want apache > to > bind to port 80 > > > > My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet > netstat rev

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread J. Greenlees
sarta53 wrote: > How do I prevent apache from binding to port 443? I want incoming port 443 > available for ssh logins and HTTPS support is not needed so only want apache > to bind to port 80 > > My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet > netstat reveals it bin

[us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
How do I prevent apache from binding to port 443? I want incoming port 443 available for ssh logins and HTTPS support is not needed so only want apache to bind to port 80 My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet netstat reveals it binding to port 443. Alterna

Re: Re: [us...@httpd] Problems with dynamically generating certificate...

2008-12-31 Thread Eric Covener
On Wed, Dec 31, 2008 at 3:54 AM, wrote: > So as you said there was no support in apache for dynamic certificate > generation, why not add support for it. Make it a feature request. Of course, > all enviroment vars that is available before SSL handshake could be available > in %{} notations, s

Re: [us...@httpd] Virtual Host Performance Oddity

2008-12-31 Thread André Warnier
J. Greenlees wrote: [...] 1) maybe not the problem, but you have (at least) 3 times this section : All these directives overlap one another, so it's rather difficult to figure out what is going on. 2) you define your VirtualHost sections in the main http.conf file. That is ok, but then you also

Re: [us...@httpd] Apache 2.2 asks for client certificate when it shouldn't

2008-12-31 Thread Miguel Angel Tormo Alfaro
El Martes, 30 de Diciembre de 2008 17:53:42 krist.vanbes...@gmail.com escribió: > On 12/30/08, Miguel Angel Tormo Alfaro wrote: > > > I thought it could be a browser issue, however the same config in apache 2.0 > > doesn't behave this way. On the other hand I'm able to reproduce the problem > > w

Re: [us...@httpd] Virtual Host Performance Oddity

2008-12-31 Thread J. Greenlees
André Warnier wrote: > J. Greenlees wrote: > [...] > As slightly off-topic, I would like to add a note : > > Because of the way in which VirtualHosts work, with the first-defined > VHost being the one handling all requests which somehow are "wrong", > it is often difficult to sort out where such pr

[us...@httpd] 2.2.11: BalancerMember Ping/Pong timeout has wrong format

2008-12-31 Thread Ian Lea
Hi On apache 2.2.10 a config file with these lines BalancerMember ajp://localhost:17100 route=yyy ping=10 works fine, but on 2.2.11 it fails to parse, showing error Syntax error on line 73 of /opt/apache-2.2.11/conf/test.conf: BalancerMember Ping/Pong timeout has wrong format I see th

Re: [us...@httpd] Virtual Host Performance Oddity

2008-12-31 Thread André Warnier
J. Greenlees wrote: [...] As slightly off-topic, I would like to add a note : Because of the way in which VirtualHosts work, with the first-defined VHost being the one handling all requests which somehow are "wrong", it is often difficult to sort out where such problems are coming from. To avoi

Re: [us...@httpd] Virtual Host Performance Oddity

2008-12-31 Thread André Warnier
J. Greenlees wrote: Running Apache 2.2.8 [ Mandriva 2008.1 default build with php5, mod_perl and mod_python over base install ] I set up 3 vhosts, using name based vhosts. all 3 work but the 3rd one has a response time of over 5 minutes. This is just loading a basic html page, so the php, perl an

[us...@httpd] Apache on Mac: Can't choose DocumentRoot

2008-12-31 Thread Woppe
I'm new to mac, but I have started the Apache http service in OS X 10.5.6. I tried out the software iWeb that comes along with the OS, and created a website that I "published to folder" — my web root (/Library/WebServer). Now if I browse to http://localhost I won't end up at my prefered document

[us...@httpd] Can't compile libssl and libz into httpd 2.2.11

2008-12-31 Thread xPostings
Hi I really don't know if it's only a config problem on my side or if it's a change from apache 2.2.8 to 2.2.11: How can I compile httpd WITHOUT any linkings to libssl and libz (that means compile it into httpd). Also the httpd 2.2.8 is bigger in filesize than 2.2.11 (bacause libz and libssl is no

[us...@httpd] Virtual Host Performance Oddity

2008-12-31 Thread J. Greenlees
Running Apache 2.2.8 [ Mandriva 2008.1 default build with php5, mod_perl and mod_python over base install ] I set up 3 vhosts, using name based vhosts. all 3 work but the 3rd one has a response time of over 5 minutes. This is just loading a basic html page, so the php, perl and python support shoul

Re: Re: [us...@httpd] Problems with dynamically generating certificate...

2008-12-31 Thread postmaster
>>Since the request follows the handshake, would you even know the >>hostname being requested at the right time? (SNI aside) One idea is to have a custom made DNS server which always issues a random IP in lets say the 10.1.x.x series for each hostname->IP request. The certgenerate software co

RE: [us...@httpd] Getting the following error: image/gif (NS_IMAGELIB_ERROR_LOAD_ABORTED)

2008-12-31 Thread Kamaraj, Jayakumar
Hi, Sorry for the mistake. The image is present in the local server ,but the server report the error HTTP/1.0 403 Forbidden. Thanks, jai -Original Message- From: Kamaraj, Jayakumar [mailto:jkama...@corp.untd.com] Sent: Wednesday, December 31, 2008 2:01 PM To: users@httpd.apache.o

[us...@httpd] Getting the following error: image/gif (NS_IMAGELIB_ERROR_LOAD_ABORTED)

2008-12-31 Thread Kamaraj, Jayakumar
Hi, When I request for a particular image from the server , sometimes it is returning the image, sometimes it is returning this error message (image/gif (NS_IMAGELIB_ERROR_LOAD_ABORTED) -this one I obtained using httpfirefox plugin of firefox) What may be the reasons. Please ur