You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nick De Decker <ni...@i-vision.be> on 2002/04/30 18:19:50 UTC

frontpage and serveralias

Hello,

I'm running apache 1.3.24 with frontpage 2002 server extensions.
I have a bunch of virtualhosts who have a servername domain.com and a serveralias www.domain.com
The frontpage administrator program only installs the extensions on the value in servername.
When i surf to domain.com everything works, but on www.domain.com only some components like the counter work, search engine and other things give me a "frontpage error"

Any ideas how i can both make www.domain.com and domain.com work ?

Regards,
Nick

Re: frontpage and serveralias

Posted by Nick De Decker <ni...@i-vision.be>.
Hello,

There is no hostlisting in my frontpage.cnf, only seperate configfiles per host.
Anyway, i found out that frontpage needs a valid servername in httpd.conf in order to work, so i just made a fake httpd.conf which has 2 virtualhosts with servername www.domain.com and other one servername domain.com, both same docroot, frontpage just reads these directives i dont use the config with apache. I know it's a bit stupid, but hey, it works ;)

Nick
  ----- Original Message ----- 
  From: Frank Reichenbacher 
  To: users@httpd.apache.org 
  Sent: Tuesday, April 30, 2002 8:06 PM
  Subject: Re: frontpage and serveralias


  In /us/local/frontpage/version5.0 there is a file called frontpage.cnf (I think) this has a list of the hosts with FP extensions installed. Make a backup, then add a line for www.apples.com exactly like the line for apples.com. Then see what happens.

  Frank
    ----- Original Message ----- 
    From: Nick De Decker 
    To: users@httpd.apache.org 
    Sent: Tuesday, April 30, 2002 10:11 AM
    Subject: Re: frontpage and serveralias


    All my virtualhosts are set up like this

    <VirtualHost 192.168.1.5:80>
            ServerName apples.com
            ServerAlias www.apples.com
            User pomme
            Group users
            ....just som scriptalias and dir stuff ...
    </Virtualhost>
     
    I install the extensions on a virtualhost by doing :

    owsadm.exe -o install -p 80 -m  apples.com -servconf /usr/local/www/conf/httpd.conf -xuser pomme -xgroup -u webmaster
    Then it prompts me to set a password, after this i can connect with frontpage to apples.com and load up pages, however on www.apples.com it says the extensions arent installed.
    When surfing to apples.com => everything works, www.apples.com => some things work, other things return a "frontpage error"

    I cant install the extensions to www.apples.com because owsadm tells me there is no such virtualhost.
    I dont want to add an additional virtualhost for www.

    Nick


      ----- Original Message ----- 
      From: Frank Reichenbacher 
      To: users@httpd.apache.org 
      Sent: Tuesday, April 30, 2002 6:43 PM
      Subject: Re: frontpage and serveralias


      Show us the httpd.conf sections and the command-line install of the FP extensions. Did you install to each virtual host seaprately using the -m flag?

      Frank 
        ----- Original Message ----- 
        From: Nick De Decker 
        To: users@httpd.apache.org 
        Sent: Tuesday, April 30, 2002 9:19 AM
        Subject: frontpage and serveralias


        Hello,

        I'm running apache 1.3.24 with frontpage 2002 server extensions.
        I have a bunch of virtualhosts who have a servername domain.com and a serveralias www.domain.com
        The frontpage administrator program only installs the extensions on the value in servername.
        When i surf to domain.com everything works, but on www.domain.com only some components like the counter work, search engine and other things give me a "frontpage error"

        Any ideas how i can both make www.domain.com and domain.com work ?

        Regards,
        Nick

Re: frontpage and serveralias

Posted by Frank Reichenbacher <fr...@mollynet.com>.
In /us/local/frontpage/version5.0 there is a file called frontpage.cnf (I think) this has a list of the hosts with FP extensions installed. Make a backup, then add a line for www.apples.com exactly like the line for apples.com. Then see what happens.

Frank
  ----- Original Message ----- 
  From: Nick De Decker 
  To: users@httpd.apache.org 
  Sent: Tuesday, April 30, 2002 10:11 AM
  Subject: Re: frontpage and serveralias


  All my virtualhosts are set up like this

  <VirtualHost 192.168.1.5:80>
          ServerName apples.com
          ServerAlias www.apples.com
          User pomme
          Group users
          ....just som scriptalias and dir stuff ...
  </Virtualhost>
   
  I install the extensions on a virtualhost by doing :

  owsadm.exe -o install -p 80 -m  apples.com -servconf /usr/local/www/conf/httpd.conf -xuser pomme -xgroup -u webmaster
  Then it prompts me to set a password, after this i can connect with frontpage to apples.com and load up pages, however on www.apples.com it says the extensions arent installed.
  When surfing to apples.com => everything works, www.apples.com => some things work, other things return a "frontpage error"

  I cant install the extensions to www.apples.com because owsadm tells me there is no such virtualhost.
  I dont want to add an additional virtualhost for www.

  Nick


    ----- Original Message ----- 
    From: Frank Reichenbacher 
    To: users@httpd.apache.org 
    Sent: Tuesday, April 30, 2002 6:43 PM
    Subject: Re: frontpage and serveralias


    Show us the httpd.conf sections and the command-line install of the FP extensions. Did you install to each virtual host seaprately using the -m flag?

    Frank 
      ----- Original Message ----- 
      From: Nick De Decker 
      To: users@httpd.apache.org 
      Sent: Tuesday, April 30, 2002 9:19 AM
      Subject: frontpage and serveralias


      Hello,

      I'm running apache 1.3.24 with frontpage 2002 server extensions.
      I have a bunch of virtualhosts who have a servername domain.com and a serveralias www.domain.com
      The frontpage administrator program only installs the extensions on the value in servername.
      When i surf to domain.com everything works, but on www.domain.com only some components like the counter work, search engine and other things give me a "frontpage error"

      Any ideas how i can both make www.domain.com and domain.com work ?

      Regards,
      Nick

Re: frontpage and serveralias

Posted by Nick De Decker <ni...@i-vision.be>.
All my virtualhosts are set up like this

<VirtualHost 192.168.1.5:80>
        ServerName apples.com
        ServerAlias www.apples.com
        User pomme
        Group users
        ....just som scriptalias and dir stuff ...
</Virtualhost>
 
I install the extensions on a virtualhost by doing :

owsadm.exe -o install -p 80 -m  apples.com -servconf /usr/local/www/conf/httpd.conf -xuser pomme -xgroup -u webmaster
Then it prompts me to set a password, after this i can connect with frontpage to apples.com and load up pages, however on www.apples.com it says the extensions arent installed.
When surfing to apples.com => everything works, www.apples.com => some things work, other things return a "frontpage error"

I cant install the extensions to www.apples.com because owsadm tells me there is no such virtualhost.
I dont want to add an additional virtualhost for www.

Nick


  ----- Original Message ----- 
  From: Frank Reichenbacher 
  To: users@httpd.apache.org 
  Sent: Tuesday, April 30, 2002 6:43 PM
  Subject: Re: frontpage and serveralias


  Show us the httpd.conf sections and the command-line install of the FP extensions. Did you install to each virtual host seaprately using the -m flag?

  Frank 
    ----- Original Message ----- 
    From: Nick De Decker 
    To: users@httpd.apache.org 
    Sent: Tuesday, April 30, 2002 9:19 AM
    Subject: frontpage and serveralias


    Hello,

    I'm running apache 1.3.24 with frontpage 2002 server extensions.
    I have a bunch of virtualhosts who have a servername domain.com and a serveralias www.domain.com
    The frontpage administrator program only installs the extensions on the value in servername.
    When i surf to domain.com everything works, but on www.domain.com only some components like the counter work, search engine and other things give me a "frontpage error"

    Any ideas how i can both make www.domain.com and domain.com work ?

    Regards,
    Nick

Re: frontpage and serveralias

Posted by Frank Reichenbacher <fr...@mollynet.com>.
Show us the httpd.conf sections and the command-line install of the FP extensions. Did you install to each virtual host seaprately using the -m flag?

Frank 
  ----- Original Message ----- 
  From: Nick De Decker 
  To: users@httpd.apache.org 
  Sent: Tuesday, April 30, 2002 9:19 AM
  Subject: frontpage and serveralias


  Hello,

  I'm running apache 1.3.24 with frontpage 2002 server extensions.
  I have a bunch of virtualhosts who have a servername domain.com and a serveralias www.domain.com
  The frontpage administrator program only installs the extensions on the value in servername.
  When i surf to domain.com everything works, but on www.domain.com only some components like the counter work, search engine and other things give me a "frontpage error"

  Any ideas how i can both make www.domain.com and domain.com work ?

  Regards,
  Nick