Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

About Apache Virtual host configuration #36

Open
mahlerno2 opened this issue Sep 23, 2016 · 3 comments
Open

About Apache Virtual host configuration #36

mahlerno2 opened this issue Sep 23, 2016 · 3 comments

Comments

@mahlerno2
Copy link

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.

@Twanza
Copy link

Twanza commented Sep 26, 2016

I need some clarification on this as well...

@mastrus
Copy link

mastrus commented Nov 24, 2016

me too i need a clarification about this point.

@mastrus
Copy link

mastrus commented Dec 10, 2016

Hi i put this on my configuration file

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants