Re: Virtual hosting problem

2006-10-26 Thread nicolas
Laser144 escribió: Hi, On my server (Sarge with Apache2) I am trying to host multiple websites. The www.sailmaster.nl and webmail.sailmaster.nl work fine, but nubicula.xs4all.nl connects to /var/www/apache-default/ and www.gijpstuiver.nl cannot be reached. How can I fix this? My /etc/apache2/si

RE: Virtual hosting problem

2006-10-26 Thread Jente Paredis
much easier to manage if I have a separate file per domain. Regards Jente Paredis -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Laser144 Verzonden: donderdag 26 oktober 2006 10:28 Aan: debian-user@lists.debian.org Onderwerp: Virtual hosting problem Hi

Virtual hosting problem

2006-10-26 Thread Laser144
Hi, On my server (Sarge with Apache2) I am trying to host multiple websites. The www.sailmaster.nl and webmail.sailmaster.nl work fine, but nubicula.xs4all.nl connects to /var/www/apache-default/ and www.gijpstuiver.nl cannot be reached. How can I fix this? My /etc/apache2/sites-available/default

Re: problems with apache2 and virtual hosting

2005-09-25 Thread Simo Kauppi
On Sat, Sep 24, 2005 at 08:00:24PM -0700, Todd A. Jacobs wrote: > I'm running apache2/stable 2.0.54-5, and am not able to get virtual > hosts to work correctly. All requests are being handled by the default > virtual host, which is obviously not what I want. > > I've defined the following in apach

Re: problems with apache2 and virtual hosting

2005-09-24 Thread Robert Wolfe
Try removing the * from -- Robert Wolfe, MCP [EMAIL PROTECTED] - Original Message From: Todd A. Jacobs <[EMAIL PROTECTED]> To: Debian User List Subject: problems with apache2 and virtual hosting Date: 25/09/05 00:16 > I'm running apache2/stable 2.0.54-5, and

problems with apache2 and virtual hosting

2005-09-24 Thread Todd A. Jacobs
I'm running apache2/stable 2.0.54-5, and am not able to get virtual hosts to work correctly. All requests are being handled by the default virtual host, which is obviously not what I want. I've defined the following in apache2.conf: NameVirtualHost * ServerName www.codegnome.

Re: awstats with mass virtual hosting

2004-10-25 Thread Michael
> Hi, > I have a machine with a lot of virtual hosts. For that I am using > apache with mass virtual hosting. Now I have to run awstats on each > single virtual host. I was curious what is the beste metod to do that ? > As far as I read I have to have one conf for each virt

Re: awstats with mass virtual hosting

2004-10-25 Thread Pritpal Dhaliwal
Cristi Banciu wrote: Hi, I have a machine with a lot of virtual hosts. For that I am using apache with mass virtual hosting. Now I have to run awstats on each single virtual host. I was curious what is the beste metod to do that ? As far as I read I have to have one conf for each virtual host

RE: awstats with mass virtual hosting

2004-10-25 Thread Gilbert, Joseph
PROTECTED] Sent: Sunday, October 24, 2004 11:34 AM To: [EMAIL PROTECTED] Subject: awstats with mass virtual hosting Hi, I have a machine with a lot of virtual hosts. For that I am using apache with mass virtual hosting. Now I have to run awstats on each single virtual host. I was curious what is the

awstats with mass virtual hosting

2004-10-24 Thread Cristi Banciu
Hi, I have a machine with a lot of virtual hosts. For that I am using apache with mass virtual hosting. Now I have to run awstats on each single virtual host. I was curious what is the beste metod to do that ? As far as I read I have to have one conf for each virtual host. I was curios how is

Re: perl program to log apache access.log with mass virtual hosting

2004-10-24 Thread David Clymer
On Sat, 2004-10-23 at 08:07, Cristi Banciu wrote: > Hi, > > I am using apache with mass virtual hosting. I need to keep separate log > files for each vhosts into something like thist > /var/log/httpd/$vhost.without.www/$year/$month/$day/access.log > > I have found a li

Re: perl program to log apache access.log with mass virtual hosting

2004-10-24 Thread David Clymer
On Sat, 2004-10-23 at 08:07, Cristi Banciu wrote: > Hi, > > I am using apache with mass virtual hosting. I need to keep separate log > files for each vhosts into something like thist > /var/log/httpd/$vhost.without.www/$year/$month/$day/access.log > > I have found a little

perl program to log apache access.log with mass virtual hosting

2004-10-23 Thread Cristi Banciu
Hi, I am using apache with mass virtual hosting. I need to keep separate log files for each vhosts into something like thist /var/log/httpd/$vhost.without.www/$year/$month/$day/access.log I have found a little perl script that says it does that. Unfortunatelly it does not working, apache

Re: apache + mass virtual hosting +tomcat please help (resin ??)

2004-10-15 Thread Pritpal Dhaliwal
80 in order to serve http requests, and this is exactly the port where apache wants to listen on (and apparently is listening on, if all this mass virtual hosting is actually working). So I think it is not possible to have apache serve requests to http://somesite1.com and tomcat requests for http://some

Re: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread S.D.A.
n on (and apparently > is listening on, if all this mass virtual hosting is actually working). I can't help with the OPs problem, but Tomcat does run standalone or integrated into Apache. Makes sense as Tomcat is part of the Apache project. See; <http://jakarta.apache.org/tomcat/faq/conne

Re: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Cristi Banciu
Roozemond, D.A. wrote: (although there might be a workaround with bridged networking etc). The easiest solution I see is letting tomcat run on port 81 (for instance), and tell apache to redirect any requests for http://www.tomcatsite.com/ to http://www.tomcatsite.com:81/, which tomcat will then ser

RE: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Roozemond, D.A.
m, not a plugin for apache. This means tomcat needs to listen on port 80 in order to serve http requests, and this is exactly the port where apache wants to listen on (and apparently is listening on, if all this mass virtual hosting is actually working). So I think it is not possible to have apache

apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Cristi Banciu
Hi, I have configured apache with mass virtual hosting by adding following line to apache's conf files. VirtualDocumentRoot /var/vhosts/%0/httpdocs/ and everything seems to work just fine with a little exception. Few virtual sites needs tomcat in order to work. I have installed tomcat

Re: Apache dynamically configured mass virtual hosting

2002-02-19 Thread J. Paul Bruns-Bielkowicz
> So from what you did provide the only difference it seems is > that I'm using NameVirtualHost... And have my mod_vhost directives > within the block... That was the key that made my configuration work. Thanks. J. Paul Bruns-Bielkowicz

Re: Apache dynamically configured mass virtual hosting

2002-02-19 Thread Jeremy T. Bouse
elkowicz wrote: > Hi, > I'm trying to setup apache for dynamically configured mass virtual hosting. > I've followed the documentation explicitly. > > LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so > UseCanonicalName Off > LogFormat "%V %h %l

Apache dynamically configured mass virtual hosting

2002-02-19 Thread J. Paul Bruns-Bielkowicz
Hi, I'm trying to setup apache for dynamically configured mass virtual hosting. I've followed the documentation explicitly. LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so UseCanonicalName Off LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon Cus

Re: virtual hosting in apache and file locations

2001-10-20 Thread will trillich
On Tue, Oct 02, 2001 at 09:39:58PM +1000, Daniel Stone wrote: > On Tue, Oct 02, 2001 at 12:43:43PM +0200, martin f krafft wrote: > > ...equinomial[1]... > > [1] no, this isn't a word. but it should be. you get the idea... > > It's a damn cool word. I second its introduction to the English > langua

other data WAS: Re: /var and /usr Re: virtual hosting in apache and file locations

2001-10-02 Thread Erik Steffl
Ola Lundqvist wrote: > > On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > > i always wondered just why debian apache puts the main homepage of a > > server into /var/www. /var isn't made for stuff that's persistens like > > a homepage! in addition, where do virtual hosts go? in g

/var and /usr Re: virtual hosting in apache and file locations

2001-10-02 Thread Ola Lundqvist
On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > i always wondered just why debian apache puts the main homepage of a > server into /var/www. /var isn't made for stuff that's persistens like > a homepage! in addition, where do virtual hosts go? in general, once Well I want to tel

Re: virtual hosting in apache and file locations

2001-10-02 Thread Grzegorz Prokopski
Hi ! I really like what Angus has showed about his apache config. I have "my" option too ;-) - of course... ATM I can see two major options (no matter where symlinks go): 1) /var/www/$FQDN/, /var/log/apache/$FQDN-{access|error}.log 2) /home/$DOMAINUSER/{somedirhere}/ everything in this dir IMHO

Re: virtual hosting in apache and file locations

2001-10-02 Thread Angus D Madden
On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > > why is debian apache making /var/www be the main directory, and why is > debian apache not providing an easily extensible location for virtual > domain data? > I think it's because TIMTOWTDI, and everyone has their own prefere

Re: virtual hosting in apache and file locations

2001-10-02 Thread Dave Sherohman
On Tue, Oct 02, 2001 at 08:10:38PM +1000, Daniel Stone wrote: > The default web root will be /var/www/default. There must be no files in > /var/www; as a temporary measure, a daily cronjob may be implemented to > move all files from /var/www to /var/www/default. If you really feel that this is nec

Re: virtual hosting in apache and file locations

2001-10-02 Thread P Kirk
On Tue, Oct 02, 2001 at 10:01:43AM -0500, Dave Sherohman wrote: >On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: >> i always wondered just why debian apache puts the main homepage of a >> server into /var/www. > >Because it can change during normal system operation (rules out /usr

Re: virtual hosting in apache and file locations

2001-10-02 Thread Dave Sherohman
On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > i always wondered just why debian apache puts the main homepage of a > server into /var/www. Because it can change during normal system operation (rules out /usr and anything that typically resides on the root device), doesn't belo

Re: virtual hosting in apache and file locations

2001-10-02 Thread Daniel Stone
On Tue, Oct 02, 2001 at 12:56:35PM +0100, xio wrote: > On Tue, Oct 02, 2001 at 08:10:38PM +1000, Daniel Stone wrote: [excessive quoting trimmed] > > /var/log/apache(2)/default should be symbolic links to the relevant > > directories. > > Why not have virtual and default documents in /var/www/? >

Re: virtual hosting in apache and file locations

2001-10-02 Thread xio
On Tue, Oct 02, 2001 at 08:10:38PM +1000, Daniel Stone wrote: > On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > > i always wondered just why debian apache puts the main homepage of a > > server into /var/www. /var isn't made for stuff that's persistens like > > a homepage! in add

Re: virtual hosting in apache and file locations

2001-10-02 Thread xio
On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > i always wondered just why debian apache puts the main homepage of a > server into /var/www. /var isn't made for stuff that's persistens like > a homepage! in addition, where do virtual hosts go? in general, once > a virtual host is

Re: virtual hosting in apache and file locations

2001-10-02 Thread Daniel Stone
On Tue, Oct 02, 2001 at 12:43:43PM +0200, martin f krafft wrote: > also sprach Daniel Stone (on Tue, 02 Oct 2001 08:10:38PM +1000): > > I think that a symlink from /var to /home is bad. Maybe if we stored it > > under /home/www-data or such. > > that's one possibility, although i am more in favor

let's move this thread (was Re: virtual hosting in apache and file locations)

2001-10-02 Thread martin f krafft
we have just founded an apache task force to work on long overdue issues with apache, so let's continue this thread there, and not on both lists. if you still have comments about my original post, go ahead and post them here, otherwise hop on over to https://lists.madduck.net/mailman/listinfo/d

Re: virtual hosting in apache and file locations

2001-10-02 Thread martin f krafft
also sprach Daniel Stone (on Tue, 02 Oct 2001 08:10:38PM +1000): > I think that a symlink from /var to /home is bad. Maybe if we stored it > under /home/www-data or such. that's one possibility, although i am more in favor of uniting sites into single directory hierarchies. what's the big point of

Re: virtual hosting in apache and file locations

2001-10-02 Thread Daniel Stone
On Tue, Oct 02, 2001 at 10:27:49AM +0200, martin f krafft wrote: > i always wondered just why debian apache puts the main homepage of a > server into /var/www. /var isn't made for stuff that's persistens like > a homepage! in addition, where do virtual hosts go? in general, once > a virtual host is

virtual hosting in apache and file locations

2001-10-02 Thread martin f krafft
i always wondered just why debian apache puts the main homepage of a server into /var/www. /var isn't made for stuff that's persistens like a homepage! in addition, where do virtual hosts go? in general, once a virtual host is defined, one had better defined a virtual host for the primary hostname

Re: Apache and Virtual Hosting

2001-05-15 Thread will trillich
On Mon, May 14, 2001 at 11:02:27PM -0400, Jason Healy wrote: > At 989895234s since epoch (05/14/01 22:53:54 -0400 UTC), Scott Raun wrote: > > I'm Apache 1.3 on potato. > > > > I can't get name-based virtual hosting to work. > > I too, suffered from this. I

Re: Apache and Virtual Hosting

2001-05-14 Thread ktb
On Mon, May 14, 2001 at 09:53:54PM -0500, Scott Raun wrote: > I'm Apache 1.3 on potato. > > I can't get name-based virtual hosting to work. > > I just browsed the archive - I've got the NameVirtualHost IP-address in > place. I've had the local Linux Use

Re: Apache and Virtual Hosting

2001-05-14 Thread Jason Healy
At 989895234s since epoch (05/14/01 22:53:54 -0400 UTC), Scott Raun wrote: > I'm Apache 1.3 on potato. > > I can't get name-based virtual hosting to work. I too, suffered from this. I'm not sure if you're having the same problem that I was, but it turned out that

Apache and Virtual Hosting

2001-05-14 Thread Scott Raun
I'm Apache 1.3 on potato. I can't get name-based virtual hosting to work. I just browsed the archive - I've got the NameVirtualHost IP-address in place. I've had the local Linux User Group mailing list look at my config - they've had a number of thoughts, none of whic

Re: Apache virtual hosting

2000-03-29 Thread Robert Varga
Not really like that. Don't forget there are hosts out there which have only one ip-address, so they must use name-based virtual hosting. For this they must configure their only ip-address as NameVirtualHost. After this the documentroot in srm.conf is ignored. All ip-names which the server

Re: Apache virtual hosting

2000-03-28 Thread Daniel Yang
bian-user@lists.debian.org>Date: Monday, March 27, 2000 2:32 PMSubject: Apache virtual hosting If I figure my apache web server to allow virtual hosts, does the 'DocumentRoot' directive in the main server configuration area of httpd.conf get ignored?  

Apache virtual hosting

2000-03-27 Thread Dzuy M. Nguyen
If I figure my apache web server to allow virtual hosts, does the 'DocumentRoot' directive in the main server configuration area of httpd.conf get ignored?   By setting up the virtual hosts, do all my domains have to be listed in:     And is this now the default directives the all the Doc

Virtual hosting resource wanted

1999-08-21 Thread André Bell
At http://www.flux.org/linux/mooney.html I came across all these Howto's for virtual hosting on apache: . http://www.apache.org/docs/vhosts/ip-based.html . http://www.apache.org/docs/vhosts/name-based.html . http://metalab.unc.edu/LDP/HOWTO/mini/IP-Alias.html . http://www.apacheweek.com/fea

Re: apache virtual hosting

1999-08-11 Thread Bill West
On Tue, Aug 10, 1999 at 12:36:17PM -0700, Robert Jones wrote: > > What version of Apache were you using on Red Hat? Since 1.3, you need to > explicitly define IP addresses you want to have named-based virtual hosts on > with the 'NameVirtualHost' directive -- if you were on 1.2, and upgraded to >

Re: apache virtual hosting

1999-08-10 Thread Robert Jones
Quoth Bill West on 10 Aug, 1999: > Strange problem here. I just moved on of my machines at work to debian from > redhat. The apache server on that machine was doing virtual hosting of > several sites using the same IP via VirtualName directives. Worked very well > in fact. Now the d

apache virtual hosting

1999-08-10 Thread Bill West
Strange problem here. I just moved on of my machines at work to debian from redhat. The apache server on that machine was doing virtual hosting of several sites using the same IP via VirtualName directives. Worked very well in fact. Now the debian apache will not do the same thing for some reason

Re: sendmail virtual hosting

1999-07-21 Thread A. M. Varon
rt sendmail for this to take effect, but you will need to > restart it later anyway, so don't restart it for now. < snipped> Thanks Robert! virtual hosting now works. Proves once again of a very good tech support for Debian! :) regards, = = Andre M. Varon Lasaltech Incorporate

Re: sendmail virtual hosting

1999-07-21 Thread Robert Varga
On Wed, 21 Jul 1999, A. M. Varon wrote: > Hi, > > Anybody has experience with sendmail virtual hosting on a > Debian slink/potato? Any tips/tricks to share? I use slink with sendmail on one of my machines doing this. First of all, put all virtualhosts in the /etc/mail/sendmail.

sendmail virtual hosting

1999-07-21 Thread A. M. Varon
Hi, Anybody has experience with sendmail virtual hosting on a Debian slink/potato? Any tips/tricks to share? Thanks, = = Andre M. Varon Lasaltech Incorporated = = == Technical Head Fax-Tel: (034)435-0836 = == = = = = E-mail : [EMAIL PROTECTED] = WebPage : http

Re: IP less virtual hosting FTP daemon

1998-08-20 Thread fantomas
-> > > Is there such a thing? I have a lot domains that I host, but only one IP. -> > -> > No. Proftpd can do IP based virtual hosting -> -> I know, ProFTPd is what I'm currently using, but that won't do... maybe you should set iit up or upgrade. Anyway

Re: IP less virtual hosting FTP daemon

1998-08-20 Thread Turbo Fredriksson
Jason Gunthorpe <[EMAIL PROTECTED]> wrote: > On 19 Aug 1998, Turbo Fredriksson wrote: > > > Is there such a thing? I have a lot domains that I host, but only one IP. > > No. Proftpd can do IP based virtual hosting I know, ProFTPd is what I'm curre

Re: IP less virtual hosting FTP daemon

1998-08-20 Thread Jason Gunthorpe
On 19 Aug 1998, Turbo Fredriksson wrote: > Is there such a thing? I have a lot domains that I host, but only one IP. No. Proftpd can do IP based virtual hosting > Nether proftpd or wu-ftpd-academ can handle this... And I know of only one > web server that do (which I have runned ha

IP less virtual hosting FTP daemon

1998-08-20 Thread Turbo Fredriksson
Is there such a thing? I have a lot domains that I host, but only one IP. Nether proftpd or wu-ftpd-academ can handle this... And I know of only one web server that do (which I have runned happily for over a year), and that's Roxen... But I need a FTPd that can handle this to... PS. Please Cc to

Apache non-IP based Virtual Hosting

1997-08-21 Thread Matthew Tebbens
Has anyone converted to/installed Apache non-IP based Virtual Hosting ? Please e-mail me, I just had a few basic questions.. Thanks, Matthew -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Virtual Hosting

1996-12-12 Thread Todd T. Fries
the Edward Blevins writes: > On Mon, 9 Dec 1996, CoB SysAdmin wrote: > > Good thing, too. We've got enough IP-space cramping as it is. > Agreed! Um ipv6 anyone? Read the specs. Our little 32bit ip pool is about to get a 96bit boost. (technically 65bits when you consider that is what they a

Re: Virtual Hosting

1996-12-09 Thread the Edward Blevins
On Mon, 9 Dec 1996, CoB SysAdmin wrote: > I should like to mention at this point that there's supposed to be some > movement toward a convention of the browser notifying the server of what > host *name* it looked up to get there. So, you could have all the names > go to one IP and the browsers w

Re: Virtual Hosting

1996-12-09 Thread Brad Roberts
> I should like to mention at this point that there's supposed to be some > movement toward a convention of the browser notifying the server of what > host *name* it looked up to get there. So, you could have all the names > go to one IP and the browsers would say "I was trying to connect to > www

Re: Virtual Hosting

1996-12-09 Thread Philippe Troin
On Sun, 08 Dec 1996 14:50:56 EST [EMAIL PROTECTED] wrote: > Excuse my ignorance, but what is a virtual host? (and what would be the > advantages to having one?) A virtual host is a supplemental name attached to a machine. Typically ISP which host web services (www.yourcompany.com) don't have a

Re: Virtual Hosting

1996-12-08 Thread tomk%westgac3
Fundamental writes: > [snip] > Now, what else do i have to do to get this virtual host to work on my > machine? IF anyone has some advice or can point me in the right direction > for a HowTO, id much apprecaiate it:) [snip] Excuse my ignorance, but what is a virtual host? (and what would be the

Re: Virtual Hosting

1996-11-26 Thread Andrew Y Ng
-BEGIN PGP SIGNED MESSAGE- On Tue, 26 Nov 1996, Fundamental wrote: > Now, what else do i have to do to get this virtual host to work on my > machine? IF anyone has some advice or can point me in the right direction > for a HowTO, id much apprecaiate it:) hmm... u have a lot of questions

Virtual Hosting

1996-11-26 Thread Fundamental
Hey all. Im running Debian Linux 1.1 and apache 1.1.1. Ive added this to the bottom of my httpd.conf ServerName www.b2.com.au ServerAdmin [EMAIL PROTECTED] DocumentRoot/web/docs/b2/ ErrorLoglogs/b2.com.au-error.log TransferLog log