<html><head></head><body><div>On Fri, 2018-05-25 at 13:00 -0600, William Pearson wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr">
<pre><br></pre><pre>I'm not seeing SuexecUserGroup anywhere in the config. Looks pretty generic.<br><br></pre></div></blockquote><div>Hello William,</div><div><br></div><div>You need to look at the file in /etc/apache2/sites-available that has your SSL configuration in it.  It appears that the documentation at Freeside does not include this but you should have the following directive set in your SSL site configuration:</div><div><br></div><div>SuexecUserGroup freeside freeside</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><pre></pre></div><div dir="ltr"><pre></pre><pre>Looks like the file www-data in /etc/apache2/suexec/ might not be pointing to the correct folder.<br><br>/var/www<br>public_html/cgi-bin<br></pre></div></blockquote><div>You will need a new file named freeside with two lines that list the path to your selfservice directory.</div><div><br></div><div>Alternatively, if the site will only be hosting the selfservice server you can change the /etc/apache2/envvars file so it only runs as the freeside user, change the following lines:</div><div><br></div><div>export APACHE_RUN_USER=www-data</div><div>export APACHE_RUN_GROUP=www-data</div><div><br></div><div>to </div><div><br></div><div>export APACHE_RUN_USER=freeside</div><div>export APACHE_RUN_GROUP=freeside</div><div><br></div><div>You will need to change ownership of the apache log files and other directories and files where that need to be written to.  Setting up suexec is probably much easier and allows more flexibility so I wouldn't change the envvars file unless you are familiar with configuring apache.</div><div><br></div><div>After you do all of this be sure to restart apache.</div><div><br></div><div>Cheers,</div><div><br></div><div><span><pre>-- <br></pre><div>Nathan Kennedy</div><div>Contracted Professional IT</div><div>(360) 637-1090</div><div>https://www.nkent.us/</div></span></div></body></html>