Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 1999 19:33:40 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "danny" <danny@pentalpha.com.hk>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: help on apache13-fp
Message-ID:  <010001be860e$723e4420$8dfee0d1@westbend.net>
References:  <001c01be85c6$575a3120$df9dfea9@hing>

next in thread | previous in thread | raw e-mail | index | archive | help
From: danny <danny@pentalpha.com.hk>
> Getting DocumentRoot and UserDir.
> Found Directive ResourceConfig, value /usr/local/etc/apache/srm.conf.
> Getting DocumentRoot from /usr/local/etc/apache/srm.conf.
> Getting UserDir from /usr/local/etc/apache/srm.conf.
> ERROR:   does not exist!
> ERROR:  Unable to get DocumentRoot/UserDir
>
> Exiting due to an error!  Please fix the error and try again.
>
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> How can I fix it?
> Danny
>
By adding both the DocumentRoot and UserDir to the srm.conf file. i.e.:

DocumentRoot    /usr/local/apache/data
UserDir    public_html

Or if you are using the one config file setup, you might want to change the
AccessConfig and ResourceConfig directives so that they are set to the
httpd.conf file instead of {access,srm}.conf.

Looks, like the port may need to be changed to point to the httpd.conf by
default.

Scot



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010001be860e$723e4420$8dfee0d1>