Page 1 of 1

Apache wont start - path is invalid

PostPosted: 22. September 2015 11:52
by SzyslaK
Hi,

I'm running XAMPP v3.2.1 on a Windows Server 2012 R2 VM and after reboot, Apache wont start.
Image

I've checked and nothing is running on port 80 and I even tried changing Apache to run on port 7777 but still would not run.

After running the apache_start.bat I get "path is invalid"
Image
I'm confused by this as nothing has changed.

Any suggestions on how to resolve would be greatly appreciated.

Szy

Re: Apache wont start - path is invalid

PostPosted: 22. September 2015 12:02
by Altrea
Take a deep look into the path of that vhost.
What do you think is wrong there?

Re: Apache wont start - path is invalid

PostPosted: 22. September 2015 14:22
by Nobbie
You are using an invalid quote character in your <Directory ....> defnition of c:/xampp/htdocs/ithelpdesk and as well invalid double backslash.

Why not simply so:

Code: Select all
<Directory "C:/xampp/htdocs/ithelpdesk/">