[EMAIL PROTECTED] uninstall-Apache

2007-02-13 Thread imthiaz khan
how to uninstall Apache web server in linux - No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.

[EMAIL PROTECTED] prblem while installing

2007-02-13 Thread imthiaz khan
I am working in linux environment ,I want to install apache web server, but I am getting a problem while installing ,I have editted httpd.conf-dist-nw file and made httpd.conf file but it is giving error while locating path to run the httpd binary ,I am geting problem in locating server root.can

Re: [EMAIL PROTECTED] installation query in linux

2007-02-13 Thread Steven Pierce
http://httpd.apache.org/docs/1.3/mod/core.html#serverroot this should get your started. *** REPLY SEPARATOR *** On 2/13/2007 at 11:22 PM imthiaz khan wrote: in http.conf file ,I am geting problem in locating server root Don't be flakey. Get Yahoo! Mail for Mobile and always st

[EMAIL PROTECTED] installation query in linux

2007-02-13 Thread imthiaz khan
in http.conf file ,I am geting problem in locating server root - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.

[EMAIL PROTECTED] Question about mod_rewrite

2007-02-13 Thread Jean-Philippe Battu
hello I need help and advices about using mod_rewrite I have some pdf files on my web site A foreign web site has stored these pdf file on a html file on this foreign web site I would like to redirect its requests to another page so I wrote: RewriteEngine Off

[EMAIL PROTECTED] how to replace tilde with slash when users' home dirs are different?

2007-02-13 Thread ccyen
Hi I want to replace the tilde symbol with slash in the URL, And I know that I could add this setting "AliasMatch ^/([^/]*)/?(.*) /home/$1/public_html/$2" when all users' root directory are the same. Now it's the problem... There are more than 5000 users in my server, in order to a

Re: [EMAIL PROTECTED] remove the http server info banner

2007-02-13 Thread Yvo van Doorn
On 2/12/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Frightening. FWIW - see http://httpd.apache.org/security/vulnerabilities_13.html Fauziah Mahdan wrote: > I have read all the posting regarding this servertokens or hide web > banner/header > http://marc.theaimsgroup.com/?l=apache-httpd

[EMAIL PROTECTED] OpenBSD and threaded apache

2007-02-13 Thread Linden
Hi all, I am at a loss to get apache 2.2.3 compiled using "--with-mpm=worker" on OpenBSD 3.9 It compiles and seems to run fine except for seeming to get "stuck" on the first few requests. After a few requests it might run ok but then seem to get "stuck" again (takes forever to respond). I

Re: [EMAIL PROTECTED] Trying to install Apache 2.2.4 on AIX 5.3

2007-02-13 Thread Krist van Besien
On 2/13/07, Desai, Sushant <[EMAIL PROTECTED]> wrote: I installed c compiler on AIX and then I ran the configure command , but the filesystem path I mentioned in configure command doesn't have any data written on it, and there is no error recorded in the config.log file also, what could be wrong

[EMAIL PROTECTED] RPMS problem with httpd building

2007-02-13 Thread Syed Amjad Ali
Ok Folks, I am trying to compile httpd-2.2.2-1.2.src.rpm on ppc using fedora system. I get the following error + xmlto -x /root/ydl5full/ybuild3/work/httpd/SOURCES/html.xsl html-nochunks migration.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/

Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Joshua Slive
On 2/13/07, Nando Ronsisvalle <[EMAIL PROTECTED]> wrote: Directory takes a full path relative to the root of the filesystem, not relative to the DocumentRoot. See: http://httpd.apache.org/docs/2.2/sections.html#file-and-web Joshua. --

[EMAIL PROTECTED] LDAP Authentication & Registration

2007-02-13 Thread Strader, William A.
OK do you all know of any application where a user can do a self-registration and it will create their account within the LDAP server? Thanks, Billy Strader WebPool WebPool Pager: 865-417-5622 Work: 865-425-5178 Pager: 865-417-5012 ---

Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Maurer, Hermann ha scritto: Hi, please try this: Order deny,allow allow from 192.168.0.0/24 deny from all Gruß/Regards, Hermann Maurer Doesn't works! It seems ignore directive. NR - The official User-To-User sup

Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Maurer, Hermann ha scritto: Hi, please try this: Order deny,allow allow from 192.168.0.0/24 deny from all Gruß/Regards, Hermann Maurer Doesn't works! It seems ignore directive. NR -- Saluti / Best regards --- * * / Nando Ronsisvalle / * * / / / / / / I.C.T. Department / / / / / /

RE: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Maurer, Hermann
--->>-Original Message- --->>From: Nando Ronsisvalle [mailto:[EMAIL PROTECTED] --->>Sent: Tuesday, February 13, 2007 6:00 PM --->>To: users@httpd.apache.org --->>Subject: [EMAIL PROTECTED] mod_authz_host problem --->> --->>Hi --->>i'm setting access control on a fresh installed apache ---

[EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Hi i'm setting access control on a fresh installed apache 2.2.4 linux box. Setting on a sub-directory this directive: Order deny,allow deny from all doesn't work. What am i wrong? this is a part of my http.conf DocumentRoot "/home/www/htdocs" # # Each directory to which Apache has access can be

Re: [EMAIL PROTECTED] Apache SSL DMZ mod_jk Security concerns

2007-02-13 Thread AFrieze
Thanks! I am new to the whole security issue, and, although I have researched it quite a bit it is nice to have some confirmation when it comes to something like credit cards. AFrieze - The official User-To-User support forum

Re: [EMAIL PROTECTED] probably bug in 2.2.4 ??? please confirm ...

2007-02-13 Thread Tom Donovan
Yes - This is APR bug 41321 which affects Windows 2000. http://issues.apache.org/bugzilla/show_bug.cgi?id=41321 You can work around it (with modest performance cost) by using the Win32DisableAcceptEx directive. -tom- [EMAIL PROTECTED] wrote: Hi all, Scenario: - Standard 2.2.4 inst

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-13 Thread Neil Martin
Hi, Sorry, my question was worded badly: The real question is about thread safty of DBI in mod_perl. On Solaris we were getting core dumps from this combination using our ODBC driver and an Informix ODBC driver. Don't get the core dumps when using preforked apache. Regards, Neil Issac Goldstan

[EMAIL PROTECTED] probably bug in 2.2.4 ??? please confirm ...

2007-02-13 Thread Uwe . Liebrenz
Hi all, Scenario: - Standard 2.2.4 installation / config - no firewalls etc. - PHP 5 simple php-page with $_SERVER['REMOTE_ADDR'] inside, results in 0.0.0.0 same picture in access.log 0.0.0.0 - - [12/Feb/2007:10:51:39 +0100] "GET / HTTP/1.1" 200 44 same picture in error.log [Tue Feb 13 09:21:

Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Pid
Steve Swift wrote: Try this, then: # Suppress the TRACE and TRACK methods to avoid cross-site scripting vulnerability RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] On 13/02/07, *Yaniv Ofer* <[EMAIL PROTECTED] > wrote: Hi

Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Steve Swift
Try this, then: # Suppress the TRACE and TRACK methods to avoid cross-site scripting vulnerability RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] On 13/02/07, Yaniv Ofer <[EMAIL PROTECTED]> wrote: Hi p It says here that the TRACE method cannot be limited

RE: [EMAIL PROTECTED] Trying to install Apache 2.2.4 on AIX 5.3

2007-02-13 Thread Desai, Sushant
I installed c compiler on AIX and then I ran the configure command , but the filesystem path I mentioned in configure command doesn't have any data written on it, and there is no error recorded in the config.log file also, what could be wrong. I used following command ./configure --prefix=/ora

RE: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Yaniv Ofer
Hi p It says here that the TRACE method cannot be limited. -Ofer http://httpd.apache.org/docs/1.3/mod/core.html#limit === directive Syntax: ... Context: any Status: core Access c

Re: [EMAIL PROTECTED] How to SetEnvIf matching previous matches

2007-02-13 Thread Krist van Besien
On 2/9/07, Lucas Brasilino <[EMAIL PROTECTED]> wrote: Hi all: I'm trying to make a 'AND' beetween two 'SetEnvIf' matches with no success. In mod_setenv docs it says that the 'attribute' field can be the name of an enviroment variable of a previous match. I've tried many configurations with no su

RE: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Yaniv Ofer
Thanks!!! -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:30 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33 try this... http://httpd.apache.org/docs/1.3/mod/core.html#limit Deny from

Re: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Pid
try this... http://httpd.apache.org/docs/1.3/mod/core.html#limit Deny from all p Yaniv Ofer wrote: Hello Our application is running over Apache 1.3.33. As a result of a failed security test, we have been asked to disable the TRACE HTTP method on our Apache Server. Could you please

[EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-13 Thread Yaniv Ofer
Hello Our application is running over Apache 1.3.33. As a result of a failed security test, we have been asked to disable the TRACE HTTP method on our Apache Server. Could you please refer me to a configuration/patch/fix that would disable the TRACE HTTP method for Apache 1.3.33 Server? Our

Re: [EMAIL PROTECTED] Trying to install Apache 2.2.4 on AIX 5.3

2007-02-13 Thread Krist van Besien
Hello, First of all: Posting to this list by replying to your welcome message, including it completely, with HTML version and atachments is really not necessary. On 2/13/07, Desai, Sushant <[EMAIL PROTECTED]> wrote: Hello, I am trying to install Apache http server 2.2.4 on AIX 5.3 server. W

[EMAIL PROTECTED] Best practice for mod_proxy_ajp/balancer in apache-2.2.4?

2007-02-13 Thread Peter Hinse
Hi all, since this is the first time I have to admin a JBoss Cluster behind an apache proxy, I have several questions regarding configuration for the following scenario: A JBoss 4.0.5 Cluster with 2-n instances as Application Server, Apache 2.2.4 with mod_proxy_ajp and mod_proxy_balancer handling

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-13 Thread Issac Goldstand
Neil Martin wrote: > > On the same subject of 'thread safe' does anyone know if mod_perl > is being made thread safe? ( I believe there was a project for a threaded > version but it died, so just wondering is the main mod_perl branch was > being considered for making thread safe. ) > AFAIK mod_p

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-13 Thread Neil Martin
Hi Sander, Thanks for the information. I'll make sure the mod_foo is thread safe, stripped down and retest. On the same subject of 'thread safe' does anyone know if mod_perl is being made thread safe? ( I believe there was a project for a threaded version but it died, so just wondering is the m

[EMAIL PROTECTED] Trying to install Apache 2.2.4 on AIX 5.3

2007-02-13 Thread Desai, Sushant
Hello, I am trying to install Apache http server 2.2.4 on AIX 5.3 server. When I am trying to configure with following command I am getting following error: ./configure --prefix=/oradata configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. configure

[EMAIL PROTECTED] Interesting mod_proxy issue with Double decoding.

2007-02-13 Thread Isaac Dawson
Hello, I have a configuration utilizing apache 2.2.0 with mod_proxy. What I want to do is protect the server and limit the user to access a single directory, lets say /java_tut/ from a machine running resin. So we have the following configuration: Order deny, allow Allow from all ProxyPass