|
Re: Help please with Apache cgi program accessing smb share
Depends on how it is mounted.
A network mount must be completed after the network is started- Apache must be started after the network is started.
Unfortunately, there is no control to have apache wait until network mounts are completed, so apache starts as soon as the network is ready.
The problem is systemd.
|