Menu

Tree [467e12] master /
 History

HTTPS access


File Date Author Commit
 web 2016-02-24 lmat lmat [467e12] Forgot a few stock images.
 .gitignore 2016-02-09 lmat lmat [323f46] Can show a texture.
 Makefile 2016-02-09 lmat lmat [46a538] The webpage can be installed and shows nothing.
 README 2016-02-09 lmat lmat [46a538] The webpage can be installed and shows nothing.
 run 2016-02-17 lmat lmat [0b2258] Creates crbug.com/242999
 script 2016-02-24 lmat lmat [467e12] Forgot a few stock images.

Read Me

In httpd, I have
<VirtualHost *:80>
    Alias /webgltest /srv/webgltest
    <Directory "/webgltest/">
        AuthType Basic
        Require all granted
    </Directory>
 ...
</VirtualHost>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.