On Mar 29, 2014, at 6:26 PM, Rich Shepard <[email protected]> wrote:
> On Sat, 29 Mar 2014, Loren Lang wrote: > >> Any relevant information in Apache's error log somewhere under /var/log? > > Loren, > > Nope: Actually, yes, that's more information about the problem than included in the original email. A quick Google on the error code AH01630 indicated a possible configuration with allow/deny rules. I think this is related to some changes between Apache 2.2 and older versus Apache 2.4. The Allow/Deny/Order directives have been replaced by Require. Try commenting them out and adding "Require all granted" http://linux.101hacks.com/unix/client-denied-by-server-configuration/ http://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration > > [Sat Mar 29 16:42:59.106969 2014] [authz_core:error] [pid 27582:tid > 2974808896] [client 127.0.0.1:33696] AH01630: client denied by server > configuration: /opt/ledgersmb/setup.pl > > That's just what the page displays. > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
