On Wed, Oct 9, 2013 at 4:19 AM, Timothy Curchod <timofeyc@xxxxxxxxxxx> wrote: > > Hi, > > I've tried a few times to setup moodle on LAMP but failed each time with the > following errors: > > If I use localhost/moodle, I get this error: > > Incorrect access detected, this server may be accessed only through > "http://*my ip*/moodle" address, sorry. Please notify server administrator. > > If I use http://*my ip*/moodle or http://*my ip*:80/moodle I get this error: > > Oops! Google Chrome could not connect to *my ip* > > If I look in the /etc/httpd/logs/error_log I see: > > [Wed Oct 09 14:59:46.240266 2013] [core:error] [pid 2279] (13)Permission > denied: [client 127.0.0.1:43084] AH00035: access to /moodle/ denied > (filesystem path '/var/www/html/moodle') because search permissions are > missing on a component of the path You could start the server under strace and see exactly which underlying call fails, and what its arguments were. stop Apache strace -f o /tmp/strace.out apachectl -X recreate interrupt with control C Look for EACCES towards the botom of /tmp/strace.out and share some of the surrounding context here --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx