Skip to content

Instantly share code, notes, and snippets.

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
Allow from all
</Directory>
<Directory /var/www/>
Output of 'sudo netstat -ntlp':
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2515/apache2
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
document.write("<p>" + date() + "</p>");
</script>
</body>
</html>
[2013-06-24 12:51:13 - MyFirstProject] ------------------------------
[2013-06-24 12:51:13 - MyFirstProject] Android Launch!
[2013-06-24 12:51:13 - MyFirstProject] adb is running normally.
[2013-06-24 12:51:13 - MyFirstProject] Performing com.example.myfirstproject.MainActivity activity launch
[2013-06-24 12:51:13 - MyFirstProject] Automatic Target Mode: launching new emulator with compatible AVD 'test'
[2013-06-24 12:51:13 - MyFirstProject] Launching a new emulator with Virtual Device 'test'
[2013-06-24 12:51:13 - Emulator] Failed to load libGL.so
[2013-06-24 12:51:13 - Emulator] error libGL.so: cannot open shared object file: No such file or directory
[2013-06-24 12:51:13 - Emulator] Failed to load libGL.so
[2013-06-24 12:51:13 - Emulator] error libGL.so: cannot open shared object file: No such file or directory