Author |
|
Chris R
Joined: 26 Sep 2006 Posts: 10 Location: England
|
Posted: Tue 17 Oct '06 10:53 Post subject: WAMP intranet |
|
|
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
|
Posted: Tue 17 Oct '06 13:49 Post subject: |
|
|
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
|
Posted: Wed 18 Oct '06 10:17 Post subject: |
|
|
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
|
Posted: Wed 18 Oct '06 11:41 Post subject: |
|
|
well then lock it o the local network only
<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
|
Posted: Wed 18 Oct '06 12:47 Post subject: |
|
|
we let people access it from home.
thanks for the tip though. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 18 Oct '06 13:12 Post subject: Re: WAMP intranet |
|
|
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 |
|