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: Converting config from IP based to Name Based virtual hosts
Author
BobMCT



Joined: 09 Aug 2014
Posts: 12
Location: USA

PostPosted: Thu 26 Feb '15 13:00    Post subject: Converting config from IP based to Name Based virtual hosts Reply with quote

Question While I'm primarily a *nix guy I have a task of converting a current Win Server based apache server from multiple IP based virtual hosts to a full name based virtual hosting. I'm famiilar with the steps but I was wondering if there are any gotchas in Windows that I should be aware of. It seems that now matter what I change in the new config it doesn't work or work as expected.
Any tips and/or suggestions greatly appreciated.
Thanks.
Back to top
James Blond
Moderator


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

PostPosted: Thu 26 Feb '15 19:22    Post subject: Reply with quote

the apache config is the same and works the same way as on nix. Only the MPM stuff is different.

It is adviced to add this to the httpd.conf on windows

Code:

AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
Back to top


Reply to topic   Topic: Converting config from IP based to Name Based virtual hosts View previous topic :: View next topic
Post new topic   Forum Index -> Apache