I'm hoping that there's a way to host the Magento admin panel on a different box than I host the rest of my Magento install on. I'm not so worried about URLs - I can reverse proxy /admin in my web server config or use a subdomain.

The goal is to better manage resources for what is essentially two different sites - the admin panel and the store front end - and not have admin panel usage impact the web store.

Please let me know if your answer is theoretical or based on experience.

Cheers.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

It is possible. There is a setting in the admin panel you can adjust for your server.

Go to System > Configuration > Advanced > Admin > Admin Base URL

change the "Use Custom Admin URL" settin to yes and then insert the URL for your separate admin server.

This is also a good thread too if you wish to do it on the router or index.php side of things. http://www.magentocommerce.com/boards/viewthread/67820/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.