RE: [us...@httpd] Digest Authentication

2009-03-15 Thread Tirtza Bernstein
Thanks a lot. That was it. I was using notepad. I switched to wordpad and now it works. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Sunday, March 15, 2009 2:51 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Digest Authentication Tirtza Bernstein wr

Re: [us...@httpd] Can name- and IP-based vhosts share an address:port pair?

2009-03-15 Thread Matus UHLAR - fantomas
On 13.03.09 12:19, Mark H. Wood wrote: > We have HTTPD 2.2 with several IP-based VirtualHost definitions. Now > one of our partners wants to add some name-based vhosts, and it would > be convenient to just keep using the same address:port as their > existing application. What I mean to do is just

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread André Warnier
Eric Covener wrote: On Sun, Mar 15, 2009 at 2:34 AM, Rex C. Eastbourne wrote: However, when I do this, I get the following error message: [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results Your config

Re: [us...@httpd] Digest Authentication

2009-03-15 Thread André Warnier
Tirtza Bernstein wrote: Hi, I have basic authentication working for svn on apache 2.2. When I try to switch it to digest authenticated it does not work. Configuration with Digest Authentication: DAV svn SVNListParentPath on SVNParentPath C:\server\repos

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread Eric Covener
On Sun, Mar 15, 2009 at 2:34 AM, Rex C. Eastbourne wrote: > However, when I do this, I get the following error message: > > [error] VirtualHost *:80 -- mixing * ports and non-* ports with a > NameVirtualHost address is not supported, proceeding with undefined results Your config is perfect, howev

Re: [us...@httpd] PRoblem with virtual host setup

2009-03-15 Thread Glen Barber
On Fri, Mar 13, 2009 at 4:59 PM, Dan Yamins wrote: > > /private/etc/hosts: > > 127.0.0.1: localhost > 255.255.255.255 broadcasthost > ::1             localhost > fe80::1%lo0 localhost > 127.0.0.1: DataEnvironment > Try putting: 127.0.0.1: localhost DataEnvironment one one line if you can't re

Re: [us...@httpd] PRoblem with virtual host setup

2009-03-15 Thread Krist van Besien
On Fri, Mar 13, 2009 at 9:59 PM, Dan Yamins wrote: > > When I run apachectl -S I get: >    [Fri Mar 13 16:56:45 2009] [warn] VirtualHost 127.0.0.1:80 overlaps with > VirtualHost 127.0.0.1:80, the first has precedence, perhaps you need a > NameVirtualHost directive >    [Fri Mar 13 16:56:45 2009] [

[us...@httpd] Digest Authentication

2009-03-15 Thread Tirtza Bernstein
Hi, I have basic authentication working for svn on apache 2.2. When I try to switch it to digest authenticated it does not work. Configuration with Digest Authentication: DAV svn SVNListParentPath on SVNParentPath C:\server\repos AuthType Digest

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread Krist van Besien
On Sun, Mar 15, 2009 at 8:57 AM, Glen Barber wrote: > I believe you are missing the 'ServerAlias' directive. > > http://httpd.apache.org/docs/2.0/vhosts/name-based.html I don't think that's the problem, as the OP doesn't want one site with two names, but two sites each with their own name. The c

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread Krist van Besien
On Sun, Mar 15, 2009 at 7:34 AM, Rex C. Eastbourne wrote: > Hello, > > I am completely new to Apache. I have a static IP address that's being > hosted on an Ubuntu server. (I do not own a domain name yet.) I would like > to have two versions of a web app on my IP address (let's call it X.X.X.X): >

Re: [us...@httpd] Big log file- any impact on performance ?

2009-03-15 Thread Davide Bianchi
Chinmay Tripathi wrote: > I was wondering if the log file size has any impact on the apache > performance. On _apache_ performance not really, but it will impact the performance of anything you use to analyze said log files. Running a log analyzer on a 1 Gb file, will require less time and process

Re: [us...@httpd] Big log file- any impact on performance ?

2009-03-15 Thread André Warnier
Chinmay Tripathi wrote: Hi, I was wondering if the log file size has any impact on the apache performance. On my Linux web server, one log file size is 20GB. I know I can rotate this log. But my question to you is whether the size of the log file has any impact on apache performance whatsoever.

Re: [us...@httpd] Big log file- any impact on performance ?

2009-03-15 Thread Glen Barber
On Sun, Mar 15, 2009 at 2:59 AM, Chinmay Tripathi wrote: > Hi, > > I was wondering if the log file size has any impact on the apache > performance. On my Linux web server, one log file size is 20GB. I know I can > rotate this log. But my question to you is whether the size of the log file > has an

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread Glen Barber
On Sun, Mar 15, 2009 at 2:34 AM, Rex C. Eastbourne wrote: > Hello, > > I am completely new to Apache. I have a static IP address that's being > hosted on an Ubuntu server. (I do not own a domain name yet.) I would like > to have two versions of a web app on my IP address (let's call it X.X.X.X): >

[us...@httpd] Big log file- any impact on performance ?

2009-03-15 Thread Chinmay Tripathi
Hi, I was wondering if the log file size has any impact on the apache performance. On my Linux web server, one log file size is 20GB. I know I can rotate this log. But my question to you is whether the size of the log file has any impact on apache performance whatsoever. Any comments or suggestio