My PHP installation works fine except for an alias, which is set to an address on a on a different machine on my network.
Static pages are served ok via this alias, but any php files cause a "500 - internal Server Error".
Here's the Apache config:
Alias /peterjoel/ "//mandelbrot/Sites/peterjoel/"
<Directory "//mandelbrot/Sites/peterjoel/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
(mandelbrot is the name of a computer on my network)
I tried ScriptAlias, with no luck. I have to confess that I'm really out of my depth here.