[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Multiple domains to a single site.
- Subject: [cobalt-users] Multiple domains to a single site.
- From: "Owen Lees" <owen@xxxxxxxxxxxxxxxx>
- Date: Wed Apr 12 10:04:00 2000
I remember this chestnut before and drawing an uncertain result.
The way I see it is that as a lot of folks (such as ourselves) have one IP
which is set to a standard site for the box. When a client comes along and
wants to have multiple domains the only option that so far I have been able
to do is to make up loads of virtual sites with a redirect page on each one
(ie: index.html contains a re-direct header)
As I understand this, the only way to ensure redirection is if all the
domains are sitting on one machine and thats all that machine is used for..
this is impossible to justify costs wise for a small company such as
ourselves.
Otherwise I have seen (probably correct) suggestions on implementing another
IP number on the RAQ2, I have since gotten another IP and still cant get the
DNS to operate correctly, if I create an A record and point to the new IP it
comes up with the site on the original IP! (Thats even when the site to
which I wish to send redirects is sitting on the new IP happily and takes
requests for that IP directly from the browser URL line).
So there we go... stuck really!
I still need to be able to do redirection of domains to other domains whilst
the machine is not dedicated to the original domain.
Anyone help?
Best wishes
Owen Lees
Webmaster for Largescale Online http://www.largescale.co.uk
The best ONLINE resource for all your largescale model car needs..
We supply worldwide - everything from a car to a bolt!
Check out the daily updated website today!!
----- Original Message -----
From: <cobalt-users-admin@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, April 06, 2000 1:28 AM
Subject: cobalt-users digest, Vol 1 #606 - 15 msgs
>
> Send cobalt-users mailing list submissions to
> cobalt-users@xxxxxxxxxxxxxxx
>
> To subscribe or unsubscribe via the web, visit
> http://list.cobalt.com/mailman/listinfo/cobalt-users
> or, via email, send a message with subject or body 'help' to
> cobalt-users-request@xxxxxxxxxxxxxxx
> You can reach the person managing the list at
> cobalt-users-admin@xxxxxxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of cobalt-users digest..."
>
>
> Today's Topics:
>
> 1. RE: Re: multiple domains pointing to a single site
> . - (Brandon Wheaton)
> 2. Re: raq3 (RHLinux)
> 3. Re: Re: [Qube2] FP 2K Disable.Subweb (Mike Vanecek)
> 4. Re: Re: [Qube2] FP 2K Disable.Subweb (Mike Vanecek)
> 5. User adding Script / Front End (Vijay)
> 6. Re: Sendmail quit working when I changed ISP (Vicente Sanchez)
> 7. Re: (RaQ3) Installing SSH and warrenty.... (Gordon)
> 8. Re: Total Newbie, please be patient... (Jens Kristian
=?iso-8859-1?q?S=F8gaard?=)
> 9. favicon.ico (Joe Kerns)
> 10. RE: How secure is the Qube2 Admin Login (Walt Davis)
> 11. Re: Todays giggle (Gordon)
> 12. Re: Mail Rewrite Error (Gordon)
> 13. Re: How secure is the Qube2 Admin Login (Gerald Waugh)
> 14. Re: No Root or Admin Access (Keith)
>
> --__--__--
>
> Message: 1
> From: Brandon Wheaton <brandonw@xxxxxxxxxxxx>
> To: "'cobalt-users@xxxxxxxxxxxxxxx'" <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] Re: multiple domains pointing to a single site
> . -
> Date: Wed, 5 Apr 2000 16:26:09 -0700
> boundary="----=_NextPart_000_01A5_01BF9F1B.F1E0ACF0";
> micalg=SHA1;
> protocol="application/x-pkcs7-signature"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_01A5_01BF9F1B.F1E0ACF0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
>
> I keep things trimmed to the what I am responding to.
> That way, someone not having the benefit of seeing
> the first message only has to scroll down.
>
> In regards to your advice on apache, I say BZZT!
> Try again. I have done domain redirection via DNS
> alone many times without ever having to touch Apache.
>
> Try hitting qubic.net, cubic.net and qbic.net to see
> it in action. Any of the three will land you on
> qubic.net. All mail traffic goes to qubic.net and
> when you ftp to cubic.net, guess where you end up...
> ftp.qubic.net
>
> ----
> NameVirtualHost 166.90.54.224
> <VirtualHost 166.90.54.224>
> ServerName www.qubic.net
> ServerAdmin admin
> DocumentRoot /home/sites/home/web
> RewriteEngine on
> RewriteCond %{HTTP_HOST} !^166.90.54.224(:80)?$
> RewriteCond %{HTTP_HOST} !^www.qubic.net(:80)?$
> RewriteRule ^/(.*) http://www.qubic.net/$1 [L,R]
> RewriteOptions inherit
> AliasMatch ^/~([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3
> AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3
> </VirtualHost>
> ----
> No modifications there.....
>
> Brandon Wheaton
> UNIX Operations Engineer
> ValiCert, Inc.
> 1215 Terra Bella Ave.
> Mountain View, CA 94043
> 650.567.5430
> ----
> Computers are useless; they can only provide answers.
> ~Pablo Picasso
>
> hey brandon, trim the original when replying, eh?
>
> my instructions presumed he already had DNS set up.
>
> Even with DNS set up, apache needs to be configured to recognize the
> various
> Host: headers that your browser sends.
>
> otherwise you get the default site on that IP.
>
> Paul
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
> ------=_NextPart_000_01A5_01BF9F1B.F1E0ACF0
> Content-Type: application/x-pkcs7-signature;
> name="smime.p7s"
> Content-Transfer-Encoding: base64
> Content-Disposition: attachment;
> filename="smime.p7s"
>
>
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL2TCCAsQw
>
ggItoAMCAQICAwIDmjANBgkqhkiG9w0BAQQFADCBlDELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl
>
c3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UE
>
CxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAx
>
OTk5LjkuMTYwHhcNMDAwMTI5MDMxNDQ3WhcNMDEwMTI4MDMxNDQ3WjBkMRAwDgYDVQQEEwdXaGVh
>
dG9uMRAwDgYDVQQqEwdCcmFuZG9uMRgwFgYDVQQDEw9CcmFuZG9uIFdoZWF0b24xJDAiBgkqhkiG
>
9w0BCQEWFWJyYW5kb253QHZhbGljZXJ0LmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
>
s8lpQdlTtxoaT675rcuAe+CichDP50+mU14R/5dMF/1bJIHeSW7b8uri3b/TbAfHeVkiu2bgnFba
>
A3xkXfT4p3tYAaEnwoQn3b8FbjvNYT8sDZwc9HA+oLFxUlLUpZEWrVA+nvvM5FJr8nNE4rLRV3wt
>
9nASnnpCpKOpDiU+MU0CAwEAAaNTMFEwIAYDVR0RBBkwF4EVYnJhbmRvbndAdmFsaWNlcnQuY29t
>
MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiKvxYINmVfTkWMdGHcBhvSPXw4wwDQYJKoZIhvcN
>
AQEEBQADgYEAMzLmDBvHwU4ZbF5mQBzq1l+C5dq1irVQYDvALNFRpCpLc7BigNXdlghmSKYUNWyE
>
egN5+GDqYk4qCq9gCp7YpB1RcISQ1xgQurEtL/H9rOynW1/WcVQnf/UQS0w/pq5QVz9L1dg/yftm
>
n9YDHgjksFW56pbnQCQEp4LVmMCIpJcwggLEMIICLaADAgECAgMCA5swDQYJKoZIhvcNAQEEBQAw
>
gZQxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZp
>
bGxlMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD
>
VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMTk5OS45LjE2MB4XDTAwMDEyOTAzMTQ0OFoXDTAx
>
MDEyODAzMTQ0OFowZDEQMA4GA1UEBBMHV2hlYXRvbjEQMA4GA1UEKhMHQnJhbmRvbjEYMBYGA1UE
>
AxMPQnJhbmRvbiBXaGVhdG9uMSQwIgYJKoZIhvcNAQkBFhVicmFuZG9ud0B2YWxpY2VydC5jb20w
>
gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAK+uv6sFsG4mgdQLYyEj9kbXBNO3UvSsw1pdX9W0
>
ZXBcfiTGj21GAsh8+KrBsp85bLNMAUutVGhwNn3SFVBndgwJUud57TeApMxUzjgJqy8JB3uIzQdE
>
6lXGOMCFPM9JB1F+t0Vt3KsL1uDltIrWWhtRgnZZldY4xtr8A6KY/lldAgMBAAGjUzBRMCAGA1Ud
>
EQQZMBeBFWJyYW5kb253QHZhbGljZXJ0LmNvbTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFIir
>
8WCDZlX05FjHRh3AYb0j18OMMA0GCSqGSIb3DQEBBAUAA4GBAJs0zTs6h2Mn/ib/xJmv6QckOlu4
>
ND58oepYiVzvc0k0DjiBoCsTm8LE+w/PvgmQVeTfEYoGYqH52mKX73XCZt2rnuffjVH0Yi75w7eK
>
ykg0xrFpkuwdPZ5mGclR4cImQrJSUuCvb2vaClrtVTPPexWarm2RDl4Z98Vw0SRbuffKMIIDFDCC
>
An2gAwIBAgIBCzANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rl
>
cm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEo
>
MCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3Rl
>
IFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0
>
aGF3dGUuY29tMB4XDTk5MDkxNjE0MDE0MFoXDTAxMDkxNTE0MDE0MFowgZQxCzAJBgNVBAYTAlpB
>
MRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZU
>
aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBG
>
cmVlbWFpbCBSU0EgMTk5OS45LjE2MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzaVqX1NAW
>
C3q1xV3pIZwjcs0STEv3fs/H+8pyJPRCUqxXleN7YXoXhOf9cjk4lLTq7WWnkgZeveBl9hm7lHl2
>
TD65aHB1hBz0EXQAvAUsTwkDFzHM9EHUcsamXeKIRLCLLsRN8fDWhT5s85WUeJF+QOmc0Y0VV47C
>
c+Uw3kb1TwIDAQABozcwNTASBgNVHRMBAf8ECDAGAQH/AgEAMB8GA1UdIwQYMBaAFHJJwnM0xlX0
>
C3ZygX539IfnxrIOMA0GCSqGSIb3DQEBBAUAA4GBAGvGWekx+um27LED2N9ycv6RYEjqxlXde/Bn
>
jsZhcOdtwqU32J23FyhWBYvdXHVvxpGQxmxmcRPQEHxrkW+G4CE2LcHX6rIJrc8tbcaDUpv7u/6c
>
h538t+l0kuRcl678fqzKDW9yemcsa3P1hvmd9QBu9B0Hzp2egmMp75MJflXeMIIDLTCCApagAwIB
>
AgIBADANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw
>
ZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE
>
CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNv
>
bmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUu
>
Y29tMB4XDTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYTAlpBMRUwEwYD
>
VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENv
>
bnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNV
>
BAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwt
>
ZnJlZW1haWxAdGhhd3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx
>
6UfYDFG26nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5ErHzmj+hN
>
D3EfQDimAKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVquzgkCGqYx7Hao5iR/Xnb
>
5VrEHLkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1
>
lqVnYiqk8E0RYNBvjWBYYawmu1I1XAjPMPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzc
>
eePnbgBHH7UNKOgCneSa/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr
>
5PjRzneigTGCAq4wggKqAgEBMIGcMIGUMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD
>
YXBlMRQwEgYDVQQHEwtEdXJiYW52aWxsZTEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0
>
aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDE5OTkuOS4x
>
NgIDAgObMAkGBSsOAwIaBQCgggFnMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN
>
AQkFMQ8XDTAwMDQwNTIzMjgxNlowIwYJKoZIhvcNAQkEMRYEFD3o29Z77bzUJG2N8jSSAs9RxgU0
>
MFgGCSqGSIb3DQEJDzFLMEkwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMAcGBSsOAwIHMA0G
>
CCqGSIb3DQMCAgEoMAcGBSsOAwIaMAoGCCqGSIb3DQIFMIGtBgkrBgEEAYI3EAQxgZ8wgZwwgZQx
>
CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxl
>
MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQD
>
Ex9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMTk5OS45LjE2AgMCA5owDQYJKoZIhvcNAQEBBQAEgYCi
>
+GY7V/IL2+VgbznTZE6v5KRLorLW9I7iK+Ahkp0vQfdVwgtby+BXQPhpXOd1O/pRve0gm2i3Py46
>
PIqekUxXnK+z5zYu6ULzcd+fii1TcFYqaAPKghKAnvFN0YsErWKqU9DHsUk1KaOr+E4Cm2j9e5c/
> KWZSSVXS0w2ucztQWAAAAAAAAA==
>
> ------=_NextPart_000_01A5_01BF9F1B.F1E0ACF0--
>
>
> --__--__--
>
> Message: 2
> From: "RHLinux" <rhlinux@xxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] raq3
> Date: Wed, 5 Apr 2000 15:30:51 -0800
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> my upline already has MRTG and i really dont find it useful
>
> I already am also doing the restrictions
>
> I need a program which i cn pull up and it says
>
> IP is using this much bandwidth (MB or GIGS etc)
> "
> "
>
> ----- Original Message -----
> From: "Brandon Wheaton" <brandonw@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Wednesday, April 05, 2000 3:14 PM
> Subject: RE: [cobalt-users] raq3
>
>
> Are you referring to placing restrictions on users
> or something that shows a pretty graph? Bandwidth
> limitation is already built into the O/S and GUI.
> If you want to see traffic utilization on each
> interface, you could install MRTG.. see more
> information at www.mrtg.org. You would install
> MRTG on localhost or another host and enable
> SNMP on your RaQ as that is how the interface
> stats are gathered.
>
> Brandon Wheaton
> UNIX Operations Engineer
> ValiCert, Inc.
> 1215 Terra Bella Ave.
> Mountain View, CA 94043
> 650.567.5430
> ----
> Computers are useless; they can only provide answers.
> ~Pablo Picasso
>
> -----Original Message-----
> From: RHLinux [mailto:rhlinux@xxxxxxxxxxx]
> Sent: Wednesday, April 05, 2000 4:00 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] raq3
>
>
> Hi guys
>
> I need to know if anyone has installed a easy-to-use bandwidth monitor
> (ip
> based of course) i need one setup on my raq3 asap
>
> any help will be appricated (quickly :)
>
> Regards
> Gary
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 3
> From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Cc: Will DeHaan <will@xxxxxxxxxx>
> Subject: Re: [cobalt-users] Re: [Qube2] FP 2K Disable.Subweb
> Date: Wed, 05 Apr 2000 18:59:18 -0500
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> >From Cobalt:
>
> >There is no SubWeb support for the Qube 2 at all. The enable.subweb
command
> >was only meant for Qube 1 and RaQ 1. There are no SubWebs on the Qube 2.
> >Frontpage is only supported on the main site.
>
> Mike's question:
>
> > I am a little new to this. When you say main site, that means that only
the
> > administrator can use FP and that none of the other users on the system
have
> > that capability in their home directories. Is that correct?
>
> Cobalt's response:
>
> > I mean that only the main site http://domain.com/ can be used with
frontpage,
> > however other users can post to that site if you give them permissions
>
> I take this to mean that users may NOT have FP 2K enabled in their home
> directories. Only the admin home page directory is FP 2K enabled and
other
> users can be given permission to update only the admin home page directory
> (not much help here).
>
>
> On Mon, 03 Apr 2000 16:51:06 -0700, Will DeHaan <will@xxxxxxxxxx> wrote:
>
> :>Mike, what is the error? This should work and certainly can be made to
> :>work.
>
> Here is where I tried to enable a user's home page to use FP 2K. The
> extensions were installed, but in the wrong place (/home/groups/home/test/
> and an error occurred:
>
> [root@www bin]# ./enable.subweb /home/users/test/ test testpass
>
> Cobalt Networks FrontPage Setup Tool
>
> Creating FrontPage sub-web "/home/users/test/"
>
> FrontPage user: test
> password: testpass
>
> Temporarily renaming .htaccess files
> /usr/bin/find: /home/httpd/html/: No such file or directory
> Running fpsrvadm.exe:
>
> Starting install, port: 80, web: "/home/users/test/"
>
> Creating web http://www.mydomain.com/home/users/test
> Cannot create folder "/home/groups/home/home/users/test". <<-- zap!
>
> fpsrvadm.exe finished
> Fixing page counter file permissions
> /usr/bin/find: /home/httpd/html/: No such file or directory
> Restoring .htaccess files
> /usr/bin/find: /home/httpd/html/: No such file or directory
>
> The /etc/httpd/conf/srm.conf contains DocumenRoot /home/groups/home -
> I assume this is the cause of my problem, but am not sure what it should
be?
>
> The .htaccess contains:
>
> # -FrontPage-
>
> IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
>
> <Limit GET POST>
> order deny,allow
> deny from all
> allow from all
> </Limit>
> <Limit PUT DELETE>
> order deny,allow
> deny from all
> </Limit>
> AuthName test
> AuthUserFile /home/groups/home/test/_vti_pvt/service.pwd
> AuthGroupFile /home/groups/home/test/_vti_pvt/service.grp
>
> Clearly a subweb was created, but in the wrong place.
>
> :>disable.subweb should work, please forward any more details regarding
> :>its failure so any errors can be fixed.
>
> I have had several back and forth emails about this error with Cobalt
> customer service. Basically, the response is, it cannot be done, tough
doodo.
> I tried to remove the extensions created above for the test user and
> received;
>
> [root@www bin]# ./disable.subweb test
>
> Cobalt Networks FrontPage Setup Tool
>
> Removing FrontPage sub-web "username"
>
> Running fpsrvadm.exe:
>
> Starting delete, port: 80, web: "test"
>
> Created: 11 Aug 1999 17:35:55 -0700
> Version: 3.0.2.1330
>
> The server administration programs and the server extensions on the web
> server are not compatible. The server is too old to use with this
> administration program.
>
> fpsrvadm.exe finished
> Restarting the web server
> [root@www bin]#
>
> As a result, I now have a subweb /home/groups/home/test/ that I cannot
> remove.
>
> Notice that the pkg did install the new items in the version 4
directories.
>
> [root@www /root]# locate fpsrvadm
> /usr/local/frontpage/version4.0/bin/fpsrvadm.exe
> [root@www /root]# locate disable.subweb
> /usr/local/frontpage/version4.0/bin/disable.subweb
> [root@www /root]# cd /usr/local/frontpage/version4.0/bin/
> [root@www bin]# ./disable.subweb test
>
> :>> (2) If one cannot use enable.subweb to install FP 2K extensions for a
user,
> :>> how does one enable a user's directory to use FP 2K extensions? They
are not
> :>> automatically enabled when the userid is created. If FP 2K is
supported on
> :>> the Qube2, then some means must be available to enable (install) the
> :>> extensions for that user. Thus far, I have not been able to find it.
> :>
> :>The user web access and directory structures disallows the use of
> :>frontpage webs on the Qube 2. FP insists on accessing user webs by
> :>http://server/~user/.
>
> So, you are also saying that I may not have the directory,
/home/users/test/
> enabled with FP 2K extensions?
>
> I am completely new to this, but if the /etc/httpd/conf/srm.conf file was
> changed so that DocmentRoot was /home or maybe /home/users rather than
> home/groups/home, then couldn't individual user home directories be FP 2K
> enabled? The server and FP supports this; hence, if not, it must be a
Cobalt
> Qube2 limitation?
>
>
> Q1
>
> I would like to remove the pages that enable.subweb setup for test. I know
I
> can delete test's directory in /home/groups/home/test/ and remove
>
> ScriptAlias /test/_vti_bin/_vti_adm/
> /home/groups/home/test/_vti_bin/_vti_adm/
> ScriptAlias /test/_vti_bin/_vti_aut/
> /home/groups/home/test/_vti_bin/_vti_aut/
> ScriptAlias /test/_vti_bin/ /home/groups/home/test/_vti_bin/
>
> from srm.conf.
>
> Will this cause problems and is there anything else I should do to get the
FP
> definitions for userid test fixed?
>
>
> Q2.
>
> I guess you are telling me that even if I try to change the configuration
to
> allow Qube2 users to use FP 2K in their home directories (e.g.,
> /home/users/userid/) that I am doomed to failure because of how Cobalt has
> set up things?
>
>
> Thank you for your interest and offer of help. Me thinks that Cobalt needs
to
> update their web page containing the FrontPage How Tos, the Qube2 specs
that
> specify FP 2K can be used, and so on to indicate that very limited FP 2K
> capability in the main home directory only is available. Had I known that
> from the beginning I probably would have looked for a different product
> (which I may end up doing any way if I cannot figure out a work around).
>
> I really do like the Qube2, but have a couple of users that want to use FP
in
> their home directories.
>
> Thanks, Mike.
>
>
> --__--__--
>
> Message: 4
> From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Re: [Qube2] FP 2K Disable.Subweb
> Date: Wed, 05 Apr 2000 19:02:14 -0500
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> >From Cobalt customer service:
>
> >From Cobalt:
>
> >There is no SubWeb support for the Qube 2 at all. The enable.subweb
command
> >was only meant for Qube 1 and RaQ 1. There are no SubWebs on the Qube 2.
> >Frontpage is only supported on the main site.
>
> Mike's question:
>
> > I am a little new to this. When you say main site, that means that only
the
> > administrator can use FP and that none of the other users on the system
have
> > that capability in their home directories. Is that correct?
>
> Cobalt's response:
>
> > I mean that only the main site http://domain.com/ can be used with
frontpage,
> > however other users can post to that site if you give them permissions
>
>
>
> On Tue, 4 Apr 2000 08:46:56 -0400, "David Mitchell" <dnm@xxxxxxxxxxxxxx>
> wrote:
>
> :>Will DeHaan wrote:
> :>
> :>> The user web access and directory structures disallows the use of
> :>> frontpage webs on the Qube 2. FP insists on accessing user webs by
> :>> http://server/~user/.
> :>>
> :>>
> :>> -- Will
> :>
> :>Please explain. The specs specifically state that the Qube2 is
> :>preconfigured to support frontpage server extensions.
> :>
> :>David Mitchell
> :>
> :>_______________________________________________
> :>cobalt-users mailing list
> :>cobalt-users@xxxxxxxxxxxxxxx
> :>To Subscribe or Unsubscribe, please go to:
> :>http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 5
> From: "Vijay" <vnair@xxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Date: Wed, 5 Apr 2000 20:11:04 -0400
> boundary="----=_NextPart_000_0039_01BF9F3B.1248A1E0"
> Subject: [cobalt-users] User adding Script / Front End
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0039_01BF9F3B.1248A1E0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hello,
>
> We have installed a Raq3 system. We are hosing a site with facility to =
> have Free Emails using this server. For this purpose, I want to set up a =
> User addition and Login Script (automatic user addition). We are not =
> planning to have web based emails. We want to have POP3 mail boxes so =
> that users can download mails to their PC and remove that from server. =
> As we expect to have about 4000 users, it is difficult (impossible) to =
> add each one through the administration pannel.
>
> If anyone have developed something like this or can develop one for us, =
> I would like to hear from them.
>
> YOu can email me directly at vnair@xxxxxxxxx
>
> Thanks and Regards
>
> Vijay
>
> ------=_NextPart_000_0039_01BF9F3B.1248A1E0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>We have installed a Raq3 system. We are =
> hosing a=20
> site with facility to have Free Emails using this server. For this =
> purpose, I=20
> want to set up a User addition and Login Script (automatic user =
> addition). We=20
> are not planning to have web based emails. We want to have POP3 mail =
> boxes so=20
> that users can download mails to their PC and remove that from server. =
> As we=20
> expect to have about 4000 users, it is difficult (impossible) to add =
> each one=20
> through the administration pannel.</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>If anyone have developed something like =
> this or can=20
> develop one for us, I would like to hear from them.</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>YOu can email me directly at <A=20
> href=3D"mailto:vnair@xxxxxxxx">vnair@xxxxxxxx</A>.</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>Thanks and Regards</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>Vijay</FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_0039_01BF9F3B.1248A1E0--
>
>
> --__--__--
>
> Message: 6
> Date: Thu, 06 Apr 2000 02:18:40 +0200
> From: Vicente Sanchez <visan@xxxxxxxxxxxx>
> Reply-To: visan@xxxxxxxxxxxx
> Organization: MERCURIO Consultores y Auditores de Telecomunicaciones
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Sendmail quit working when I changed ISP
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Hi, Eddie!...
>
> > My server is co-located. I changed my dialup connection providers. I
> > can still receive mail for my domains but mail can not be sent from
> > the server unless I login with the previous ISP. How can I fix it.
>
> go to the services control panel and, in the e-mail service you need to
> put the new ip network that you have asigned in the dial-up poll now, in
> your new isp...
>
> hope this help!...
>
> best regards and electronics greetings from madrid, spain
> --
> ------------------------------------------------------------------------
> Vicente Sanchez | MERCURIO CAT S.L.
> Technical Manager | Hi-End Internet Solutions Provider
> E-Mail: visan@xxxxxxxxxxxx | P.O.Box 28011-E28080-Madrid-Spain
> URL: http://www.mercurio.net | Fax:+34 913 602 175-Phone:+34 913 602 055
>
> --__--__--
>
> Message: 7
> Date: Wed, 5 Apr 2000 15:51:43 -0400 (EDT)
> From: Gordon <root@xxxxxxxxxxxxxxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] (RaQ3) Installing SSH and warrenty....
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> >
> > Installing SSH will not void your warranty.
> >
> > Damaging a configuration file or data that has nothing to do with SSH
> > while trying to install SSH will void your warranty.
> > -- Will
>
> In other words it only voids your warrenty if you break something that
> requires warrenty service? giggle....
>
> installing SSH requires mods to rc.d or inetd.conf....so you kinda
> have to modify system config files ;0
>
> >
> > Cody Watkins wrote:
> > >
> > > If I installed SSH on a new RaQ3 with the instructions found in the
> > > Knowledge Base at
> > >
http://www.cobalt.com/support/kb/search.php3?ques=ssh&qid=534&language=1
> > >
> > > Will this TOTALLY void my warrenty?
> > > The article says "and could potentially void your warranty." Is this a
yes
> > > or no? The writer was not very specific in this article.
> > >
> > > Thanks!
> > > ______________________________________________________
> > > Get Your Private, Free Email at http://www.hotmail.com
> > >
> > > _______________________________________________
> > > cobalt-users mailing list
> > > cobalt-users@xxxxxxxxxxxxxxx
> > > To Subscribe or Unsubscribe, please go to:
> > > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
> >
>
>
>
> --__--__--
>
> Message: 8
> To: "Cobalt User Group" <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] Total Newbie, please be patient...
> From: jk@xxxxxxxxxxxx (Jens Kristian =?iso-8859-1?q?S=F8gaard?=)
> Date: 05 Apr 2000 20:36:35 +0200
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Jerry Waugh <jwaugh@xxxxxxxxxxx> writes:
>
> > > Well, you need to enter a few commands as root. That's pretty much as
> > > "out-of-the-box" as it gets.
>
> > What are the few commands that are entered to enable routing and IP
> > Masquerading or (NAT)?
>
> I've just installed the ipfwadm pkg from Cobalt. Then I login as root,
> and run:
>
> /sbin/ipfwadm
>
> Using the options you normally would use.
>
>
> --
> Jens Kristian Søgaard,
> jk@xxxxxxxxxxxx -- http://www.jksoegaard.dk/
> Søger du noget? -- http://www.google.com/
>
>
> --__--__--
>
> Message: 9
> Date: Wed, 05 Apr 2000 14:51:36 -0400
> From: Joe Kerns <joe@xxxxxxxxxxxxx>
> Organization: JoltinJoe.Com
> To: cobalt-users@xxxxxxxxxxxxxxx, d.latter@xxxxxxx
> Subject: [cobalt-users] favicon.ico
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> That last post about favicon.ico is predicated on someone not messing
> with their IE5 "options". I messed with em and now I notice it isn't
> working...oh well...but only my wife uses that IE...
>
> Joe
>
>
>
> --__--__--
>
> Message: 10
> From: "Walt Davis" <wdavis@xxxxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] How secure is the Qube2 Admin Login
> Date: Wed, 5 Apr 2000 11:23:04 -0700
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> The SSH solution cost less, like free, and you can get cobalts SSL server
> for $99 bucks.
>
> >Or, get the Osser Brosoft SSL-Admin server for the Qube2...
> >
> >http://www.brosoft.net/en
> >
> >regards,
> >
> >Daniel Osser
> >
> >
> >> You can use SSH to encrypt the administrative web interface traffic,
> >> making remote administration just as easy (once ssh is installed) and
> >> secure.
> >>
> > >See the knowledgebase article:
> >>
> >>http://www.cobalt.com/support/kb/search.php3?ques=ssh&qid=534&language=1
>
>
>
> --__--__--
>
> Message: 11
> Date: Wed, 5 Apr 2000 14:41:28 -0400 (EDT)
> From: Gordon <root@xxxxxxxxxxxxxxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Todays giggle
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> On Wed, 5 Apr 2000, Dom Latter w
> > root@xxxxxxxxxxxxxxxxxxxxxxxx wrote:
> > > Found this in a log...
> > san.com quite often gets confused with sun.com....
> >
> > xxx.202.247.41 - - [22/Mar/2000:00:31:30 +0000] "GET /satroffice
HTTP/1.0" 404
>
>
> > Serious question - what is "favicon.ico" that so many browsers are
looking for?
>
> internet explorer looks for it and if found, uses it if the user bookmarks
> the page as a small side icon (fav=favorites) it's in windows icon format
> so you need a windows icon editer to make it , gotta love standards ;0
>
> note: looks only in the site root, so you don't get to have 1 per page,
> only 1 per site...
>
> >
>
>
>
>
> --__--__--
>
> Message: 12
> Date: Wed, 5 Apr 2000 18:04:19 -0400 (EDT)
> From: Gordon <root@xxxxxxxxxxxxxxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Mail Rewrite Error
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
>
> On Wed, 5 Apr 2000, Jeff Lasman wrote:
>
> > I didn't write any of the things you attribute to me below.
>
>
> No, you didn't .... pine quotes without a > in front of the On date
> soandso wrote line, very confusing if you add a reply under it....
> and hazardous to cut/paste -/
>
> Apologies for any confusion.....
>
> Gordon
>
> >
> > I did not write "I don't think it's", etc. And it certainly isn't a
> > slow day here; it's never a slow day here.
> >
> > If you're trying to answer specific questions of mine, please write
> > again, quoting properly and replying properly, interleaving your replies
> > with my questions, so I can follow and understand what you're writing.
> >
> > If you're trying to ask questions of me, please write them as obvious
> > questions which I can understand as coming from you.
> >
> > Thanks.
> >
> > Jeff
> >
> > Gordon wrote:
> > >
> > > On Sat, 1 Apr 2000, Jeff Lasman wrote:
> > >
> > > I don't think it's changing accept mail for domain tho, i think it's
> > > ...<balance deleted>...
> >
>
>
>
>
> --__--__--
>
> Message: 13
> Reply-To: "Gerald Waugh" <gerald@xxxxxxxxx>
> From: "Gerald Waugh" <gerald@xxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] How secure is the Qube2 Admin Login
> Date: Wed, 5 Apr 2000 19:49:29 -0400
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> What does this message have to do with the "subject" and why not *TRIM* a
> little!
> As Paul Schreiber mailto:cheesefactory@xxxxxxxxx suggested:
> Please read these:
> http://db.tidbits.com/getbits.acgi?tbart=05386
> http://db.tidbits.com/getbits.acgi?tbart=05397
>
>
> Mike Vanecek <nospam99@xxxxxxxxxxxx> wrote
> On: Wednesday, April 05, 2000 7:05 PM
> Subject: Re: [cobalt-users] How secure is the Qube2 Admin Login
>
>
> > Interesting looking products. Can FP 2K extensions be enabled for user
home
> > pages? I have a couple of users that want (demand) the ability to use FP
2K
> > to manage their home pages. Evidently, that is no longer an option with
the
> > Qube2 - only the main home page (at least according to customer support)
can
> > have FP functionality.
> >
>
>
>
> --__--__--
>
> Message: 14
> Date: Wed, 05 Apr 2000 20:28:17 -0400
> Subject: Re: [cobalt-users] No Root or Admin Access
> From: Keith <keith@xxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> boundary="MS_Mac_OE_3037811297_2546942_MIME_Part"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> > This message is in MIME format. Since your mail reader does not
understand
> this format, some or all of this message may not be legible.
>
> --MS_Mac_OE_3037811297_2546942_MIME_Part
> Content-type: text/plain; charset="US-ASCII"
> Content-transfer-encoding: 7bit
>
> I don't have FTP or telnet. Thanks for all the responses.
> I think it is down with the ship and reinstall from the OS Disk.
>
>
> Keith
> ----------------------
> CyberSailing LLC
> PO Box 334
> Montvale NJ 07645-0334
> www.csail.com
> keith@xxxxxxxxx
> Fax: 201-802-0565
> ----------------------
>
>
>
> --MS_Mac_OE_3037811297_2546942_MIME_Part
> Content-type: text/html; charset="US-ASCII"
> Content-transfer-encoding: quoted-printable
>
> <HTML>
> <HEAD>
> <TITLE>Re: [cobalt-users] No Root or Admin Access</TITLE>
> </HEAD>
> <BODY>
> <FONT FACE=3D"Charcoal">I don't have FTP or telnet. Thanks for all
the =
> responses.<BR>
> I think it is down with the ship and reinstall from the OS Disk.<BR>
> :( <BR>
> <BR>
> Keith<BR>
> ----------------------<BR>
> CyberSailing LLC<BR>
> PO Box 334<BR>
> Montvale NJ 07645-0334<BR>
> www.csail.com<BR>
> keith@xxxxxxxxx<BR>
> Fax: 201-802-0565<BR>
> ----------------------<BR>
> <BR>
> </FONT>
> </BODY>
> </HTML>
>
>
> --MS_Mac_OE_3037811297_2546942_MIME_Part--
>
>
>
>
> --__--__--
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> End of cobalt-users Digest
>