Package talk:Rutorrent

From Funtoo
Revision as of 07:30, March 8, 2015 by Threesixes (talk | contribs) (Created page with "==== optional security lock down stuff ==== {{warning|possibly broken, untested}} first figure out what php you're using {{console|body=###i##eselect php list fpm [1] php5...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

optional security lock down stuff

   Warning

possibly broken, untested

first figure out what php you're using

root #eselect php list fpm
[1]   php5.5 *
root # eselect php list cgi
[1]   php5.5 *
root # eselect php list apache2
[1]   php5.5 *
root # eselect php list cli
[1]   php5.5 *

edit the respective php.ini

Edit the open_basedir in /etc/php/fpm-php5.5/php.ini

   /etc/php/fpm-php5.5/php.ini - php basedir
open_basedir = /var/www/localhost/htdocs/rutorrent/conf:/var/www/localhost/htdocs/rutorrent/php:/var/www/localhost/htdocs/rutorrent/

uhh ill have to definitely fix this. i think its right, or if not its really close. possibly need to insert a web-app install command to make files appear where they belong. Threesixes (talk) 07:30, March 8, 2015 (UTC)