Hi Karam,Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.22 (Ubuntu) Server at 127.0.1.1 Port 8080this indicates that you have permissions problem for apache.As you did a dev install, it uses a home dir, so check thatthat folder have proper permisions.I suspect thar you user admits only access to himself in his home (ls -l /home/$USER),if that's the case do a chmod 755 /home/$USERRegards,Bernardo