Entity
02.02.2013, 11:35
hab da auch nochmal ne frage
und zwar läuft mein rtorrent ja mit der htacces und die greift ja schon ab /var/rutorrent
so nun möchte ich aber das die htacces erst in /var/rutorrent/rutorrent greift damit die anderen sachen die noch in dem ersten rutorrent ordner verschont bleiben.
spricht
https://url/ <--- keine htacces
https://url/rutorrent <---htacces
hat jemand eine lösung für mich?
ahso nutze lighttpd
dieses waren meine versuche
server.document-root = "/var/rutorrent/rutorrent"
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/usr/local/lighttpd/rutorrent.pem"
}
url.access-deny = (".htaccess")
$HTTP["url"] =~ "^/rutorrent/rutorrent/(?:share|conf)" {
url.access-deny = ("")
}
$HTTP["url"] =~ "/\.svn" {
url.access-deny = ("")
}server.document-root = "/var/rutorrent"
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/usr/local/lighttpd/rutorrent.pem"
}
url.access-deny = (".htaccess")
$HTTP["url"] =~ "^/rutorrent/rutorrent/(?:share|conf)" {
url.access-deny = ("")
}
$HTTP["url"] =~ "/\.svn" {
url.access-deny = ("")
}ich bedanke mich im vorraus
--======================================--
--== Beitrag erstellt: 11:35 um 04:20 ==--
--== geantwortet auf Beitrag vom ==--
--== automatische Beitragszusammenführung ==--
--======================================--
Entity schrieb nach 7 Stunden, 15 Minuten und 29 Sekunden:
habs hinbekommen war in einer falschen zeile!
:closed:
und zwar läuft mein rtorrent ja mit der htacces und die greift ja schon ab /var/rutorrent
so nun möchte ich aber das die htacces erst in /var/rutorrent/rutorrent greift damit die anderen sachen die noch in dem ersten rutorrent ordner verschont bleiben.
spricht
https://url/ <--- keine htacces
https://url/rutorrent <---htacces
hat jemand eine lösung für mich?
ahso nutze lighttpd
dieses waren meine versuche
server.document-root = "/var/rutorrent/rutorrent"
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/usr/local/lighttpd/rutorrent.pem"
}
url.access-deny = (".htaccess")
$HTTP["url"] =~ "^/rutorrent/rutorrent/(?:share|conf)" {
url.access-deny = ("")
}
$HTTP["url"] =~ "/\.svn" {
url.access-deny = ("")
}server.document-root = "/var/rutorrent"
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/usr/local/lighttpd/rutorrent.pem"
}
url.access-deny = (".htaccess")
$HTTP["url"] =~ "^/rutorrent/rutorrent/(?:share|conf)" {
url.access-deny = ("")
}
$HTTP["url"] =~ "/\.svn" {
url.access-deny = ("")
}ich bedanke mich im vorraus
--======================================--
--== Beitrag erstellt: 11:35 um 04:20 ==--
--== geantwortet auf Beitrag vom ==--
--== automatische Beitragszusammenführung ==--
--======================================--
Entity schrieb nach 7 Stunden, 15 Minuten und 29 Sekunden:
habs hinbekommen war in einer falschen zeile!
:closed: