Jump to content
The Uniform Server Community

Wolf

Member
  • Posts

    1
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 7

Wolf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I added a virtual host to my httpd.conf File: Listen 199 NameVirtualHost *:199 <VirtualHost *:199> DocumentRoot "c:\myDocRoot" </VirtualHost> I did not make more changes than this. I get the contents of c:\myDocRoot when I access via port 199 (http://localhost:199), but php scripts are not getting parsed, i.e. I get the PHP source code. Has anyone an idea what's missing? Thanks Wolf
×
×
  • Create New...