I'm having a problem. I installed Zend Server CE on my laptop and all was working well. Then I edited my http.conf to uncomment the line to include extra/httpd-vhosts.conf and then added virtual host directives in that file to allow me to use sub-domains of localhost for testing, instead of long URLs. I restarted my PC and now I'm getting the following error when Apache2.2-Zend tries to start:
- Code: Select all
The Apache service named reported the following error: >>>
httpd.exe: Syntax error on line 35 of C:/Program Files (x86)/Zend/Apache2/conf/httpd.conf: ServerRoot must be a valid directory
The line in question does indeed point to a valid directory (in fact, I didn't even modify this line):
- Code: Select all
ServerRoot "C:/Program Files (x86)/Zend/Apache2"
I tried restoring the file from the original folder, this didn't change the error. Any suggestions as to what to try? I've failed to find any solutions through searching.