File | Date | Author | Commit |
---|---|---|---|
web | 2016-02-24 |
![]() |
[467e12] Forgot a few stock images. |
.gitignore | 2016-02-09 |
![]() |
[323f46] Can show a texture. |
Makefile | 2016-02-09 |
![]() |
[46a538] The webpage can be installed and shows nothing. |
README | 2016-02-09 |
![]() |
[46a538] The webpage can be installed and shows nothing. |
run | 2016-02-17 |
![]() |
[0b2258] Creates crbug.com/242999 |
script | 2016-02-24 |
![]() |
[467e12] Forgot a few stock images. |
In httpd, I have <VirtualHost *:80> Alias /webgltest /srv/webgltest <Directory "/webgltest/"> AuthType Basic Require all granted </Directory> ... </VirtualHost>