5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source /etc/apache2/envvars
|
||
|
exec apache2ctl -D FOREGROUND
|