[EMAIL PROTECTED] mod_user dynamic dns

2006-02-27 Thread Jacob Singh
Hi, I'm trying to restrict a directory based on a hostname. we use a dns service with dynamic dns. So the hostname jacob.mycompany.com always resolves to my ip. So I have something like Allow from jacob.mnycompany.org This doesn't let me in, even though if I run host jacob.mycompany.org r

Re: [EMAIL PROTECTED] Re: Can Apache2 cache HTTPS content?

2006-02-27 Thread William A. Rowe, Jr.
??? You can cache responses for the HTTP protocol over HTTPS. HOWEVER, if you are a proxy, and the user is using proxy CONNECT method to tunnel -through- your server to a backend SSL server, then no, your proxy sees only encrypted data, and cannot do anything with it. Xuekun Hu wrote: I googl

[EMAIL PROTECTED] Webdav dropbox configuration

2006-02-27 Thread Sean Davis
I would like to create a webdav "drop box" that limits access to write-only to a public user. What configuration options do I need to specify to do that? I have basic webdav running and auth via a mod_perl handler. If someone wouldn't mind sharing their setup for a "drop box", I would greatly ap

[EMAIL PROTECTED] Re: Can Apache2 cache HTTPS content?

2006-02-27 Thread Xuekun Hu
I googled through the intelnet and found some one said that can't cache ssl! Does anyone know the reason? From my thought, handling https request just like first SSL handshakes, then read the file and encrypt it using one algorithm. If read the file from the disk, I think it also could read from t

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 2/27/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can lead to matching 10.10.10x.xxx - a result that wasn't expected? I believe the use of apr_ipsubnet_test in mod_access means that those two won't

Re: [EMAIL PROTECTED] httpd basic authentication problem

2006-02-27 Thread Joshua Slive
On 2/27/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > hi list > i have configured webdav and created a htpasswd file as well. > i have done it acording to sugetions. but now its says mysql table not > found, while i dont know how it is trying to find mysql tables > below is current config > > Alias

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can > lead to matching 10.10.10x.xxx - a result that wasn't expected? I believe the use of apr_ipsubnet_test in mod_access means that those two won't match. But I haven'

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread michael young
Nick Kew wrote: On Monday 27 February 2006 17:35, michael young wrote: This used to be an FAQ: DBM on Linux has always been a mess. Google for my replies on the subject back in the 1990s. Thanks, I'll look for them. Hmmm, I think I was a bit terse this morning. The executive

[EMAIL PROTECTED] AddDefaultCharset

2006-02-27 Thread Farid Hamjavar
Greetings; Is setting AddDefaultCharset to "off" a security risk under apache (ver. is 2.0.46 under Linux) Thank you, Farid - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

[EMAIL PROTECTED] httpd basic authentication problem

2006-02-27 Thread azeem ahmad
hi list i have configured webdav and created a htpasswd file as well. i have done it acording to sugetions. but now its says mysql table not found, while i dont know how it is trying to find mysql tables below is current config Alias /dav/ "/var/www/dav" DAV On AuthType Basic AuthName "must" A

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread William A. Rowe, Jr.
Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can lead to matching 10.10.10x.xxx - a result that wasn't expected? Bill Joshua Slive wrote: On 2/27/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote: Is it possible to use wildcards with IP addresses in that directive? Could

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote: > Is it possible to use wildcards with IP addresses in that directive? > Could you have a line that reads > > Allow from 123.456.789.*** > > With the goal being that any IP in the *** section that matches > 123.456.789 is able to check serv

[EMAIL PROTECTED] Configuring mod_authn_dbd + Apache 2.2 + Postgres 8

2006-02-27 Thread Fred McCann
I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin  1DBDKeep 2DBDMax  10DBDExptime 60#Authentication Section    AuthType Basic    AuthName

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
What about /bin/arch which should be the same like uname -m and what do you get from httpd -V | grep "Architecture" bye Oliver -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EMAIL PROTECTED] Gesendet: Mo 27.02.2006 19:11 An: users@httpd.apache.org Betreff: Re: AW: [EMAIL PR

Re: AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
For me its uname -p is "unkown"..     Thanks Sanjay Tripati   [EMAIL PROTECTED] wrote: uname -p | cut -d\_ -f2for me on Linux i receive than64-Ursprüngliche Nachricht-Von: sanjay tripathi [mailto:[EMAIL PROTECTED]Gesendet: Mo 27.02.2006 19:00An: users@httpd.apache.orgBetreff: Re: [EM

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Kishore Jalleda
as suggested by Oliver, try these and if you have 64bit, it would show as below (see bold) #cat /etc/issueWelcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel \r (\l).and if you wnat to know only the "x86_64" than#uname -px86_64  Kishore Jalleda On 2/27/06, sanjay tripathi <[EMAIL PROTECTED]

AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
uname -p | cut -d\_ -f2 for me on Linux i receive than 64 -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EMAIL PROTECTED] Gesendet: Mo 27.02.2006 19:00 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] How to Check In Solaris There is Command "isainfo -b" But in Linux :)

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Uname -i ... There is no Options like "i" Uname -p ... Gives Processor type uname -a .. Gives kernel veriosn & processor type     But i want to know how many bits OS?   Thanks Sanjay Tripathi[EMAIL PROTECTED] wrote: >Hey,> can you tell me any one if i want to know that> How to check to L

AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
cat /etc/issue an example printout: [EMAIL PROTECTED]>cat /etc/issue Welcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel \r (\l). and if you wnat to know only the "x86_64" than [EMAIL PROTECTED]> uname -p x86_64 -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EM

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Jonathan S. Abrams
Joshua Slive wrote: On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi Joshua [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied by server configuration: /home/qrq/httpd-2.0.55_dir/htdocs/server-status below is access logs 192.168.1.20 - - [27/Feb/2006:09:07:24 -

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
In Solaris There is Command "isainfo -b" But in Linux :) ??Kishore Jalleda <[EMAIL PROTECTED]> wrote: I am not really sure but may be you could get some hint from these#cat /proc/cpuinfo#uname -a#archor refer to your products documentation :)Kishore JalledaOn 2/27/06, sanjay tripathi <

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
>Hey, >can you tell me any one if i want to know that > How to check to Linux Base OS that its N Bit OS? > Any command by which we can get? Do you mean something like uname -i or uname -p or the wholestring uname -a > Thanks > Sanjay Tripathi bye Oli

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread Nick Kew
On Monday 27 February 2006 17:35, michael young wrote: > >This used to be an FAQ: DBM on Linux has always been a mess. > >Google for my replies on the subject back in the 1990s. > > Thanks, I'll look for them. Hmmm, I think I was a bit terse this morning. The executive summary is, don't use mod_

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Hi Kishore,    I think all these commands not giving about N Bit OS?   Thanks Sanjay TripathiKishore Jalleda <[EMAIL PROTECTED]> wrote: I am not really sure but may be you could get some hint from these#cat /proc/cpuinfo#uname -a#archor refer to your products documentation

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Kishore Jalleda
I am not really sure but may be you could get some hint from these #cat /proc/cpuinfo #uname -a #arch or refer to your products documentation :) Kishore Jalleda On 2/27/06, sanjay tripathi <[EMAIL PROTECTED]> wrote: > Hey, > can you tell me any one if i want to know that > Ho

[EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Hey,   can you tell me any one if i want to know that How to check to Linux Base OS that its N Bit OS? Any command by which we can get?   Thanks Sanjay Tripathi Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread michael young
Nick Kew wrote: On Monday 27 February 2006 05:22, michael young wrote: Hi, I get this error in compiling apache 1.3.34. Why are you compiling a version that's four years obsolete? I want to upgrade my existing server without having to create a new http.conf file, as the 1 I curren

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Eugene
On Mon, Feb 27, 2006 at 08:24:10AM CST, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: : On 2/27/06, Joshua Slive <[EMAIL PROTECTED]> wrote: : > On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: : > > : > > I have this below tag in httpd.conf : > > : > > : > >SetHandler server-status : > >

Re: [EMAIL PROTECTED] Basic Authentication with mod_proxy

2006-02-27 Thread Joshua Slive
On 2/27/06, Henrique Craveiro <[EMAIL PROTECTED]> wrote: > Hi, > > Ok, since not everybody uses or used mod_auth_kerb, I present my question > speaking about using Basic authentication (instead of mod_auth_kerb) and > mod_proxy. > > I configured my Web Server with Basic Authentication and mod_proxy

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi Joshua > > [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied > by server configuration: > /home/qrq/httpd-2.0.55_dir/htdocs/server-status > > below is access logs > 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /s

Re: [EMAIL PROTECTED] multiple instances of apache and ssl

2006-02-27 Thread John Beck
Excellent, that was the fix. I know I grep'ed through that file a zillion times for ssl and it didn't ever show that INCLUDE line, but when I grep'ed for "include" I found it. Thank you so much! -John Krist van Besien wrote: > On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote: > >>Hello, >> We ru

[EMAIL PROTECTED] Basic Authentication with mod_proxy

2006-02-27 Thread Henrique Craveiro
Hi, Ok, since not everybody uses or used mod_auth_kerb, I present my question speaking about using Basic authentication (instead of mod_auth_kerb) and mod_proxy. I configured my Web Server with Basic Authentication and mod_proxy acting as reverse Proxy. What I want is Apache to authenticate and o

RE: [EMAIL PROTECTED] webdav

2006-02-27 Thread azeem ahmad
From: "Boyle Owen" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: Subject: RE: [EMAIL PROTECTED] webdav Date: Mon, 27 Feb 2006 16:21:05 +0100 > -Original Message- > From: azeem ahmad [mailto:[EMAIL PROTECTED] > Sent: Montag, 27. Februar 2006 15:57 > To: [EMAIL PROTECTED]; u

Re: [EMAIL PROTECTED] recursive error in installing apache

2006-02-27 Thread Eugene
On Mon, Feb 27, 2006 at 07:20:39AM CST, Boyle Owen <[EMAIL PROTECTED]> wrote: : : > -Original Message- : > From: Jun Arlante [mailto:[EMAIL PROTECTED] : > Sent: Montag, 27. Februar 2006 13:04 : > To: users@httpd.apache.org : > Subject: [EMAIL PROTECTED] recursive error in installing apach

RE: [EMAIL PROTECTED] webdav

2006-02-27 Thread Boyle Owen
> -Original Message- > From: azeem ahmad [mailto:[EMAIL PROTECTED] > Sent: Montag, 27. Februar 2006 15:57 > To: [EMAIL PROTECTED]; users@httpd.apache.org > Subject: [EMAIL PROTECTED] webdav > > hi list > i have configured a webdav directory. but when i try to > connect to it, it > doesn

Re: [EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread D. Hunter
yeah that did the trick thnx buddy not sure why i didnt notice it before  On 2/27/06, Sascha Kersken <[EMAIL PROTECTED]> wrote: Hi,   did you check the AllowOverride setting for the directory containing the .htaccess file?     Regards Sascha-- D. Hunter

RE: [EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread Boyle Owen
> -Original Message- > From: D. Hunter [mailto:[EMAIL PROTECTED] > Sent: Montag, 27. Februar 2006 16:08 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: rewrite module > > iive just installed apache 2.2 > im using .htaccess to rewrite > i chceked to see wha

Re: [EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread Sascha Kersken
Hi,   did you check the AllowOverride setting for the directory containing the .htaccess file?     Regards Sascha

[EMAIL PROTECTED] Re: rewrite module

2006-02-27 Thread D. Hunter
iive just installed apache 2.2 im using .htaccess to rewrite i chceked to see whats loaded & its says the following:   Loaded Modules: core_module (static) authn_file_module (static) authn_default_module (static) authz_host_module (static) authz_groupfile_module (static) authz_user_module (stati

[EMAIL PROTECTED] webdav

2006-02-27 Thread azeem ahmad
hi list i have configured a webdav directory. but when i try to connect to it, it doesnt ask for credentials how could i make it configuration is as below DAV On AuthType Basic AuthName "must" AuthUserFile "/root/davlogin" Require user webdav Regards Azeem --

[EMAIL PROTECTED] rewrite module

2006-02-27 Thread D. Hunter
iive just installed apache 2.2 im using .htaccess to rewrite i chceked to see whats loaded & its says the following:   Loaded Modules: core_module (static) authn_file_module (static) authn_default_module (static) authz_host_module (static) authz_groupfile_module (static) authz_user_module (static)

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Kaushal Shriyan
Hi Joshua [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied by server configuration: /home/qrq/httpd-2.0.55_dir/htdocs/server-status below is access logs 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /server-status HTTP/1.1" 403

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi > > I have this below tag in httpd.conf > > >SetHandler server-status >Order deny,allow >Deny from all >Allow from .blue.com > > > when I access http://bdc5353.test.abc.com/server-status > It gives > > Forbidden > You don

[EMAIL PROTECTED] Forbidden

2006-02-27 Thread Kaushal Shriyan
Hi I have this below tag in httpd.conf SetHandler server-status Order deny,allow Deny from all Allow from .blue.com when I access http://bdc5353.test.abc.com/server-status It gives Forbidden You don't have permission to access /server-status on this server. Thanks in Advance Reg

Re: [EMAIL PROTECTED] You don't have permission to access /index.html on this server.

2006-02-27 Thread Jonathan S. Abrams
No, the alias simply means that typing /rt in a URL bar will take you to /opt/rt3/share/html on your server. This should not be this complicated. Does the system user running the apache daemon have access to these folders? -Jonathan zhou jian wrote: Actually I am using /rt instead of /rt3

RE: [EMAIL PROTECTED] recursive error in installing apache

2006-02-27 Thread Boyle Owen
> -Original Message- > From: Jun Arlante [mailto:[EMAIL PROTECTED] > Sent: Montag, 27. Februar 2006 13:04 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] recursive error in installing apache > > I am trying to installing httpd-2.0.52 and I am getting the > following error > dur

[EMAIL PROTECTED] Accessing attachment in message-style or document/literal servic e

2006-02-27 Thread Naeem Malik (Ext. 797)
Hi all >From long time I am not able to access the attachment. could any one please help me regarding the following problem I am using message-style service method (not RPC mode), now at client side I can attach any attachment (i.e. binary file or in my case xml file) and can send our the wire by

RE: [EMAIL PROTECTED] Using authentication module (mod_auth_kerb) with a reverse proxy (mod_proxy)

2006-02-27 Thread Henrique Craveiro
Hi, Apache version is 2.0.55 on a Solaris 9. I compiled it with mod_proxy, mod_ssl as shared and then compiled mod_auth_kerb 5.0 RC6 as shared also. I also tried mod_spnego instead of mod_auth_kerb, but the result was the same 8as expected). Thanks, Henrique -Original Message- From: [EM

[EMAIL PROTECTED] recursive error in installing apache

2006-02-27 Thread Jun Arlante
I am trying to installing httpd-2.0.52 and I am getting the following error during installation   #make install   make[2]:*** [exports.lo] Error 1   make. [install-recursive] Error 1   what does this mean? any help is greatly appreciated.   Thanks.  

[EMAIL PROTECTED] Fwd: mod_python memory errors

2006-02-27 Thread jd list
I have received a bunch of memory errors(below) in the virtual host error log and evntually a refusal for mod_python to process any posted data over ~120K. I saw this under the following environement: Two LAN connections in immediate sequence,each minute post a string of xml via comamnd line curl

[EMAIL PROTECTED] bad view of txt file in tomcat 4.1 30

2006-02-27 Thread Maurizio_Salviato
I'm having a noising problem viewing text file. When i read for the first time a text file in Tomcat (using a url that point to this file) i see all the data as a long snake: then I use F5 to refresh and all is good. This happens only for txt not for pdf. Can anybody help me? Thanks to all Maurizi

Re: [EMAIL PROTECTED] multiple instances of apache and ssl

2006-02-27 Thread Krist van Besien
On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote: > Hello, > We run multiple instances of apache 2.0.55 on the same server. Each > instance has it's own IP address. > > I have been trying without success to run SSL on more than one instance > at the same time. Usually if I specify the IP in a vi

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread Nick Kew
On Monday 27 February 2006 05:22, michael young wrote: > Hi, > I get this error in compiling apache 1.3.34. Why are you compiling a version that's four years obsolete? > mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo > mod_auth_dbm.c:41:18: error: ndbm.h: No such file or directory This used