Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
9e2319d0
Commit
9e2319d0
authored
Feb 12, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
64ec4994
Changes
4
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
9e2319d0
...
...
@@ -788,7 +788,7 @@ class installer_dist extends installer_base {
}
exec
(
'touch /var/log/ispconfig/cron.log'
);
exec
(
'chmod
+
666 /var/log/ispconfig/cron.log'
);
exec
(
'chmod 666 /var/log/ispconfig/cron.log'
);
}
}
...
...
install/dist/lib/opensuse.lib.php
View file @
9e2319d0
...
...
@@ -807,7 +807,7 @@ class installer_dist extends installer_base {
}
exec
(
'touch /var/log/ispconfig/cron.log'
);
exec
(
'chmod
+
666 /var/log/ispconfig/cron.log'
);
exec
(
'chmod 666 /var/log/ispconfig/cron.log'
);
}
}
...
...
install/lib/installer_base.lib.php
View file @
9e2319d0
...
...
@@ -1098,7 +1098,7 @@ class installer_base {
}
exec
(
'touch /var/log/ispconfig/cron.log'
);
exec
(
'chmod
+
666 /var/log/ispconfig/cron.log'
);
exec
(
'chmod 666 /var/log/ispconfig/cron.log'
);
}
...
...
server/conf/vhost.conf.master
View file @
9e2319d0
...
...
@@ -123,7 +123,7 @@
</tmpl_if>
ServerAdmin webmaster@<tmpl_var name='domain'>
ErrorLog <tmpl_var name='do
cument_root'>/log
/error.log
ErrorLog
/var/log/ispconfig/httpd/
<tmpl_var name='do
main'>
/error.log
<tmpl_if name='errordocs'>
ErrorDocument 400 /error/400.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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