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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
[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
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 ^/$
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.
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]>
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
> 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
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
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
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
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
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
> 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
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
---
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
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
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
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
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)
> 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
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
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
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
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
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
39 matches
Mail list logo