Re: Apache web server security help

2007-03-06 Thread Roberto C. Sanchez
On Tue, Mar 06, 2007 at 02:08:24PM +, david robert wrote: > Hi, > > I am running apache 2.0.54 version and one of security audit tool found the > following > Vulnerability > > Apache Web Server ETag Header Information Disclosure Weakness > > mo

Apache web server security help

2007-03-06 Thread david robert
Hi, I am running apache 2.0.54 version and one of security audit tool found the following Vulnerability Apache Web Server ETag Header Information Disclosure Weakness more information located here http://www.securityfocus.com/bid/6939 How to fix this problem

Re: linux help (running apache web server)

2006-02-24 Thread David Berg
ing lists. You are much more likely to find help there and much less likely to have your inbox filled with flames. That said, here is the little help I can offer. > am a totally new user. I downloaded some instructions on installing apache > web server, and it seemed to go fine. I test started

linux help (running apache web server)

2006-02-24 Thread Wale Akintan
Hello, Im a complete rookie in linux and I have just installed redhat 9.0. I am a totally new user. I downloaded some instructions on installing apache web server, and it seemed to go fine. I test started the web server with the /usr/local/apache/bin/apachectl start command and it started. pid

Re: Hi, how can I disalow ping request on my domain / ip apache web server ?

2001-01-28 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Willi Dyck <[EMAIL PROTECTED]> wrote: >to deny icmp (ping to say it your words :)) requests >add an ipchain rule similar to this one: > >$IPCHAINS -A input -p icmp -s $REMOTENET -d $REMOTENET -j DENY >(denieing icmp requests from the internet) Never *EVER* do this

Re: Hi, how can I disalow ping request on my domain / ip apache web server ?

2001-01-28 Thread Willi Dyck
requests from the local net) where REMOTENET stands for 0/0 where INTERNALNET stands for your internal_eth0_ip/internal_mask hope this helps (works). for me it does. Willi On Sun, Jan 28, 2001 at 02:30:34PM +0100, Benj wrote: > Hi, how can I disalow ping request on my domain / ip apache web ser

Re: Hi, how can I disalow ping request on my domain / ip apache web server ?

2001-01-28 Thread Remco van 't Veer
Add: net/ipv4/icmp_echo_ignore_all = 1 to /etc/sysctl.conf, which is part of the procps package. HTH, Remco On Sun, Jan 28, 2001 at 14:30, Benj wrote: > Hi, how can I disalow ping request on my domain / ip apache web server ? > > Thanks, > Benj -- moord Slobodan Milosevic

Hi, how can I disalow ping request on my domain / ip apache web server ?

2001-01-28 Thread Benj
Hi, how can I disalow ping request on my domain / ip apache web server ? Thanks, Benj

Does Debian/Apache Web server support Signed Applet's Cab files

2000-09-13 Thread Vijay Peter Simon
Hello, I 'am running Apache Webserver on debian/Linux 2.2 and on the webserver I've placed a signed Applet Cab file for Internet Explorer Clients. But looks like the same cab file which executes properly on Internet Explorer through Microsoft's IIS does not work on the debian server mentioned

Re: Apache Web Server question

2000-07-01 Thread kmself
On Fri, Jun 30, 2000 at 09:53:43PM -0700, Jay Kelly wrote: > On Fri, Jun 30, 2000 at 08:08:14PM -0700, kmself@ix.netcom.com wrote: > > On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: [...] > > Directories must have read and execute permissions for user "www-data" > > (world read/execut

Re: Apache Web Server question

2000-07-01 Thread Ethan Benson
On Fri, Jun 30, 2000 at 09:53:43PM -0700, Jay Kelly wrote: > > > Should I be worried that my apache server is running under root. running apache as root is a very bad idea, but you would have had to do this yourself it is never done like by any default i am aware of. run ps aux | grep apache to

Re: Apache Web Server question

2000-06-30 Thread Jay Kelly
On Fri, Jun 30, 2000 at 08:08:14PM -0700, kmself@ix.netcom.com wrote: > On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: > > Hello Group, > > Im running apache and have /var/www as the root directory. I wanted > > to add another folder so I added var/www/file and when I try to > > access

Re: Apache Web Server question

2000-06-30 Thread Ethan Benson
On Fri, Jun 30, 2000 at 10:12:11PM -0400, Tom von Schwerdtner wrote: > > > > chmod -R a+r /var/www/files > > Keep in mind that 'chomd -R' follows sym links so it can cause serious issues > if you have a link to a downloads direcotry somewhere else on your box. no it does not follow symlinks:

Re: Apache Web Server question

2000-06-30 Thread kmself
On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: > Hello Group, > Im running apache and have /var/www as the root directory. I wanted > to add another folder so I added var/www/file and when I try to > access html from the directory I get access denied. I looked in > the apachpe error.l

Re: Apache Web Server question

2000-06-30 Thread Tom von Schwerdtner
On Fri, Jun 30, 2000 at 07:03:05PM -0800, Ethan Benson wrote: > On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: > > Hello Group, > > Im running apache and have /var/www as the root directory. I wanted > > to add another folder so I added var/www/file and when I try to > > access html fr

Re: Apache Web Server question

2000-06-30 Thread Ethan Benson
On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: > Hello Group, > Im running apache and have /var/www as the root directory. I wanted > to add another folder so I added var/www/file and when I try to > access html from the directory I get access denied. I looked in > the apachpe error.l

Apache Web Server question

2000-06-30 Thread Jay Kelly
Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html from the directory I get access denied. I looked in the apachpe error.log and see Permission denied: file permission deny server access: /va

Re: Apache web server

1999-07-13 Thread Samuel R. Scarano
>I am thinking of configuring my linux machine to be a Apache web server and >playing around with it. Would someone like to share your experiences on That's where I was about 2 years ago. Just install it -- it's easy. When I figured out how CGI works, I was so excited I work

Re: Apache web server

1999-07-13 Thread Dan
Yea... go through all of the config files in /etc/apache and study all the documentation. thats it. From: "Daniel Yang" <[EMAIL PROTECTED]> To: Subject: Apache web server Date: Mon, 12 Jul 1999 23:37:57 -0500 I am thinking of configuring my linux machine to be a Apach

Apache web server

1999-07-13 Thread Daniel Yang
I am thinking of configuring my linux machine to be a Apache web server and playing around with it. Would someone like to share your experiences on this as a guideline? Thanks Daniel

Apache web server

1999-06-03 Thread José
Hi all, Which module support "XBitHack full"? Regards, Espe -- José Luis Rivas López Area Ingenieria de los Procesos de Fabricación Dpto. de Diseño en Ingenieria E.T.S. Ingenieros Industriales. UNIVERSIDAD DE VIGO Campus Universitario s/n, 36200 Vigo, ESPAÑA Teléfon

Re: [Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Jeff Noxon
On Wed, Sep 03, 1997 at 12:35:21PM -0500, Jeff Noxon wrote: > From /etc/apache/httpd.conf: That should have been access.conf. :-) Thanks, Jeff -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: [Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Jeff Noxon
On Wed, Sep 03, 1997 at 11:53:38AM -0500, Anthony Landreneau wrote: > Greetings all you helpful folks, > Been ruuning an apache Web Server on a Debian box for about 6 months. > Now > I need to password protect the whole directory tree of web pages. Tried to > use the &quo

[Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Anthony Landreneau
Greetings all you helpful folks, Been ruuning an apache Web Server on a Debian box for about 6 months. Now I need to password protect the whole directory tree of web pages. Tried to use the ".htaccess" type of protection but can't seem to get it to work. Anyone

Re: Apache web server POSTing.

1997-04-16 Thread Karl Ferguson
I've already been baffled by this Sue... Here's what's basically in my access.conf: AllowOverride None Options None Order deny,allow deny from all Options All AllowOverride FileInfo order allow,deny allow from all Options All And of course, the rest of the stuff like /var/www - default

Re: Apache web server POSTing.

1997-04-16 Thread Karl Ferguson
At 08:28 AM 16/04/97 -0600, Chad Zimmerman wrote: > >I had that when I first installed. Make sure the path callout for your >cgi-bin in the .conf files is correst, and once that is done check the >ownership of the directory and the access privilages of the cgi-bin >directory. > >Here is how ine is

Re: Apache web server POSTing.

1997-04-16 Thread Chad Zimmerman
I had that when I first installed. Make sure the path callout for your cgi-bin in the .conf files is correst, and once that is done check the ownership of the directory and the access privilages of the cgi-bin directory. Here is how ine is: drwxr-xr-x 5 root root 2048 Mar 17 11:08

Apache web server POSTing.

1997-04-16 Thread Karl Ferguson
Hi. I've recently installed thelatest apache web package and found that I cannot POST to it. We seems to be getting the error: Method not implemented POST to /~matt/cgi-bin/Formmail/formmail.pl not supported. I've looked through all the apache documentation without much luck, an