5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
# Start Apache
|
|
# apache2-foreground
|
|
apache2ctl -D FOREGROUND
|