Prognostic calculator website for spine metastatic cancer patients.
https://hal.elte.hu/gerincmet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
181 B
9 lines
181 B
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. /etc/apache2/envvars
|
|
ulimit -n 8192
|
|
chown root:www-data /var/lock/apache2
|
|
chown -R www-data:www-data /var/www/html
|
|
exec /usr/sbin/apache2 -k start -DFOREGROUND
|
|
|