happyguy wrote: > If I run it under my regular account, or via > sudo -H -u www-data ./mycgi.exe > it runs instantly (< 1 sec.) Try: Code: sudo -H -u www-data env - wine ./mycgi.exe Does it start same fast or takes 15 sec?
happyguy wrote: > If I run it under my regular account, or via > sudo -H -u www-data ./mycgi.exe > it runs instantly (< 1 sec.) Try: Code: sudo -H -u www-data env - wine ./mycgi.exe Does it start same fast or takes 15 sec?