Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
alternc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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