Line 353:
Line 353:
Here is a process that can be followed when trying to reverse-engineer a situation with a template or db setting affecting a website:
Here is a process that can be followed when trying to reverse-engineer a situation with a template or db setting affecting a website:
+
+
<tabs container style="display: inline-block;"><tab name="For SME 10">
+
in SME10 the command to restart the web server will expand also the template and overwrite your temp changes
+
so just edit the db setting you want and do that
+
systemctl status httpd-e-smith
+
</tab><tab name="For SME 9 and before">
Edit /etc/httpd/conf/httpd.conf directly.
Edit /etc/httpd/conf/httpd.conf directly.
Line 359:
Line 365:
insert the required commands
insert the required commands
−
restart the web server using
restart the web server using
−
<tabs container style="display: inline-block;"><tab name="For SME 10">
−
in SME10 the command to restart the web server will expand also the template and overwrite your temp changes
−
systemctl status httpd-e-smith
−
</tab><tab name="For SME 9 and before">
sv t /service/httpd-e-smith
sv t /service/httpd-e-smith
</tab>
</tab>