Date: Fri, 11 Jul 2003 19:53:22 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: "Drew Tomlinson" <drew@mykitchentable.net> Cc: FreeBSD ISP <freebsd-isp@freebsd.org> Subject: Re: mod_frontpage & UID/GID Settings Message-ID: <01f001c3480f$fe94a690$13fd2fd8@Admin02> References: <20030709180108.3B56B3BF415@blacklamb.mykitchentable.net><200307111728.40455.olivas@digiflux.org> <00aa01c347c4$59b19c00$6e2a6ba5@lc.ca.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Drew Tomlinson" <drew@mykitchentable.net>
> Thanks for your reply. Since it was a new install, I removed the ports
> and then installed the apache13-fp port. This time I tried it right
> "out of the box" and was able to use the FP client to access my root
> web. Then I added a few name-based virtual webs to httpd.conf,
> restarted apache, and then installed the extensions on them using the
> fp_install.sh script and that work as well. What I found interesting is
> that after that, any attempts to access the root web were directed to
> the virtual web listed first in httpd.conf. This is probably by design
> but I could find it in the apache docs. Anyway, I created another
> virtual web to point to my root web and listed it first. Now things are
> working as I expect.
>
No it's not by design. You should have been able to access the root web
with your web browser. The problem is that somehow the FrontPage client
access the wrong web. I had placed the following into the httpd.conf file:
# This Virtual Host makes it so FrontPage will display pages from the
# root web. When multiple Listen directives are specified, Frontpage
# will try to access the pages from the wrong virutal host. This fixes it.
#
#NOTE: This Virtual Host Entry must be kept as the last _default_
# virtual host entry.
#<VirtualHost _default_:80>
# ServerAdmin webmaster@@@HOSTNAME@@
# ServerName @@HOSTNAME@@
#</VirtualHost>
You would need to uncomment this entry before adding additional Virtual
Webs.
> However I can't access the admin pages installed on port 10865. I can
> access them from the FP client on port 80 in the root web
> (/usr/local/www/data) but not from
> /usr/local/frontpage/version5.0/admin-exe. I can also access them from
> the FP client for all of the virtual webs. Have you had any success
> with the port 10865 admin pages? I wonder what I'm missing, if
> anything?
>
Was the problem with verifying usernames/passwords? Try adding:
AllowOverride AuthConfig Limit Indexes Options
to the VirtualHost settings for the FP admin pages.
Scot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01f001c3480f$fe94a690$13fd2fd8>
