logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache 2.4 vhost configuration problem
Author
bagu



Joined: 06 Jan 2011
Posts: 189
Location: France

PostPosted: Sun 19 Feb '12 11:24    Post subject: apache 2.4 vhost configuration problem Reply with quote

Hello.

I've try to upgrade apache from 2.2.22 to 2.4.1 and there is something strange.
I receive this error :
Quote:
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 536 of D:/wamp/apache/conf/httpd.conf: Syntax error on line 37 of D:/wamp/apache/conf/extra/httpd-vhosts.conf: Syntax error on line 28 of E:/services/vhosts/vhosts.conf: Could not open configuration file E:/services/vhosts/

Each file exist (work on 2.2.22)
And the line 28 of E:/services/vhosts/vhosts.conf is :

Code:
Include "e:/services/vhosts/hosts/"


wich include every files in e:/services/vhosts/hosts/ folder.

Can you help me ?

EDIT : to make it work, i add *.conf at the end
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7304
Location: Germany, Next to Hamburg

PostPosted: Sun 19 Feb '12 13:40    Post subject: Reply with quote

If I remember correctly that is a known bug in 2.4.1 which is not solved yet
Back to top
bagu



Joined: 06 Jan 2011
Posts: 189
Location: France

PostPosted: Sun 19 Feb '12 14:55    Post subject: Reply with quote

Ok, i keep *.conf for the moment so.
Thanks for your answer.
Back to top


Reply to topic   Topic: apache 2.4 vhost configuration problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache