Re: [OCLUG-Tech] Apache 403 Error

2016-11-18 Thread Vic Gedris
Check your Apache error logs. My guess is that the user running your Apache server (I.e. www-data if you're on Debian) is not a member of your webusers group. -Vic On Nov 18, 2016 3:19 PM, "Trevor James" wrote: > Good Day all > > OK background need to set up a LAMP

[OCLUG-Tech] Apache 403 Error

2016-11-18 Thread Trevor James
Good Day all OK background need to set up a LAMP server with sftp access to /var/www/html Using scripts from the net, I followed this path Create a user "webguy" mkdir /home/webguy/www_dev mount --bind /var/www/dev/ /home/webguy/www_dev edited /etc/fstab to make it permanent This redirect