Open main menu

CDOT Wiki β

Changes

OPS335 Lab 5

No change in size, 16:57, 29 March 2016
no edit summary
<pre>Hello, this is a web page on vm4.yourid.org and the current time is <?php system("date"); ?>!</pre>
<ol><li value="2">Notice that in a web browser the index.php file isn't treated as a default page and the contents don't contain the date, but instead have exactly the text above. That's because the PHP interpreter isn't installed by default on CentOS. Install it. The package comes with a working default Apache configuration so you don't need to enable it manually.</li><li>Refresh the page, notice that you now see the date instead of the call to the date command. This is a trivial example of dynamic web content - it doesn't need to be the same every time you look at it.</li>,</ol>
=== Install, Configure and Run MySQL Database Server ===
13,420
edits