Re: [EMAIL PROTECTED] File Upload Fails in HTTPS Mode

2007-04-17 Thread Joshua Slive
On 4/17/07, Anil Dighade <[EMAIL PROTECTED]> wrote: I am currently using Apache2.0.58 on unix box. File upload fails at first time when tried and then displays Page Cannot be found error message. If you refresh the same page and try it again it goes smoothely. This happens only under https

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread Joshua Slive
On 4/17/07, detlev von davidson <[EMAIL PROTECTED]> wrote: sharath reddy wrote: > Hi all, > > How can i map URL to a file system on remote box? > > .. if my apache is running as www.example.com > , then if i want to serve content for > www.example.com/test

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread detlev von davidson
sharath reddy wrote: Hi all, How can i map URL to a file system on remote box? .. if my apache is running as www.example.com , then if i want to serve content for www.example.com/test from different box other than local server

Re: [EMAIL PROTECTED] WebDAV

2007-04-17 Thread William A. Rowe, Jr.
John P. Dodge wrote: >> >> Order deny,allow >> Allow from all >> Require group WebDAV-Writers >> >> >> Order deny,allow >> Allow from all >> Require group WebDAV-Readers WebDAV-Writers >> >> >> Order deny,allow >>

[EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread sharath reddy
Hi all, How can i map URL to a file system on remote box? .. if my apache is running as www.example.com , then if i want to serve content for www.example.com/test from different box other than local server Any suggestions?

Re: [EMAIL PROTECTED] WebDAV

2007-04-17 Thread Dan_Mitton
I have no rewrite rules. The WebDAV directory is: [EMAIL PROTECTED]:/usr/local/apache2/conf>ls -la ../htdocs/WebDAV/ total 330 drwxrwxr-x 2 apache apache 512 Apr 12 11:03 ./ drwxr-xr-x 3 apache apache 1536 Apr 9 13:42 ../ -rw-r--r-- 1 apache apache109425 Apr 12 11:03 B

Re: [EMAIL PROTECTED] WebDAV

2007-04-17 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: > > John, > > I added the DAVDepthInfinity On, right after my DAV On line, but it > doesn't seem to do anything. It prevents ONE request from slurping to infinity - but does not prevent the user from recursively following your misconfiguration one request at a time. You

Re: [EMAIL PROTECTED] IP address discimination

2007-04-17 Thread John Steel
Boyle Owen wrote: You must have a NameVirtualHost directive somewhere for 1.2.3.4 (any included files?). Anyway, why fight it? You absolutely *need* NameVirtualHost to do name-based virtual-hosting so just type it in and end the pain. I found them in httpd.include - it begins like this: NameV

Re: [EMAIL PROTECTED] http connection hangs when -DSSL option is used.

2007-04-17 Thread Pranav Choudhary
On 4/17/07, Sander Temme <[EMAIL PROTECTED]> wrote: Pranav Choudhary wrote: > I have cross-compiled apache 2.0.59 for arm (with mod_ssl). I started > After a few experiments i found that even if i don't start with -DSSL > and just Listen on one more port (other than 80), i am not able to > con

Re: [EMAIL PROTECTED] http connection hangs when -DSSL option is used.

2007-04-17 Thread Sander Temme
Pranav Choudhary wrote: > I have cross-compiled apache 2.0.59 for arm (with mod_ssl). I started > After a few experiments i found that even if i don't start with -DSSL > and just Listen on one more port (other than 80), i am not able to > connect to the server using http. ie. if i add a directive

[EMAIL PROTECTED] http connection hangs when -DSSL option is used.

2007-04-17 Thread Pranav Choudhary
Hi, I have cross-compiled apache 2.0.59 for arm (with mod_ssl). I started the server on the target using httpd -k start. I was able to connect to it using http, as desired. Then i restarted the server, this time with -DSSL argument (httpd -k start -DSSL). Now i was able to connect using https (to

Re: [EMAIL PROTECTED] WebDAV

2007-04-17 Thread Dan_Mitton
John, I added the DAVDepthInfinity On, right after my DAV On line, but it doesn't seem to do anything. DAV On DAVDepthInfinity On AllowOverride FileInfo AuthConfig Limit Indexes . . . Dan Please respond to users@httpd.apache.org To: users@httpd.apach

Re: [EMAIL PROTECTED] WebDAV

2007-04-17 Thread John P. Dodge
On Thu, 12 Apr 2007 [EMAIL PROTECTED] wrote: > Joshua, > > Thanks, it looks like the http://server.name.dom:80/WebDAV did the trick > with getting basic authentication to work, but now from XP sp2 Explorer, > the directory of the WebDAV share, also contains an infinite recursion of > the WebDAV di

Re: [EMAIL PROTECTED] ldap-attribute wildcard not working?

2007-04-17 Thread John P. Dodge
On Thu, 5 Apr 2007, Bruce DeYoung wrote: > We have an attribute in our LDAP directory called "groupmembership". Due > to some issues in our back-end Notes/Domino database, values for > groupmembership are like "Employee 1", "Employee 2", "Employee 3", > etc.but each of these is essentially the

Re: [EMAIL PROTECTED] question about %b, %O (log_io) and %X formats

2007-04-17 Thread Joshua Slive
On 4/17/07, Alex <[EMAIL PROTECTED]> wrote: However, I run into records where %b is exactly the file size, while %X is X, and %O is much lower than %b. As I rely upon %b to count file downloads, this seems very disturbing. :( Do I miss something here? I don't understand your confusion. If the

[EMAIL PROTECTED] File Upload Fails in HTTPS Mode

2007-04-17 Thread Anil Dighade
I am currently using Apache2.0.58 on unix box. File upload fails at first time when tried and then displays Page Cannot be found error message. If you refresh the same page and try it again it goes smoothely. This happens only under https mode. For normal http mode it works properly. Can any o

[EMAIL PROTECTED] question about %b, %O (log_io) and %X formats

2007-04-17 Thread Alex
Hello I run into strange log entries, which report very different response size by %b and %O (from log_io module) log formats. My understanding was that %b gives the number of bytes sent to client (actually the file size, if request was completed), and %O gives size of response+headers. Furt

RE: [EMAIL PROTECTED] 500 error page not showing?

2007-04-17 Thread Tom Haddon
On Tue, 2007-04-17 at 10:37 +0200, Boyle Owen wrote: > > -Original Message- > > From: Tom Haddon [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 17, 2007 10:16 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] 500 error page not showing? > > > > Hi Folks, > > > > I beli

[EMAIL PROTECTED] Re: cannot start apache2 on Solaris

2007-04-17 Thread rahed
Nick Kew <[EMAIL PROTECTED]> writes: > There are two different SQLite drivers: SQLite 2 and 3. > I suspect the library it's looking for may be SQLite 2. > Either install it, or use an apr-util package that doesn't link it. > In APR-util 1.2.1 changes there's a comment: Add sqlite3 support to APR

Re: [EMAIL PROTECTED] cannot start apache2 on Solaris

2007-04-17 Thread Nick Kew
On Tue, 17 Apr 2007 10:04:05 +0200 rahed <[EMAIL PROTECTED]> wrote: > Hello, > > I installed apache 2.2.0 on Solaris 8 from sunfreeware. > > When I start apache it complains: cannot find libsqlite.so.0, so I > made a link to libsqlite3.so.0.8.6 and now there is a mesage > > relocation error: fi

[EMAIL PROTECTED] cannot start apache2 on Solaris

2007-04-17 Thread rahed
Hello, I installed apache 2.2.0 on Solaris 8 from sunfreeware. When I start apache it complains: cannot find libsqlite.so.0, so I made a link to libsqlite3.so.0.8.6 and now there is a mesage relocation error: file /usr/local/apr/lib/libaprutil-1.so.0: symbol sqlite_freemem: referenced symbol not

RE: [EMAIL PROTECTED] 500 error page not showing?

2007-04-17 Thread Boyle Owen
> -Original Message- > From: Tom Haddon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 17, 2007 10:16 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] 500 error page not showing? > > Hi Folks, > > I believe I have an issue with a custom 500 error page not showing. I > can s

[EMAIL PROTECTED] 500 error page not showing?

2007-04-17 Thread Tom Haddon
Hi Folks, I believe I have an issue with a custom 500 error page not showing. I can simulate the error (or rather, cause the error) by stopping my database server which then produces an "Operational Error" page. If I look in my apache access logs I see an entry like this: 91.84.7.17 - - [16/Apr/2

RE: [EMAIL PROTECTED] IP address discimination

2007-04-17 Thread Boyle Owen
> -Original Message- > From: John Steel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 17, 2007 9:16 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] IP address discimination > > Boyle Owen wrote: > >> I have 2 dedicated Fed linux servers, one running httpd > 2.0.51, wh

Re: [EMAIL PROTECTED] IP address discimination

2007-04-17 Thread John Steel
Boyle Owen wrote: I have 2 dedicated Fed linux servers, one running httpd 2.0.51, which does not show this problem, and the other running 2.0.53 which does. Both host about 30 domains across 8 IP addresses each. The problem I'm trying to solve is an automatic redirection of http://example.com