<div dir="ltr"><div>Many</div><div><br></div><div>Many Thanks!</div><div> I'll take  a look.</div><div><br></div><div>By aliased scripts I just mean like /shop is aliases to  ../.shop outside of /web</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Ken Marcus<div>Precision Web Hosting, LLC</div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 2, 2024 at 11:16 PM Michael Stauber via Blueonyx <<a href="mailto:blueonyx@mail.blueonyx.it">blueonyx@mail.blueonyx.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ken,<br>
<br>
> Would it be possible to have the server automatically check the wwwroot <br>
> ownership when doing that change.<br>
<br>
Yeah, that may be a good idea. I'll look into it.<br>
<br>
> Also, is it possible to run aliased scripts outside of web when using <br>
> suPHP? CUrrent'y I am not able to<br>
<br>
What do you mean with aliased scripts? Generally you can run PHP scripts <br>
from the shell or within cronjobs regardless if they are in the webroot <br>
or elsewhere.<br>
<br>
Example:<br>
<br>
sudo -u <siteAdmin> -g <siteGroup> /home/solarspeed/php-8.3/bin/php -c <br>
'' /path/to/script.php<br>
<br>
All in one line.<br>
<br>
The "sudo -u <siteAdmin> -g <siteGroup>" will execute the command with <br>
the specified UID and GID.<br>
<br>
And in the above example it would execute /path/to/script.php with the <br>
PHP CLI command from PHP-8.3. The "-c ''" will override php.ini and will <br>
run PHP with the default settings, so that open_basedir isn't an issue.<br>
<br>
You could instead specify an alternate php.ini like this: "-c <br>
/path/php.ini" and make whatever changes you see fit in that php.ini<br>
<br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div>