NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
sunsina
Oct 23, 2014Guide
Secure Connection to PyDio (forcing https)
After installing pydio on ReadyNAS through WebGUI, I want to force the pydio GUI be only available over https on port 7127 and any http:7126 connection gets forced directed to https:7127. The pydio...
sunsina
Oct 24, 2014Guide
In the /etc/apache2/sites-enabled I have just a file "090-pydio.conf" (which is a link) to /apps/pydio/http.conf
I am not sure if the line "RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]" in the http.conf does mention that it must listen to port 7127?
Shall I change it to "RewriteRule ^/(.*)$ https://%{HTTP_HOST}:7127/$1 [R=301,L]"
When I execute apache2ctl -k restart I get following error
Syntax error on line 1 of /apps/pydio/https.conf:
<VirtualHost> cannot occur within <VirtualHost> section
Action '-k restart' failed.
The Apache error log may have more information.
While I have no clue where the apache2 error log file is stored!?
I am not sure if the line "RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]" in the http.conf does mention that it must listen to port 7127?
Shall I change it to "RewriteRule ^/(.*)$ https://%{HTTP_HOST}:7127/$1 [R=301,L]"
When I execute apache2ctl -k restart I get following error
Syntax error on line 1 of /apps/pydio/https.conf:
<VirtualHost> cannot occur within <VirtualHost> section
Action '-k restart' failed.
The Apache error log may have more information.
While I have no clue where the apache2 error log file is stored!?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!