Gisteren spotweb geinstalleerd volgens de volgende handleiding:
http://synology.brickman.nl/syn_howto/H ... potweb.txtAlles ging goed en ik had spotweb aan de praat. In eerste instantie had ik een .htaccess gedownload om de api werkbaar te krijgen (optie 2), het laden duurde echter zo lang dat ik voor optie 1 wilde gaan. Zie
#################################################
## Apache configuration ##
##################################################
# To enable the Newznab function of Spotweb one has the following options:
# 1) Modifiy the httpd.conf file (is modified after a firmware update!)
# 2) Use a .htaccess file (is a bit slower)
##############
## Option 1 ##
##############
# 1) Edit the apache config (Exit nano: 'ctrl+x' followed by 'Y' to save the changes)
nano /usr/syno/apache/conf/httpd.conf-user
# 1) Add the following lines after the following entry: <Directory "/var/services/web"> ...... </Directory>
# Include external config
Include /volume1/@appstore/.apache_conf/apache.conf
# 1) Create a directory to store the configuration files (saves you some work after an upgrade of DSM)
mkdir /volume1/@appstore/.apache_conf
# 1) Retrieve configuration file
wget -O /volume1/@appstore/.apache_conf/apache.conf http://dl.dropbox.com/u/5653370/syn_files/apache_conf/apache.conf
# 1) Retrieve spotweb configuration file
wget -O /volume1/@appstore/.apache_conf/spotweb.conf http://dl.dropbox.com/u/5653370/syn_files/apache_conf/spotweb.conf
# 1) Restart apache
/usr/syno/etc.defaults/rc.d/S97apache-user.sh restart
##############
## Option 2 ##
##############
# 2) Download the .htaccess file
wget -O /volume1/web/spotweb/.htaccess https://dl.dropbox.com/u/5653370/syn_files/spotweb/htaccess.txt --no-check-certificate
# Check is the change is working, go to http://<nas_ip>/spotweb/api?t=c
# The result should look like https://dl.dropbox.com/u/5653370/spotweb/api.xml
# Add spotweb to the search providers of CouchPotato, Sick Beard, Headphones etc as Newznab provider
Hier heb ik denk ik een fout gemaakt. Ik heb het htaccess gewist
rm /volume1/web/spotweb/.htaccess
en hierna heb ik de stappen van optie 1. In eerste instantie kreeg ik een syntax error bij het herstarten van apache. Maar na de stappen nogmaals te herhalen geeft apache geen melding meer bij het herstarten. Alleen is spotweb niet meer te benaderen via de website interface. Ik krijg een "website niet beschikbaar" en niet het gebruikelijk synology website "onbekend melding. Hierna heb ik de complete spotweb map verwijderd en opnieuw geinstalleerd. Ik hoopte het hiermee te verhelpen maar helaas. Ik heb geen idee waar de fout zit, ik vermoed in apache? Iemand die mij kan helpen of mij uitleggen hoe ik alles ongedaan kan maken zodat ik opnieuw kan beginnen?