[no subject]

2005-01-07 Thread nova
Hello freebsd-questions,

  Hello, I would like to know there is in FreeBSD a support of such
  file systems as RiserFS or XFS, this file systems supporting of
  Gentoo. Thank for attention !

-- 
Best regards,
 nova  mailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problem recreating Virtual Hosts settings from Windows to BSD

2003-06-22 Thread william nova
I was using Apache 2 on Windows 2003 server.

I had 2 virtual hosts running, using no-ip for DNS resolution along with a
NO-IP referral entry for each (since my ISP blocks port 80)
The virtual hosts config portion of httpd.conf looked like:

NameVirtualHost *


DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs\site1"
ServerName site1.no-ip.com


DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs\site2"
ServerName site2no-ip.com

Very simple.  And it worked.

Now I'm using Apache 1.3.27_4 on FreeBSD 4.8

I am trying to recreate the
same exact configuration on my new box.   It just won't work, even though
the config is identical, barring the path to the files.
NameVirtualHost *


DocumentRoot /usr/local/www/data/site1
ServerName site1.no-ip.com


DocumentRoot /usr/local/www/data/site2
ServerName site2.no-ip.com

When I put the name for site2 into any browser, I get site1's index.html
page.  I have gone thru the Apache docs for the current version I am using,
but nothing seems to be helping.  It's allmost as though the settings for
site2 are not even being looked at.  I know that httpd itself is working,
cos I am being served pages from DocumentRoot; and I know the DNS is
working; does anybody have any suggestions as to what could be causing only
my virtual hosts to not work on this particular configuration of Apache and
OS?
_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"