Apache won't serve PHP as HTTP?

jkrrv

New member
I'm teaching myself the art of web-serving as I teach myself the art of web-mastering. I'm running a Linux Ubuntu server with Webmin in place of a standard GUI. I used the Webmin package update tool to update 40-some updates, including about 5 Apache-oriented ones. Immediately after, I updated my version of Ubuntu (to 9.10).

Since then, I have been unable to get PHP files from my server. When I type in a correct URL for a PHP document, the browser (doesn't matter which) pops up the standard download options window. From those options, I opened the file up in Notepad and noticed that the PHP script is properly assembled, it's just not being delivered as HTTP. What can I do?

This is only a problem for PHP files. Every other format works fine.
 
Back
Top