Search results

  1. P

    Apache Basic Auth Bypass [SOLVED]

    Apache: Code: SCGIMount /usr/local/www/rutorrent/RPC2 127.0.0.1:5000 <Location /usr/local/www/rutorrent> AuthName "Private" AuthType Basic AuthBasicProvider file AuthUserFile /usr/local/etc/apache22/passwords Require user beta </Location> rs.js: Code: XMLRPCMountPoint ...
  2. P

    Apache Basic Auth Bypass [SOLVED]

    Hello, I have noticed some problems with basic auth when using rutorrent under apache. For example if you go to rutorrent under Firefox and closes the user/pass basic auth dialog the UI will show, with no data from rtorrent, BUT it is possible to add torrents that will be passed to rtorrent...
  3. P

    Not sure what went wrong, but it did.

    Quote What am I missing here? You need to configure php support on your web-server.
  4. P

    Not sure what went wrong, but it did.

    ur problem is same with mine. bad response from server problem. do u have any other network activities on ur server?
  5. P

    VM killing rtorrent process

    1) You must use swap file for working with rtorrent on that router. 2) http://wl500g.info/index.php
  6. P

    torrent disappear

    You're right i didnt setup session. Can you please post an example on how to setup the session. Thanks.
  7. P

    torrent disappear

    no its not running... The torrent is save but its not in rutorrent webgui. i have to add it manually again.
  8. P

    torrent disappear

    Yes its working no error i notice if i restart my server all the torrent disappear i have to add them again
  9. P

    Help Defining WebUI.systeminfo

    Quote config.php is not present in /var/www/conf thats true. And, as i already told to you, your installation is invalid. This file *MUST* be placed in /var/www/conf. In svn it placed. For which reason you delete it?
  10. P

    Help Defining WebUI.systeminfo

    Quote from: I also have this error now from a fresh install Your installation is invalid. If your ruTorrent root path setted to '/var/www/' (/var/www/php/util.php is present) then the file /var/www/conf/config.php also must be present. But it is absent.
  11. P

    Help Defining WebUI.systeminfo

    Quote Any suggestions?? Such error is occured for me, when i use lighttpd server on FreeBSD with option server.network-backend = "write" As result, sometime web-server send to client only first 64K of content. In lighttpd.error.log i see: 2010-02-25 11:18:35: (network_write.c.55) write...
  12. P

    torrent disappear

    Hello when i restart my server all torrent disappear in the rutorrent list am sure the torrent is there coz i can see its download any idea or how i can fix this
  13. P

    50meg configuration suggestions

    I just wanted to say thanks, this config is going much better for me btw!
  14. P

    50meg configuration suggestions

    still waiting on this!
  15. P

    50meg configuration suggestions

    Yes please bro
  16. P

    User authority bug?

    Quote I installed with svn - i'm now at revision 1115. I asked about rTorrent version, not ruTorrent. But this already has no value, if all working correctly for you now.
  17. P

    User authority bug?

    Quote I installed this yesterday, but always when I log in I get this error Is you use stable version of rTorrent ? Or SVN?
  18. P

    50meg configuration suggestions

    Hi all, I've upgraded my internet to 50meg and am awaiting installation, but in the mean time can anyone recommend an ideal configuration, as I presume that going from 10meg to 50meg I'll need to change some connection settings to maximize my possible speed. It's running on a 'seedbox' I built...
  19. P

    trying to install rtorrent on opensolaris

    I would greatly appreciate a how to! This is exactly what I want to do... so long no success.
  20. P

    Setting the port that rutorrent listens on?

    Quote Open apache.conf (Or http.conf) Find this line: Listen 80 change it to: Listen 55671 Restart apache, and now forward port in the firewall. Here's what I figured out: In /etc/apache2/ports.conf, I did these edits: NameVirtualHost *:55671 Listen 55671 and in...