Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 1, 2024
1 parent c434400 commit 726dac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class/sellyoursaasutils.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3528,7 +3528,7 @@ public function doUndeployOldSuspendedInstances($mode)
$conf->global->noapachereload = null; // unset a global variable that can be read later
if ($result <= 0) {
$error++;
$this->error = $this->error;
$this->error = $this->error.' ('.$object->ref.')';
$this->errors = $this->errors;
}
//$object->array_options['options_deployment_status'] = 'suspended';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1155,12 +1155,15 @@ a2enmod mpm_itk mpm_prefork
a2enmod php7.0|php7.2|php7.4|php8.1|php8.3
---------------

TODO Do not include/remove
TODO Do not include, so remove
---------------
a2dismod auth_digest authn_anon asis suexec userdir usertrack authn_dbd dbd ident mime_magic speling
---------------

On php8.1
---------------
a2dismod mcrypt

---------------

Enable apache *configurations* to work with MPM_PREFORK and MPM_ITK:

Expand Down Expand Up @@ -1200,8 +1203,8 @@ Note: Reload of apache seems not enough so we stop/start it.

[source, conf]
---------------
# Include virtual host for sellyoursaas instances:
IncludeOptional sellyoursaas-enabled/*.conf
# Include virtual host for sellyoursaas instances:
IncludeOptional sellyoursaas-enabled/*.conf
---------------

* Add directives to define the default error log in */etc/apache2/conf-enabled/other-vhosts-access-log.conf*
Expand Down

0 comments on commit 726dac7

Please sign in to comment.