On 7/18/05, Ranjan, Rajiv <[EMAIL PROTECTED]> wrote:
> Hi Boyle,
>
> I added CO flag to my rewrite rule and checked in the browser to see
> if the cookies were created. They were not.
>
> I am sending you the conf snippet I am using. Can you please tell where am I
> going wrong in it?
>
On 7/18/05, Robert Zagarello <[EMAIL PROTECTED]> wrote:
> > I have several virtual host entries and to access
> > them I have to go out to
> > my ISP and back. I turn off my port forwarding and
> > access is shut off. I
> > understand this. The default virtual host, which is
> > the first host,
On 7/18/05, Devraj Mukherjee <[EMAIL PROTECTED]> wrote:
> Are there any resources for module development with Apache?
Other than http://httpd.apache.org/docs-2.0/developer/
and http://modules.apache.org/subscribe ?
Joshua.
-
The
The java virtual machine should be executable to the user that is
running the apache daemon. Also your java program should be readable to
the same user. Is that the case? What is the command that that you're
executing from your CGI?
By the way, what you're doing is not the best performance wise. I
OK. I figured out to place the path in /etc/init.d/httpd and now I can
find the program. Now I'm getting the error:
sh:/opt/java/bin/java: Permission denied
The permissions on java are 755, which should allow execution. Is there
something that prevents CGI scripts from calling other binaries?
Luiz Gustavo Anflor Pereira wrote:
Thank you for answering. My apache is 2.0.50. I will upgrade it to
2.0.52. But it seems to me that mod_rewrite will (as the name says)
rewrite the URL, and the client will see the new URL. Is that correct?
In my case, the backend server is behind a firewall,
Hello everyone,
I have my web site up and running without any issues. But my Question is
How do I access my site on my local network without the outside connection.
The WEB server is on the same physical network. This means not going out to
DSN
I have several virtual host entries and to access
Is HostNameLookups off in httpd.conf?
--- [EMAIL PROTECTED] wrote:
>
> Hello everyone,
> I have my web site up and running without any
> issues. But my Question is
>
> How do I access my site on my local network without
> the outside connection.
> The WEB server is on the same physical networ
I have a CGI program that calls a java program. I have placed the
java/bin directory into my PATH in /etc/bashrc (Redhat Linux) and can
run my CGI fine from the command prompt. When I execute it through the
web server, though, I get the following message in my error.log:
"sh: java: command not
As you likely read, there was a simple hack in 2.1.6-alpha
to address part of this class of vulnerabilities, along with a
simple patch to deal with response headers from an origin server
when Apache is running as a proxy. I'd like to offer the entire
testing community a group of patches which wi
Hi BrianThank you for answering. My apache is 2.0.50. I will upgrade it to 2.0.52. But it seems to me that mod_rewrite will (as the name says) rewrite the URL, and the client will see the new URL. Is that correct?In my case, the backend server is behind a firewall, so that the cliente doesn't (a
> -Original Message-
> From: Axel-Stéphane SMORGRAV
> [mailto:[EMAIL PROTECTED]
> Sent: Montag, 18. Juli 2005 16:33
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache
> where backend
> server users cookie authentication
>
>
> There is no reason
Hello all,
(please read on... I'm desperate) I've been dealing with this problem for some
time and can't find a solution.
In machineA (fedora 3, apache 2.0.52), in the public /var/www/html/ dirs I got 4
CD iso files (around 600MB each) and 1 DVD iso file (aroung 2GB).
The four small iso's do sho
On Mon, 18 Jul 2005, Ranjan, Rajiv wrote:
> I suspect that it has something to do with the cookies not being reverse
> proxied or something.
You may need the ProxyPassReverseCookieDomain and/or
ProxyPassReverseCookiePath directives. If your version of mod_proxy
doesn't support them, upgrade or p
Hi,
Apache 2.0.54
Solaris 8
Package from OpenPKG
this is the LogFormat definition
DeflateFilterNote ratio
LogFormat "\"%r\" %b %{outstream}n/%{instream}n (%{ratio}n)" deflate
and here an example:
"REPORT /svn/repos/XXX/!svn/vcc/default HTTP/1.1" 43613463
43613445/66608289 (0)
and a work
Hi,
I should have mentioned earlier that "init_module is actually a post_config
hook" (I am a newbie as far as apache modules are concerned, thats y i missed
it)
yes, you are right "this would be more on-topic for the apache-modules list". I
posted over there also, but this appears to be a
This is how my network is physically setup right now:
DSL Modem
|
IPCop Firewall
|
There is no reason that your cookie should be lost on it's way between the
browser and the backend server. You do not need to do anything in particular to
have the cookie forwarded to the application even when using rewrite rules for
reverse proxying. Cookies are end-to-end headers and are not
I just installed Apache 2.0.54 together with mod_perl 2.0.1 on a un
Solaris machine and I am getting lots of the following warnings in my
error log:
mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES
filter removed
What does this mean and can I get rid of the warnings. I notic
You don't say what version of Apache you are using. Hopefully, you are
using at least Apache 2.0.52, because what you want to accomplish can't
really be done with earlier versions. You do want to use mod_headers and
mod_proxy (sort of), but what you are missing is mod_rewrite. The
following i
On Mon, 18 Jul 2005, Sudhanshu Prakash wrote:
> Hi *,
>
> I am using apr_* api's in my apache module and scenario is like as
> follows:
>
> 1) In init_module, I am creating one apr_global_mutex_t
> and registering a cleanup function which destroys the mutex.
init_module?
The following i
Hello allI am trying to pass the cliente certificate through an apache configured with mod_ssl, mod-proxy and mod_headers.The idea is the client being autenticated in the apache server, but the certificate being available to the backend server, something like this:client <==> apache server (mod_p
Hello,
Once I had a similer problem. My solution was to use a local dns server which
had the local IPs of every server behind the firewall and I configured DNAT
to the hostnames not to the IPs so every request which goes to
host1.domain.tld was received on my internet interface but was deliverd
On 7/18/05, Steve Teater <[EMAIL PROTECTED]> wrote:
>
>
> I apologize if this question has been asked before. What I am trying to do
> is set up multiple physical servers behind a firewall. Each server would be
> accessed via their own host name, with all of the host names point to the
> same i
On 7/18/05, Markus Herbert <[EMAIL PROTECTED]> wrote:
> Since an update from apache 1.3 to apache2.0.50-7 I
> have a problem with the encondig of russian
> characters.
> My browser (IE6) isn't able to make the right
> encoding.
>
> Every html-file is sending http-equiv="Content-Type" content="tex
I apologize if this question has been asked before.
What I am trying to do is set up multiple physical servers behind a firewall.
Each server would be accessed via their own host name, with all of the host
names point to the same ip address. I tried using ProxyPass on the main server,
but e
Hi Boyle,
I added CO flag to my rewrite rule and checked in the browser to see if
the cookies were created. They were not.
I am sending you the conf snippet I am using. Can you please tell where am I
going wrong in it?
>
ServerName
ProxyVia on
RewriteEngine on
Hi *,
I am using apr_* api's in my apache module and scenario is like as
follows:
1) In init_module, I am creating one apr_global_mutex_t
and registering a cleanup function which destroys the mutex.
2) In init_child, I am re-opening the same mutex using
apr_global_mutex_child_init
3) Du
Dear list,
we are seeing this memory leakage problem on our site (Windows 2000,
Apache/2.0.54), and I'm stumped as to what might be causing it. Here's a
screenshot of taskmgr:
http://www.csrsupport.com/img/taskmgr.png
As you can see, it uses more and more memory, eventually crashes
Plain text please...
The cookie is probably in the response so gets to the browser, but then does
not get back to teh server via the RewriteRule.
I think you might have to copy the cookie explicitly. Check
http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html and look for "cookie" for
details.
Since an update from apache 1.3 to apache2.0.50-7 I
have a problem with the encondig of russian
characters.
My browser (IE6) isn't able to make the right
encoding.
Every html-file is sending at the beginning.
On mod_mime-defaults.conf there are this lines:
AddLanguage ru .ru
AddCharset ISO-8859-
Hi Guys,
I am trying to use apache as my reverse
proxy for my backend server which uses
Cookie based authentication.
I am using mod_rewrite for the proxing
part and am able to come till the login page.
But am unable to login to the system.
I suspect that it has something to do
32 matches
Mail list logo