[Neos] VirtualHost with Windows, XAMPP not working

Martin martinstockffm at googlemail.com
Tue Apr 29 21:03:59 CEST 2014


I have downloaded all the stuff for the installing of NEOS on my XAMPP 1.8.3 installation. This worked fine.

Now I have read that I need to have a virtual host and I tried to setup it in the "httpd-vhosts.conf" file of the apache server. I used the text of the official NEOS documentation.

After I saved the file with the following data the server stopped:

NameVirtualHost *:80 # if needed

<VirtualHost *:80>
   DocumentRoot "C:/Users/MyName/WEBSEITE/xampp/htdocs/neos/Web/"
   # enable the following line for production context
   #SetEnv FLOW_CONTEXT Production
  ServerName  neos.demo
</VirtualHost>

The error log of apache told me:

[Tue Apr 29 20:50:51.285480 2014] [ssl:warn] [pid 5240:tid 224] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 20:50:51.684480 2014] [core:warn] [pid 5240:tid 224] AH00098: pid file C:/Users/MyName/WEBSEITE/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Apr 29 20:50:53.061480 2014] [ssl:warn] [pid 5240:tid 224] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 20:50:54.044480 2014] [mpm_winnt:notice] [pid 5240:tid 224] AH00455: Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.0 configured -- resuming normal operations
[Tue Apr 29 20:50:54.044480 2014] [mpm_winnt:notice] [pid 5240:tid 224] AH00456: Server built: Feb 23 2013 12:42:00
[Tue Apr 29 20:50:54.044480 2014] [core:notice] [pid 5240:tid 224] AH00094: Command line: 'c:\\users\\myname\\webseite\\xampp\\apache\\bin\\httpd.exe -d C:/Users/MyName/WEBSEITE/xampp/apache'
[Tue Apr 29 20:50:54.056480 2014] [mpm_winnt:notice] [pid 5240:tid 224] AH00418: Parent: Created child process 4828
[Tue Apr 29 20:50:58.235480 2014] [ssl:warn] [pid 4828:tid 240] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 20:51:00.349480 2014] [ssl:warn] [pid 4828:tid 240] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Apr 29 20:51:00.559480 2014] [mpm_winnt:notice] [pid 4828:tid 240] AH00354: Child: Starting 150 worker threads.

How can I fix this problem? Who can help me with it?


More information about the Neos mailing list