I hereby claim:
- I am mstrodl on github.
- I am heatingdevice (https://keybase.io/heatingdevice) on keybase.
- I have a public key ASBaWiGJokKgOX8To5nZbmUjlV-BqH2oVTuFEKnS6liqJQo
To claim this, I am signing this object:
<VirtualHost *:80> | |
DocumentRoot /var/www/html/vuedo/public | |
ErrorLog ${APACHE_LOG_DIR}/error.log | |
CustomLog ${APACHE_LOG_DIR}/access.log combined | |
<Directory "/var/www/html/vuedo/public"> | |
AllowOverride All | |
</Directory> | |
</VirtualHost> |
echo "script will launch in background" | |
echo "cat /b1n.log to see progress" | |
LOG="/b1n.log" | |
# the log file we will be using | |
echo "*** $(date) script begin ***" > $LOG | |
log() { | |
echo "$*" >> $LOG |
I hereby claim:
To claim this, I am signing this object:
#use strict; | |
use warnings; | |
print "Content-Type:text/html\r\n\r\n"; | |
if ($0=~m#^(.*)\\#) { | |
$cgi_dir = "$1"; | |
} elsif ($0=~m#^(.*)/# ) { | |
$ cgi_dir = "$1"; | |
} else {`pwd` =~ /(.*)/; | |
$ cgi_dir = "$1"; |
Upload to Service
dropdown to OwOfrom math import * |