Hi,
I'm coming from a shared host to the grown-up world of Unix servers with very little knowledge (experience) from a security standpoint. I've installed FreeBSD on a laptop at home. I run through commands (edit files) similar to this:
In browser, type "URL: my.ip.add.ress" - receive "It Works!" So it appears Apache is working fine on my laptop at home. For my own sanity my first question would be:
Is my laptop now open to all sorts of nasty things as it stands? DOS attacks etc.?
I'm coming from a shared host to the grown-up world of Unix servers with very little knowledge (experience) from a security standpoint. I've installed FreeBSD on a laptop at home. I run through commands (edit files) similar to this:
Code:
/etc/rc.conf
ifconfig_em0="inet my.ip.add.ress netmask 255.255.255.0"
default_router="myRouter.ip.add.ress"
# /etc/resolv.conf
nameserver nameserver.ip.add.ress
nameserver nameserver.ip.add.ress
# /etc/hosts
my.ip.add.ress localhost mymachine.example.com
# pkg_add -r apache22
# /usr/local/etc/apache22/http.conf
line 148:
Servermame my.ip.add.ress:80
# /etc/rc.conf
apache22_enable="YES"
apache22_http_accept_enable="YES"
# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
Syntax OK
Starting Apache22
In browser, type "URL: my.ip.add.ress" - receive "It Works!" So it appears Apache is working fine on my laptop at home. For my own sanity my first question would be:
Is my laptop now open to all sorts of nasty things as it stands? DOS attacks etc.?