Re: [EMAIL PROTECTED] WebDAV

2007-04-11 Thread fRANz
On 4/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there anyone using WebDAV and Basic Authentication from a Windows Explorer client?? Apache 2.0.59, mod_ssl + WebDAV location with Basic Authentication in Windows environment. Windows Explorer doesn't works; cadaver (Linux client) work

[EMAIL PROTECTED] apache port num. problem

2007-04-11 Thread Mr. Steve Burrus
i need some assistance with always getting this when I try to start/activate apache. Apparently it is a port address number problem. "(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no lis

[EMAIL PROTECTED] apache port num. problem

2007-04-11 Thread Mr. Steve Burrus
i need some assistance with always getting this when I try to start/activate apache. Apparently it is a port address number problem. "(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no lis

Re: [EMAIL PROTECTED] HELP Securing a folder on a website

2007-04-11 Thread Joshua Slive
On 4/11/07, M M <[EMAIL PROTECTED]> wrote: When i try to launch htdigest.exe or htpasswd.exe it flashes a black Comand box up and closes before i can read or click on anything. Open a command prompt (start, run, "cmd"), change to the directory containing these programs (or put them in your path

[EMAIL PROTECTED] HELP Securing a folder on a website

2007-04-11 Thread M M
When i try to launch htdigest.exe or htpasswd.exe it flashes a black Comand box up and closes before i can read or click on anything. Please Help. _ Download Messenger. Join the i’m Initiative. Help make a difference today. http:/

Re: [EMAIL PROTECTED] WebDAV

2007-04-11 Thread Paul Matthews
> Is there anyone using WebDAV and Basic Authentication from a Windows > Explorer client?? > > Dan > Was there something about it you wanted to know? check out the link below for heaps of information on apache http://www.opensourcehowto.org/how-to/apache/ or if you really want to know about web

Re: [EMAIL PROTECTED] WebDAV

2007-04-11 Thread Joshua Slive
On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there anyone using WebDAV and Basic Authentication from a Windows Explorer client?? Yes. Did you have a specific question? Lots of people do this, although you need to contend with the various bugs in various windows versions and sub

[EMAIL PROTECTED] WebDAV

2007-04-11 Thread Dan_Mitton
Is there anyone using WebDAV and Basic Authentication from a Windows Explorer client?? Dan

Re: [EMAIL PROTECTED] Directory dissapearing when it's PW protected

2007-04-11 Thread Joshua Slive
On 4/11/07, Lavoie,Alain [CMC] <[EMAIL PROTECTED]> wrote: But when I activated the authentication (AuthType, AuthName, AuthUserFile, Require), the directory "private" dissapear from the list. Is it possible to see the directory in the listing of public_data and be password protected? In recent

[EMAIL PROTECTED] ProxyPass .... !

2007-04-11 Thread David Salisbury
Anyone else out there had either success or difficulty with the "ProxyPass /url ! " directive. What I am hope this can do is to create a configuration so that the default is to reverse proxy to a site, except for a list of urls. The below is what I have, and I don't see how if varies from

Re: [EMAIL PROTECTED] action causes unexpected extra redirection

2007-04-11 Thread Adrian Dixon
Joshua Slive wrote: On 4/11/07, Adrian Dixon <[EMAIL PROTECTED]> wrote: Using an action directive from the mod_actions module in Apache httpd 2.2.4 installations seems to cause two actions rather than just the expected one. In the rewrite log with a log level of 9, there is a report of a secon

[EMAIL PROTECTED] Still Need Help w. PHP-Apache Integration.

2007-04-11 Thread Mr. Steve Burrus
I [still] need some help/assistance with trying to integrate php with the apache server, specifically the version 2.2.4 of apache. Now I DID get this integration right 1 time a long time ago but cannot do it now! Can anyone please give me a clear and concise way to do this? Thanx.

[EMAIL PROTECTED] Directory dissapearing when it's PW protected

2007-04-11 Thread Lavoie,Alain [CMC]
Hello, I have a directory (public_data) where I turned on the Indexes to see all the files and directories in it. This directory is accessible by everyone, no restriction. However, I want to protect with userName and Password the directory "private" in it. I did: Options

Re: [EMAIL PROTECTED] action causes unexpected extra redirection

2007-04-11 Thread Joshua Slive
On 4/11/07, Adrian Dixon <[EMAIL PROTECTED]> wrote: Using an action directive from the mod_actions module in Apache httpd 2.2.4 installations seems to cause two actions rather than just the expected one. In the rewrite log with a log level of 9, there is a report of a second redirection to a path

[EMAIL PROTECTED] action causes unexpected extra redirection

2007-04-11 Thread Adrian Dixon
Using an action directive from the mod_actions module in Apache httpd 2.2.4 installations seems to cause two actions rather than just the expected one. In the rewrite log with a log level of 9, there is a report of a second redirection to a path composed of the action path concatenated with the

[EMAIL PROTECTED] RE: RE: Apache CPU Utilization peaks to 100%

2007-04-11 Thread Sachin123
Hi We had the Rewrite Engine on and to show the user freindly URL we were using the ReWrite Engine We did a test with Rewrite off and still we see that the Apache Server is peaking upto 100% There no Swapping happening and RAM is sufficient Another interesting I noticed is the number of TCP co

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Roberto Tortolero
thaks Stefan, thanks to all, i've resolved the problem, the only thing that i have to do was to declare several virtualhost, one for every domain and VOILA!! that was all.. I really aprecciated the help of the group, thanks a lot... On 4/11/07, Stefan Schneider <[EMAIL PROTECTED]> wrote

[EMAIL PROTECTED] Doubt

2007-04-11 Thread Arnab Ganguly
Hi, When do we get the following error Too many open files: apr_socket_accept: (client socket).Where are these files opened. Thanks -A

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Stefan Schneider
Hi Roberto, I've readed that Apache begins with the first VirtualHost and if he don't find any virtualhost with an address or ip configured for that url he just take the first virtualhost. So... this is the problem Mind posting the small part of your httpd.conf where you configured the vhosts

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Roberto Tortolero
Thanks Miguel, but i try that already, the two domains are pointing to the Apache Machine, the thing is that i'm unable to make that Apche server recognize when you are trying to enter on vasa.com or tuoficio.com, that is my issue. I've readed that Apache begins with the first VirtualHost and if h

[EMAIL PROTECTED] Doubt on configuration

2007-04-11 Thread Arnab Ganguly
Hi, Following is the configuration I am using. ServerLimit 2 StartServers 1 ThreadLimit 256 MaxClients 256 MinSpareThreads 1 MaxSpareThreads 256 ThreadsPerChild 256 MaxRequestsPerChild 0 It launches two daemon (PIDs 25578 and 25579) and one root (25577). After it runs for an hour I get the f