This question about Issue in browser: Answered
The requested URL / was not found
I have upgraded my server to Apache 2.4.16 and am now having issues accessing y site.
I re-ran the Apache config generator to get all of the new authz code. I have it set up for short URLs and virtual host.
When I try to access the host,
wiki.cfcl.com
, I get an error:
"The requested URL / was not found on this server"
If I change
Alias / "/WWW/foswiki/bin/view/"
to
Alias / "/WWW/foswiki/"
I can access the index.html file at the top of the tree (but nothing via b=bin/view=).
--
VickiBrown - 31 Oct 2015
Apparently the error message did not correctly match the problem. This version of Apache ships with CGI turned off by default. (Foo!)
If anyone else hits this (Mac OS X 10.10.5 (Yosemite), Apache 2.4), uncomment the line for
LoadModule cgi_module libexec/apache2/mod_cgi.so
in
/etc/apache2/httpd.conf
.
--
VickiBrown - 01 Nov 2015