> -Original Message-
> From: Browne, Anthony A [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 19. April 2006 23:14
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Forward port 443 requests, but use
> mod_rewrite on port 80 requests
>
> OK, I've been working on this all day
mod_rewrite is definitely not loaded. Are you sure that the config file you
posted is the one really loaded by your Apache server ?
Would it be possible that the administrator uses another configuration file ?
If you execute
ps -ef | grep httpd
can you make out if there is a -f option on the
no one out there with a tip for me? :)
> hi!
>
> i try to upgrade from apache 1.3.x to
> apache 2.0.55.
>
> for apache 1.3 i used SSLPassPhraseDialog exec and it works perfectly.
>
> the problem with apache 2 is:
> [Tue Apr 18 11:49:59 2006] [info] Init: Requesting pass phrase from
> dialog fi
I was able to have someone send me the actual log entry. Her it is.
[Thu Apr 20 12:57:12 2006] [error] [client 214.4.227.224] file
permissions deny server execution: /opt/cognos/c8/cgi-bin/cognos.cgi
Thanks
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Hi
If I have an index.html in directory xxx that I want to be accessible
only from the yyy domain I know that I can use something like:
Order Deny,Allow
Deny from all
Allow from yyy
in a .htaccess file or enclosed in ... in
the main configuration. However, it will block access to every
index
OK, thanks. You guys helped me a lot, but now you have raised a few other
issues.
First, is that the mod_rewrite [P] flag won't proxy a CONNECT.
Two, is that it will redirect to a different virtual host, but I can't use the
[R] flag to redirect the original CONNECT request. There may be a way
Title: rewrite and virtualdocumentroot question
We are running the following in the httpd.conf file. This works well for our virtual domain hosting.
VirtualDocumentRoot /exports/home/%-2.0.%-1/virtualdomains/%0
VirtualScriptAlias /exports/home/%-2.0.%-1/virtualdomains/%0/cgi-bin
For the
mailman-2.1.7
apache 2.2.0
Okay I just upgrade from apache 1.3.x to apache 2.2.0 and arriving at a
permissions problem when viewing pipermail mailman directories:
---s nip ---
You don't have permission to access /pipermail/garbled-name/ on this server.
--- snip ---
Here is what I've done so
Noah wrote:
You don't have permission to access /pipermail/garbled-name/ on this server.
Can you find anything related in your error.log?
--
Robert
-
The official User-To-User support forum of the Apache HTTP Server Project.
On Thu, 20 Apr 2006 23:45:09 +0200, Robert Ionescu wrote
> Noah wrote:
> > You don't have permission to access /pipermail/garbled-name/ on this server.
>
> Can you find anything related in your error.log?
>
Excellent question:
Symbolic link not allowed or link target not accessible
> --
>
Hello!
I have a forward proxy that handles cookies perfectly fine.
But as soon as I turn on an ext_filter, websites that have cookies are not
coming through. What I am getting instead is something like this:
I am trying to do some HTML transformation for proxied traffic.
I do the transformat
On 4/20/06, Yevgen Borodin <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I have a forward proxy that handles cookies perfectly fine.
> But as soon as I turn on an ext_filter, websites that have cookies are not
> coming through. What I am getting instead is something like this:
>
>
>
>
>
>
> I am tryi
Well, the way the external filter works is this. It's just any exec program
that accepts input from stdin and writing to std out. I just changed my
filter so that it doesn't produce any output.
> Are you sure that isn't just the default content the browser returns
> when the server returns zero-c
Hi, I see the following in our httpd.conf file: #AddHandler type-map var_123EOL321--123EOL321--123EOL321-- and it just repeats with 123EOL321 and fills up pages. This section is in the same section as the AddLanguage, which is inside the IfModule mod_mime.c.On one of the servers, thi
On 4/20/06, Yevgen Borodin <[EMAIL PROTECTED]> wrote:
> > Perhaps your external filter program is crashing on these requests,
> > causing the server to return nothing.
>
> I am not getting any error logs. :( So, there's no way to find out whether
> it's crashing... I still believe that this occurs
Yes, the ext filter is being called normally.
I tried dumping the data to a file.
I am getting total garbage there. On average 300 bytes.
I am passing it to the browser unchanged.
The browser doesn't recognize it and outputs a default
No error logs. So, there still may be some bug... :(
Eugene.
mailman-2.1.7
apache 2.2.0
Okay I just upgrade from apache 1.3.x to apache 2.2.0 and arriving at a
permissions problem when viewing pipermail mailman directories:
---s nip ---
You don't have permission to access /pipermail/garbled-name/ on this server.
--- snip ---
Here is what I've done so
That does not sound right at all.
1. AddHandler adds a handler for processing URLs having a specific extension.
In the case of the type-map handler, the default is the .var extension.
2. Apache does not modify the httpd.conf file so it should not grow or change.
3. You can safely remove that li
18 matches
Mail list logo