HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //workspace/rollout/LIVE-COMMANDS.md
# Mission Control live commands

## Go live

Run from the host workspace rollout directory:

```bash
cd /home/altaira.panomity.com/workspace-mc-e4c57543-6899-4be1-b449-f6cf886c39f8/rollout && I_UNDERSTAND_THIS_RESTARTS_SERVICES=YES ./apply-mission-control-fix.sh && ./verify-mission-control-fix.sh
```

This will:

1. apply the frontend patch if needed, or detect that the expected fix is already present
2. build the frontend
3. back up the current LiteSpeed vhost
4. insert the public `/mc` worker/probe carve-outs
5. restart `openclaw-mc-frontend.service`
6. reload LiteSpeed
7. verify the public endpoints externally

## Roll back

Use the exact backup path printed during the apply step:

```bash
cd /home/altaira.panomity.com/workspace-mc-e4c57543-6899-4be1-b449-f6cf886c39f8/rollout && I_UNDERSTAND_THIS_RELOADS_SERVICES=YES ./rollback-mission-control-fix.sh /usr/local/lsws/conf/vhosts/altaira.panomity.com/vhost.conf.bak.TIMESTAMP
```