File: error_not_writable.template.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<h1>ERROR</h1>

<div class="dialog-error">
 <p>The configuration file <b>%(cherokee_conf)s</b> cannot be modified.</p>
</div>

<p>You have to change its permissions in order to allow cherokee-admin to work with it.</p>

<p>You can try to fix it by changing the file permissions (<em>chmod u+w
%(cherokee_conf)s</em>) or by launching cherokee-admin as root.</p>