|
Apache is the web server and you have to put content the folders under DocumentRoot listed in the apache config file. HTML and CSS will work but if you want PHP, you have to install it separately and put a line or two in the apache config file.
If you want to use CGI then there should be Perl or Python scripts for what you are looking for.
|