Mobile app version of vmapp.org
Login or Join
Holmes151

: Running multiple website through one site on apache2 I am new to web development but giving it a try to learn and whilst make use of it I have installed sites gogs , pydio and reviewboard

@Holmes151

Posted in: #Administration #Django #Php #Python #WebDevelopment

I am new to web development but giving it a try to learn and whilst make use of it

I have installed sites gogs , pydio and reviewboard on apache2 running on Raspbian.

right now I have to start each site separately, to start gogs which uses same localhost but different port (3000) and pydio is using 80.

I have enabled the site pydio which is located in /var/www/php/

i make the pydio site live by sudo a2ensite which creates symlink from sites available to sites-enabled.

now i want to put the gogs which is based on go lang and reviewboard which is based on python/Django platform under

/var/www/----|
|
go--gogs
|
python-reviewboard
|
php---pydio


and all these sites to be enabled when running just single site (home.conf under sites available) How to achieve this ?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes151

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme