vxcage icon indicating copy to clipboard operation
vxcage copied to clipboard

REST API based malware repository (abandoned)

Results 3 vxcage issues
Sort by recently updated
recently updated
newest added

Apache2 requires mod_ssl in order to use SSL certificate files. This is not included in the documentation. ``` a2enmod ssl ```

https://wiki.apache.org/httpd/PasswordBasicAuth On debian based system you need: sudo apt-get install apache2-utils in order to execute `$ htpasswd -c ~/.htpasswd vxcage` which is required for the stanza: ``` AuthUserFile "/path/to/users" ```...

``` ServerName localhost WSGIDaemonProcess localhost user=www-data group=www-data processes=1 threads=5 WSGIScriptAlias / /opt/vxcage/app.wsgi WSGIProcessGroup localhost WSGIApplicationGroup %{GLOBAL} Require all granted ErrorLog /opt/vxcage/error.log LogLevel debug CustomLog /opt/vxcage/access.log combined ServerSignature Off ```