0
votes
1answer
119 views

install apache with development tools

I'm trying to do this http://php.webtutor.pl/en/2011/04/25/mod_rewrite-and-hiphop-for-php-on-apache-web-server/ But the yum -y install httpd httpd-devel gives -bash: yum: command not found. I'm on ...
2
votes
1answer
591 views

What steps do I follow to run a stock Hello World CGI script?

Assume I have finished installing a modern release of stock Ubuntu, and have the following script. #!/bin/sh echo "Content-type: text/html\n" echo "<html><body>Hello ...
1
vote
2answers
303 views

Should I as a developer use var/www in conjuction with apache?

I come from a strong Windows background. Therefore with IIS I have some site on my D drive, I then point IIS at this location and start serving files. With Apache though it seems var/www is the ...