You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
I'm a quite newbie of Ruby and related stuffs, but finally installed essential prerequisites for running Openwisp-manager in the ubuntu-12.04.
In front of executing own-daemon.sh, I'm blocked Virtual Host setup.
Does anyone could share configuration file or let me clear about like
"<RAILS BASE URI>", "<RAILS BASE PATH>/owm/public/", and where the git_config should be.
I don't have any of knows of apache so I don't know what are they.
The text was updated successfully, but these errors were encountered:
Alias /owm "/var/www/owm/public/"
<Directory /var/www/owm/public>
Options ExecCGI FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
RailsEnv production
RailsBaseURI "/owm"
RewriteEngine on
RewriteRule ^/get_config(.+)/$ /owm/get_config$1 [L]
<Location "/get_config">
Order Deny,Allow
Deny from all
Allow from 10.211.55.1/16
#
<Location "/owm/get_config">
Order Deny,Allow
Deny from all
Allow from 10.211.55.1/16
#
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear experts,
I'm a quite newbie of Ruby and related stuffs, but finally installed essential prerequisites for running Openwisp-manager in the ubuntu-12.04.
In front of executing own-daemon.sh, I'm blocked Virtual Host setup.
Does anyone could share configuration file or let me clear about like
"<RAILS BASE URI>", "<RAILS BASE PATH>/owm/public/", and where the git_config should be.
I don't have any of knows of apache so I don't know what are they.
The text was updated successfully, but these errors were encountered: