RE: [EMAIL PROTECTED] Errors using ldap

2005-08-29 Thread pamela.kalle
Hi Bill Thank you for the answer but I found the problem already. I forgot to include the line : LoadModule ldap_module modules/util_ldap.so Thanks anyway Greetings Pamela -Oorspronkelijk bericht- Van: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 augustus 2

Re: [EMAIL PROTECTED] Serving Content from mounted Windows Share

2005-08-29 Thread Tom Haddon
My apologies - I've tested this on another server and it works fine. Turns out someone else was messing with the configuration on the server I was interested in. I'll clean it up and I'm sure we'll be back up and running. Thanks, Tom On Mon, 2005-08-29 at 11:29 -0700, Tom Haddon wrote: > Hi Folks

RE: [EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-29 Thread Dukkefup Mun
Do you have Options +FollowSymLinks defined? From:  cocozz <[EMAIL PROTECTED]>Reply-To:  users@httpd.apache.orgTo:  users@httpd.apache.orgSubject:  [EMAIL PROTECTED] .htaccess MOD REWRITINGDate:  Tue, 30 Aug 2005 05:49:39 +0200>Hi,>>I am trying to use the MOD REWRITING function of Apache on a

[EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-29 Thread cocozz
Hi, I am trying to use the MOD REWRITING function of Apache on a Nucleus CMS with .htaccess. So I put the .htaccess on my site folder ( /var/www/nucleus). It contains the following lines: RewriteEngine On RewriteRule ^archive-([0-9]+)-([0-9]+)-([0-9]+).html+ index.php?archive=$2-$3

RE: [cli-users] System.OutOfMemoryException

2005-08-29 Thread William A. Rowe, Jr.
At 07:55 AM 8/29/2005, Luis Fco. Ramirez Daza Glez. wrote: >Hi Bill > >Thanks for your help. > >Does this version has the memory leak bug fixed? Which one? I'll likely need pointers to solving it, do you know if it's on the ASP.NET or Apache-side? The more info the better. Bill -

[EMAIL PROTECTED] Re: File i/o permission question

2005-08-29 Thread Gio Pugliese
I was finally able to track down the problem.  Unfortunately being a new developer with a new development server which I set up for development it appears I did not have the development server set up correctly.  Apache was not loading as the apache user, group which is configurable in the httpd.co

[EMAIL PROTECTED] File i/o permission question

2005-08-29 Thread Gio Pugliese
Hello, I would appreciate a point in the right direction concerning file access within an apache module.  I come from a win32 development background and this is my first attempt writing an apache module.  Using examples found around the net and studying the various filters I have been able to write

RE: [EMAIL PROTECTED] upgraded to 2.0, mod_rewrite stopped working

2005-08-29 Thread Mike Johnson
From: Mike Johnson [mailto:[EMAIL PROTECTED] > The first rule, as said before, doesn't work. It simply drops the user > at DocumentRoot. The second one works, though, so I know mod_rewrite > /is/ working in some capacity. > > My question -- is there something I'm overlooking or missing in the mov

[EMAIL PROTECTED] upgraded to 2.0, mod_rewrite stopped working

2005-08-29 Thread Mike Johnson
Hi all, I recently moved my site to a new host. The previous one was running httpd 1.3.27, and the new host is running httpd 2.0. On the old server, I had the following in the httpd.conf VirtualHost container for the site in question: RewriteEngine on # the following rewrites, for instance, /rev

[EMAIL PROTECTED] Directory Index (autoindex) cannot be disabled with Options -Indexes

2005-08-29 Thread Andreas Damek
Help! I am trying to disable the automatic display of files in a directory when there is no index file (like index.htm) defined by DirectoryIndex. When I use "Options -Indexes" it still displays some directories. The displayed directories are not systematical; i.e. sometimes only a subdirect

[EMAIL PROTECTED] Apache2: Transfer finishing prematurely

2005-08-29 Thread André-John Mas
Hi. I recently installed Gallery 2 to serve up pictures from my old Mac G4 466MHz computer. To support it I have installed Apache 2.0.50, with PHP, using the binary install (I tried the source install of 2.0.54, but ran into too many compilation issues). Along the way I found that if I go

[EMAIL PROTECTED] Serving Content from mounted Windows Share

2005-08-29 Thread Tom Haddon
Hi Folks, I'm running Apache/2.0.52 (Red Hat) and am trying to make content that is mounted from a remote Windows machine accessible from the web server. I have mounted the samba directory with the apache uid and gid, with permissions as 777. If I do an ls -l on any of the sub-directories of the

RE: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-29 Thread John P. Dodge
On Mon, 29 Aug 2005, Axel-Stéphane SMORGRAV wrote: > SSLVerifyClient is documented as working in directory context, so it should > also work in context. The manual page for mod_ssl does explicitly > say that a SSL renegotiation is triggered if a request for the location is > received. > > htt

[EMAIL PROTECTED] httpd occasional 403 error

2005-08-29 Thread Dominique Fober
Hi, I'm running apache on a linux station (detailed versions below) and I get occasional 403 errors (Directory index forbidden). What I mean by 'occasional' is that using the same config files, it works almost well but fails only on some seldom unpredictable requests (between 1 to 5 times per

RE: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-29 Thread Axel-Stéphane SMORGRAV
SSLVerifyClient is documented as working in directory context, so it should also work in context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is received. http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslverifyclient

Re: [EMAIL PROTECTED] Errors using ldap

2005-08-29 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: Hi list-members, for a while I'm looking for a way to use ldap on my apache 2.0.54. My OS is a Windows 2000 server. I've first tried it with the built-in .so module. I've put the LoadModule code in my httpd.conf file. Result: during a restart the apache server won't

RE: [EMAIL PROTECTED] Per User Directories

2005-08-29 Thread Axel-Stéphane SMORGRAV
Or, since you already know about the userdir module, maybe if the REMOTE_USER environment variable is defined, and the user requests the root (/) the request can be redirected to that user's home: RewriteEngine On RewriteCond %{REMOTE_USER} !="" RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^/$

Re: [EMAIL PROTECTED] Mod_proxy and authentication

2005-08-29 Thread Jérôme Tytgat
TWO NTML = TWO NTLM... sorry folks :) I wonder if it's possible to have only ONE sign on. I don't know if mod_auth can help. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [EMAIL PROTECTED] "Out of memory" logging format

2005-08-29 Thread Dan Carl
In my experiences it something other than apache causing the Out of memory error. Does it happen a certain time of day? If its system related it may be helpful to log whats happening just before the error. What OS do you use? - Original Message - From: "Mario Passaggio" <[EMAIL PROTECTED]>

[EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-29 Thread Yefym Dmukh
Hi guys , please point me if it possible to the docu, cannot find anything related to the topic. here is an example: SSLVerifyClient optional Alias /auth   /htdocs/authorisation SSLVerifyClient require SSLOptions +ExportCertData +StdEnvVars SSLVerifyDepth 5 Options None Best Regards

Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
> In Apache 2.0 mod_proxy is always run before mod_rewrite. That is why when > you have a mix of ProxyPass and RewriteRule ... > [P] that conflict, the RewriteRule is never executed. When that is the case, > I use RewriteRules to do the proxying, and > then add the ProxyPassReverse as needed. Th

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
In Apache 1.3 I thought that was the case because what mod_rewrite actually does is prefixing to the rewritten URL with proxy: when the [P] flag is appended to the rewrite rule. I may be mistaken though, and 1.3 may use the same order as 2.0. In Apache 2.0 mod_proxy is always run before mod_rew

RE: [cli-users] System.OutOfMemoryException

2005-08-29 Thread Luis Fco. Ramirez Daza Glez.
Hi Bill Thanks for your help. Does this version has the memory leak bug fixed? Kind regards Luis > -Original Message- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 27, 2005 12:27 AM > To: cli-users@httpd.apache.org > Subject: Re: [cli-users] System.OutO

Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
Ok. How can you tell that mod_rewrite has to be executed BEFORE mod_proxy. I would have used proxypass, but I can't because my rewrite are never reached and I need some things to be rewritten BEFORE they are proxyfied. Thanks. J. Axel-Stéphane SMORGRAV a écrit : > In Apache 2.0 configurations

RE: [EMAIL PROTECTED] Per User Directories

2005-08-29 Thread Axel-Stéphane SMORGRAV
What about redirecting them to http://my.domain/~username/ (requires mod_userdir) ?? -ascs From: Kris [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 3:56 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Per User Directories Can anyone tell

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
In Apache 2.0 configurations you have no way of defining the order in which you wish the processing to take place. The order is more or less determined by the modules themselves, specifically by the way they register their hooks. A hook can be registered as FIRST, MIDDLE or LAST to roughly speci

RE: [EMAIL PROTECTED] mass virtual hosting

2005-08-29 Thread Axel-Stéphane SMORGRAV
> I already use :* in my virtual host definition. The configuration in your original posting did not contain any wildcard port neither for NameVirtualHost nor for VirtualHost. That is what threw me off. > The problem may be due to the simultaneous use of the VirtualDocumentRoot > directive and

[cli-users] I don´t have permission

2005-08-29 Thread Manuel lists
I have installed the module of aspdotnet in my apache but when attempt to accede to .aspx files, iexplore says to me that I do not have permissions, I have given permissions in the directory of aspx files for everything, which is the problem? Thanks ---

[EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Alexander Prohorenko
The problem was solved by building Apache from ports without mod_accel. Alexander Prohorenko wrote: > Hello, > > I've got problem with using a mod_rewrite module using [P] keyword to > proxy a request. Everything works just fine with local files and > redirects, but when I'm trying to use a redi

Re: [EMAIL PROTECTED] mass virtual hosting

2005-08-29 Thread Isabelle Moullet
Axel, thanks for your answer.. Yes I did look in my virtual host error_log file. And as I request the URL : http://www2n.unil.ch:8080/ I get the message : [Mon Aug 29 11:37:11 2005] [error] [client 130.223.8.33] File does not exist: /data/8080/favicon.ico Which let me think that the correct

[EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Alexander Prohorenko
Thanks for advice, but no luck here. I've tried the both variants (mod_proxy before and mod_proxy after mod_rewrite), but nothing changed. Axel-Stéphane SMORGRAV wrote: > No reason to get cranky there. > > My first thought also was that you are missing a proxy module. I understand > you are us

RE: [EMAIL PROTECTED] mass virtual hosting

2005-08-29 Thread Axel-Stéphane SMORGRAV
Well, if you use separate log files for the main server and the virtual host, you will be able to see which of the servers actually serve the request. I suspect that at least requests for :8080 are served by the main server instead of being served by the virtual host, and that this is the reason

[EMAIL PROTECTED] Mod_proxy and authentication

2005-08-29 Thread Jérôme Tytgat
Re hello I reverse proxy a authentication to a IIS server. On the web page there's just a loading of a JAVA application. I'm facing several situation : * If I use BASIC authentication through the proxy : - In firefox I get TWO authentication (one for the web page, one for the JAVA application)

Re: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Jérôme Tytgat
> If memory serves me right, the modules added last are the ones executed > first. > You want mod_proxy to be executed after mod_rewrite so mod_rewrite must be > loaded after mod_proxy. Interesting point, I was facing that kind of problem when I wanted to do rewrite rules plus proxypass. Wha

RE: [EMAIL PROTECTED] Re: Problems with proxying remote URLs

2005-08-29 Thread Axel-Stéphane SMORGRAV
No reason to get cranky there. My first thought also was that you are missing a proxy module. I understand you are using Apache 1.3. What about the order in which the modules are loaded? Could you try to rearrange them by putting the AddModule statement either at the top or the bottom of the l

RE: [EMAIL PROTECTED] apache forward proxy download problem

2005-08-29 Thread Gerrit van der Kolk
Does nobody have an idea about this problem?   Regards,   Gerrit   -Original Message- From: Gerrit van der Kolk Sent: Monday, August 22, 2005 2:01 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] apache forward proxy download problem   Hi,   I’m facing a problem w

RE: [EMAIL PROTECTED] Multiple SSL servers behind one public ip

2005-08-29 Thread Axel-Stéphane SMORGRAV
Yes you can. This is what reverse proxying is about. However, I think that the whole session will be encrypted. For the webmail stuff, do a Google search. This is a recurrent question on this forum. When you get it working, why don't you write a FAQ or a HOWTO about interfacing WebMail? That

[EMAIL PROTECTED] Errors using ldap

2005-08-29 Thread pamela.kalle
Hi list-members,   for a while I'm looking for a way to use ldap on my apache 2.0.54. My OS is a Windows 2000 server. I've first tried it with the built-in .so module. I've put the LoadModule code in my httpd.conf file. Result: during a restart the apache server won't start anymore. The er

Re: [EMAIL PROTECTED] mass virtual hosting

2005-08-29 Thread Isabelle Moullet
I already tried that.. No way.. same problem. Axel-Stéphane SMORGRAV a écrit : That is because you do not have any NameVirtualHost definition for 130.223.27.40:8080. However 130.223.27.40 does match 130.223.27.40:80. What you need to do is to replace NameVirtualHost 130.223.27.40 with Nam