javascript - running apache and rails on an ubuntu droplet -


at first installed apache, , built sites.

then later tried install rails according this tutorial, since it's made hosting company.

i wanted install rails in sub-directory, of pages served apache , build special apps rails.

at point i've corrupted apache pages heretofore working fine.

should uninstall , start over?

but, issue, how rails supposed work? hard make compatible apache? can server run rails, easier manage?

i had javascript templates running off apache server in beginning.

are there particular log files can investigate discern what's @ fault? located?

i can't providing decent tutorial on rails + apache can on nginx + rails + 0 downtime.

typically webserver apache, nginx serves proxy webserver. send request user through unix domain socket rails application running separate process.

i've written detailed tutorial on setting deployment server scratch.

hope helps !


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -