Serving a php webshell without running it locally
Use the following setting in your apache config or in a .htaccess file:
php_flag engine off
See also Disable PHP in directory (including all sub-directories) with .htaccess.
python -m SimpleHTTPServer 80
will spawn you a simple http server that is not php aware, quickest way imho