On Wed, 04 Oct 2006 09:24:30 +0200 (CEST) Lee A. Azzarello
wrote:
> ...of my introduction, here is the makefile error from
trying to build tonights SVN trunk
>
> mkdir -p ./doc/doxygen
> bin/setupDirs.sh ./var/stor ./var/access ./var/trans
./var/stor/buffer
> #StorageServer step 1:
> # root URL: http://localhost:80/~lee/livesupport/storageServer/var
> root URL is not accessible - configure HTTP entry
point, please
> make: *** [dir_setup] Error 22
> make: Leaving directory
`/home/lee/src/livesupport/src/modules/storageServer'
>
> I began on an fresh and up to date Ubuntu 6 system and
followed the steps from the wiki
> http://code.campware.org/projects/lives
upport/wiki/DevelopmentEnvironment
>
> Lo and behold,
> h
ttp://localhost/~lee/livesupport/storageServer/var
> replies with a 403 Forbidden. It's late and I don't
want to see how livesupport is using the userdir module.
I'll check back tomorrow.
>
> -lee
Hi Lee,
I will try to help:
the "Error 22" above was caused by the 403 HTTP
code described below,
problem may be in too restrictive UNIX read rights somewhere
on path
/home/lee/public_html/livesupport/storageServer/var (Apache
can't read it)
or apache's "Deny" or "Auth" directives
related to this dir (in Apache
configs or local .htaccess file).
Best regards
Tomáš Hlava
thlava email.cz
|