Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
8b1e5e43
Commit
8b1e5e43
authored
Aug 30, 2014
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update filenames to apache2
parent
fbc98121
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/rawstat.daily
src/rawstat.daily
+1
-1
src/update_domains.sh
src/update_domains.sh
+1
-1
No files found.
src/rawstat.daily
View file @
8b1e5e43
...
...
@@ -31,7 +31,7 @@
require
(
"/var/alternc/bureau/class/local.php"
);
$FILES_OWNER
=
33
;
$APACHE_LOG
=
'/var/log/apache/access.log.1'
;
$APACHE_LOG
=
'/var/log/apache
2
/access.log.1'
;
umask
(
0177
);
$hosts
=
array
();
$nolog_hosts
=
array
();
...
...
src/update_domains.sh
View file @
8b1e5e43
...
...
@@ -243,7 +243,7 @@ if [ ! -z "$RELOAD_ZONES" ]; then
rndc reload
"
$zone
"
>
/dev/null
||
echo
"Cannot reload bind for zone
$zone
"
>>
"
$DOMAIN_LOG_FILE
"
done
fi
apachectl graceful
>
/dev/null
||
echo
"Cannot restart apache"
>>
"
$DOMAIN_LOG_FILE
"
apache
2
ctl graceful
>
/dev/null
||
echo
"Cannot restart apache"
>>
"
$DOMAIN_LOG_FILE
"
fi
# Cleanup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment