vhost does not work Apache2.2

2006-11-02 Thread Wasp King
I did a clean install of FreeBSD 6.1 (from CD), then installed Apache2.2 using ports. Apache works fine if I donot change anything in the config files (all it says is it works!)...however, 1). if I change the line DocumentRoot /usr/local/www/apache22/data to DocumentRoot /usr/home/user1/www (and

Re: vhost does not work Apache2.2

2006-11-02 Thread Wasp King
yes, I have commented out the sample ones, and yes, I added my own... VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/home/user3/www ServerName www.cyber***.org ErrorLog /usr/httplog/cyber***.err CustomLog /usr/httplog/cyber***.log common /VirtualHost ---

Re: vhost does not work Apache2.2

2006-11-02 Thread Wasp King
A. Giessel [EMAIL PROTECTED] wrote: On 2006/11/02 13:41, Wasp King seems to have typed: yes, I have commented out the sample ones, and yes, I added my own... It sounds like you directory access is too restrictive. Maybe try adding to your httpd.conf something like: Directory /usr/home

stop a freebsd server from responding to pinging?

2006-11-30 Thread Wasp King
1. How do I stop others from port scanning a server? 2. is stopping the response to pinging enough? 3. how to do I stop the server from responding to pinging? Running FreeBSD 4.2 and 6.1. I changed the /etc/rc.network file to NO for broadcast ping responses, and this did not work (still

how do I see security logs without turning on sendmail?

2006-12-05 Thread Wasp King
is there a way that one can specify a log place to see daily logs like you receive from [EMAIL PROTECTED], when sendmail is turned on? there must be a way to enable only local mail delivery...but I am not sure how.. would like to shut down sendmail but want to see security logs. thanks. Zach

Re: how do I see security logs without turning on sendmail?

2006-12-07 Thread Wasp King
Thanks. this seem to work for me! --- Lane [EMAIL PROTECTED] wrote: ___ IIRC, sendmail has three controlling values in /etc/rc.conf: sendmail_enable=YES sendmail_enable=NO and sendmail_enable=NONE The third value,