Transferring local site to shared hosting

Posted by Pete on Pro Webmasters See other posts from Pro Webmasters or by Pete
Published on 2012-05-30T15:26:02Z Indexed on 2012/05/30 17:01 UTC
Read the original article Hit count: 236

I'm looking to setup a simple online text processing tool similar to the Clang demo. The processing program itself is a C++ program which I can modify to provide the desired output I need. Since I use Linux+Perl daily and have used Apache in the past, I'd like to get this working locally first.

My two questions are:

Is it possible to do this with only Apache and Perl? I've looked into frameworks for doing this and quickly ran into The Paradox Of Choice.

Will I be able to easily transfer a working local site to a shared hosting service? I want to administer as little as possible. My understanding is since this needs to run a C++ program that CGI is a requirement and thus I need to administer the httpd server. Hopefully this doesn't mean a VPS.

Thanks

© Pro Webmasters or respective owner

Related posts about web-development

Related posts about apache