
L’essentiel y est, y compris les instructions pour manipuler l’infrastructure et comment suivre les scénarios.
3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/sh
|
|
/bin/rm -f /var/run/apache2/apache2.pid
|
|
/usr/sbin/httpd -D FOREGROUND |