Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
ProxyRequests Off
<Location /sabnzbd>
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:8088/sabnzbd
ProxyPassReverse http://localhost:8088/sabnzbd
</Location>
I checked error.log and found nothing. Please help, i cant think of anything else.
I'm currently testing my test bed so i leave everything at default. The Sabnzbd is running at 8088. Which i have been accessing for the past 2 days with localhost:8088/sabnzbd
The Apache2 was installed by default as well so i believe the port is 80. I test it by connecting to http://192.168.1.106/test.html. It loads the test page.
I really dont know what else is there. Really puzzling me...