Apache Not Working After Install
When I launch my newly created project (F5), I get a new IE window that says:
-----------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
-----------
For reference, the URL it is trying to use is:
http://localhost:35585/phpinfo.php?XDEBUG_SESSION_START=4
In the VS.PHP project, I have the following settings (most are the defaults):
Debug mode: Builtin mode
Debugging type: PHP/JavaScript
Debug engine: XDebug
Start page: phpinfo.php
Browser Type: Internet Explorer
php.ini path: empty
Apache port: 35585
Debug client port: 7870
My server settings:
Vista Pro
VS Pro 2005
VS.PHP 2.4.44
IIS configured to use localhost:92 for this same directory.
So, I CAN browse to http://localhost:92/phpinfo.php and it works, but cannot use the builtin Apache server.
WHAT AM I MISSING?


Try starting VS as an Admin
Try starting VS as an Admin
same problem
That didn't change anything. I get the same error.
See if there is anything in
See if there is anything in the error log. It should be somewhere like:
C:\Users\YOUR_USER_NAME\AppData\Roaming\Jcx.Software\VS.Php\Apache2
You can check the exact path in the ServerRoot value in the .httpd.conf file.