{"id":10147,"date":"2019-08-06T11:56:42","date_gmt":"2019-08-06T09:56:42","guid":{"rendered":"https:\/\/nzbusenet.com\/set-up-newznab-spotweb-apache-provider-ubuntu\/"},"modified":"2023-07-22T14:12:11","modified_gmt":"2023-07-22T12:12:11","slug":"newznab-spotweb-apache-provider-ubuntu-setup","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/newznab-spotweb-apache-provider-ubuntu-setup\/","title":{"rendered":"Set up Newznab SpotWeb Apache provider Ubuntu"},"content":{"rendered":"\n<p>In this tutorial <a href=\"https:\/\/nzbusenet.com\/en\/newznab-providers\/\" target=\"_blank\" rel=\"noreferrer noopener\">NewzNab<\/a> SpotWeb Apache provider Ubuntu. We are going to set up SpotWeb. That this can be used as a Newznab server. I&#8217;m assuming you&#8217;re using Apache. On a computer that Ubuntu is installed on.<\/p>\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"484\" height=\"311\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/spotweb-1.png\" alt=\"Set up Newznab SpotWeb Ubuntu\" class=\"wp-image-3154\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/spotweb-1.png 484w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/spotweb-1-250x161.png 250w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/spotweb-1-150x96.png 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/spotweb-1-369x237.png 369w\" sizes=\"auto, (max-width: 484px) 100vw, 484px\" \/><\/figure>\n\n<h2 class=\"wp-block-heading\">Check Apache htaccess settings<\/h2>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>We must be sure that Apache htaccess is active. You can check this in the following way.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/apache2\/sites-available\/default<\/p>\n<\/blockquote>\n\n<p>Look up the line below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>allow from all<\/p>\n<\/blockquote>\n\n<p>If this is set to <strong>none<\/strong>. Then you have to adjust this to <strong>all<\/strong>.<\/p>\n\n<p>If you have had to adjust the above, because it was incorrect. Then you have to restart Apache. We do this with the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service apache2 restart<\/p>\n<\/blockquote>\n\n<p>The htaccess settings, have now been checked.<\/p>\n\n<h2 class=\"wp-block-heading\">Create htaccess file for Newznab SpotWeb <\/h2>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>Now we create a htaccess file for SpotWeb.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/var\/www\/html\/.htaccess<\/p>\n<\/blockquote>\n\n<p>We copy the following. In the htacces file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteEngine on<br \/>RewriteCond %{REQUEST_URI} !api\/<br \/>RewriteRule api\/?$ index.php?page=newznabapi [QSA]<br \/>RewriteRule details\/([^\/]+) index.php?page=getspot&amp;messageid=$1 [L]<\/p>\n<\/blockquote>\n\n<p>Or below. If SpotWeb is not installed in your root folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>RewriteEngine on<br \/>RewriteCond %{REQUEST_URI} !api\/<br \/>RewriteBase \/spotweb\/<br \/>RewriteRule api\/?$ index.php?page=newznabapi [QSA]<br \/>RewriteRule details\/([^\/]+) index.php?page=getspot&amp;messageid=$1 [L]<\/p>\n<\/blockquote>\n\n<p>Now press<strong> ctr<\/strong> plus <strong>x <\/strong><strong>key.<\/strong> Then click <strong>y,<\/strong> to save this file.<\/p>\n\n<p>If everything went well. Then you can access the next page.<\/p>\n\n<p>http:\/\/ipserver\/spotweb\/api?t=c<\/p>\n\n<p>You are now done with the Newznab SpotWeb tutorial SpotWeb can now serve as a Newznab provider. You have to keep in mind that this is nice as a backup. No more. Because a lot of spotters don&#8217;t follow the scene rules. Therefore a lot of spots are not recognized. And some have harddcoded dutch subs. You can filter those by blocking &#8220;ingebakken&#8221;. In SickRage or CouchPotato. The <a href=\"https:\/\/nzbusenet.com\/en\/newznab-providers\/\">\n  <span id=\"1\" class=\"HALYaf KKjvXb\" role=\"tabpanel\">\n    <span class=\"zRhise\">\n      <span class=\" \" title=\"newznab api\">newznab api<\/span>\n    <\/span>\n  <\/span>\n<\/a> of course remains much male better.<\/p>\n\n<p>You can also use a <a href=\"https:\/\/nzbusenet.com\/en\/spotweb-sites-to-download-nzb-files-from-the-spotnet-network\/\">spot web<\/a> site as a backup.<\/p>\n\n<p><strong>Newznab SpotWeb Apache Ubuntu tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/spotweb-tutorial\/\">SpotWeb tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/newznab-spotweb-apache-provider-ubuntu-setup\/\">Newznab SpotWeb Apache provider Ubuntu set up<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial NewzNab SpotWeb Apache provider Ubuntu. We are going to set up SpotWeb. That this can be used as a Newznab server. I&#8217;m assuming you&#8217;re using Apache. On a computer that Ubuntu is <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/newznab-spotweb-apache-provider-ubuntu-setup\/\" title=\"Set up Newznab SpotWeb Apache provider Ubuntu\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49581,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[733],"tags":[],"class_list":{"0":"post-10147","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-spotweb-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2017\/12\/Newznab-SpotWeb-Apache-provider-Ubuntu-instellen.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=10147"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10147\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49581"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}