mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated README
This commit is contained in:
parent
ad87b0f509
commit
057b91d9ba
@ -23,9 +23,8 @@ After that, enable PHP for lighttpd and restart it for the settings to take effe
|
|||||||
sudo lighty-enable-mod fastcgi-php
|
sudo lighty-enable-mod fastcgi-php
|
||||||
/etc/init.d/lighttpd restart
|
/etc/init.d/lighttpd restart
|
||||||
```
|
```
|
||||||
Now, comes the fun part.
|
Now comes the fun part. For security reasons, the `www-data` user which lighttpd runs under is not allowed to start or stop daemons, or run commands like ifdown and ifup, all of which we want our page to do.
|
||||||
For security reasons, the www-data user which lighttpd runs under is not allowed to start or stop daemons, or run commands like ifdown and ifup, all of which we want our page to do.
|
So what I have done is added the `www-data` user to the sudoers file, but with restrictions on what commands the user can run.
|
||||||
So what I have done is added the www-data user to the sudoers file, but with restrictions on what commands the user can run.
|
|
||||||
Add the following to the end of `/etc/sudoers`:
|
Add the following to the end of `/etc/sudoers`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user