Arc Forumnew | comments | leaders | submitlogin
How can i install arc and HN in my current apache server?
1 point by thang 4511 days ago | 1 comment
I had server is running apache, php and my website. I want to clone HN and made it work parallel with my current website. How can I install arc and point it to subdomain like news.myname.com without messing with current one?


1 point by akkartik 4511 days ago | link

Create a separate VirtualHost in your apache config with a ServerName of news.myname.com, etc. I haven't done this precise configuration before, but Googling brings up howtos like https://httpd.apache.org/docs/2.2/vhosts/examples.html.

-----