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: WAMP intranet
Author
Chris R



Joined: 26 Sep 2006
Posts: 10
Location: England

PostPosted: Tue 17 Oct '06 10:53    Post subject: WAMP intranet Reply with quote

how safe and stable is a WAMP setup to use for an intranet site?

We run only Windows servers but nobody wants to work with IIS so we're looking at Apache. I've setup local servers before but nothing real in that sense.

Could anyone point me in the right direction about securing Apache2.2 on Windows 2003 and how to get SSL to work. Also has anyone ever used PHP with Active Directory? If so do you have any tips for me.

Thanks.
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Tue 17 Oct '06 13:49    Post subject: Reply with quote

if its intranet only you shouldn't worry to much about security.
Apache does a pretty good job at this out of the box
Back to top
Chris R



Joined: 26 Sep 2006
Posts: 10
Location: England

PostPosted: Wed 18 Oct '06 10:17    Post subject: Reply with quote

ok, cheers.

We've got a pretty good setup in place I just don't want to install Apache and leave the gate unlocked so to speak.
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Wed 18 Oct '06 11:41    Post subject: Reply with quote

well then lock it o the local network only Smile

<Directory />
order deny, allow
deny from all
allow from 10.1.5
</Directory>

will only allow access from ip's in the 10.1.5.1-10.1.5.254
Back to top
Chris R



Joined: 26 Sep 2006
Posts: 10
Location: England

PostPosted: Wed 18 Oct '06 12:47    Post subject: Reply with quote

we let people access it from home.

thanks for the tip though.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Wed 18 Oct '06 13:12    Post subject: Re: WAMP intranet Reply with quote

Chris R wrote:
Could anyone point me in the right direction about securing Apache2.2 on Windows 2003 and how to get SSL to work.
There is this site/forum for, try to search.
Chris R wrote:
how safe and stable is a WAMP setup to use for an intranet site?
What are your concerns, and what do you mean by safe ?

Steffen
Back to top


Reply to topic   Topic: WAMP intranet View previous topic :: View next topic
Post new topic   Forum Index -> Apache