Hi Jashua,
I am only looking for passthough of any kind of traffic (I may want to
control this based on host name etc though in reality) to respective end
servers.
Does apache support Port forwarding rather than me doing at O.S or router
level..Also, I understand port forwarding does routing to
hi
Whenever I use ProxyPassReverse, the page could not be displayed.
ProxyPassReverse /psc-web/ https://remoteserver:8443/abc/
this directive never worked...
thanks.
--- On Mon, 14/4/08, Eric Covener <[EMAIL PROTECTED]> wrote:
> From: Eric Covener <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROT
On Mon, Apr 14, 2008 at 3:44 PM, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> Hi Krist, all,
>
> The url proxying is still not working: The url changes to point to the
> backend server.
>
> ProxyRequests off
> RewriteEngine On
> SSLProxyEngine On
> ProxyPass /psc-web/ https://remoteserver:8443
Hi Krist, all,
The url proxying is still not working: The url changes to point to the backend
server.
ProxyRequests off
RewriteEngine On
SSLProxyEngine On
ProxyPass /psc-web/ https://remoteserver:8443/abc/
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl
As stated before, the certificate h
Hi folks.
Just installed some ssl certs and modified a user conf accordingly.
apachectl configtest was approved, said everything was ok, but now it
gives me this:
fopen: Permission denied
httpd: could not open error log file /private/var/log/httpd/error_log
/usr/sbin/apachectl start: httpd
On Mon, Apr 14, 2008 at 4:47 AM, Raja Nagendra Kumar
<[EMAIL PROTECTED]> wrote:
>
> Hi Joshua,
>
> This is a suprise to me that apache does not support proxy of any thing
> other than http and ftp trafic. Are u sure on this. I am under the
> assumption that I don't know how to configure apache
On Mon, Apr 14, 2008 at 10:51 AM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> is it possible to hand over the POST input of a SSI document to a virtual
> included part of it?
>
> I have an SSI document that contains
>
>
>
> This way I can pass parameters that are passed in the URI t
On Mon, Apr 14, 2008 at 5:05 AM, Daniel Aleksandersen
<[EMAIL PROTECTED]> wrote:
> Another question, can I partaly negotiate between various type-maps? Say I
> have one type-map called [../resource] saying:
> URI: resource,en
> Content-Language: en
>
> And then [../resource,en] saying:
> URI
On 14.04.08 01:47, Raja Nagendra Kumar wrote:
> This is a suprise to me that apache does not support proxy of any thing
> other than http and ftp trafic.
as long as apache was originally a HTTP server, it should be no surprise.
Yes, currently apache can do some proxying (even FTP) and can suppor
Hi,
is it possible to hand over the POST input of a SSI document to a virtual
included part of it?
I have an SSI document that contains
This way I can pass parameters that are passed in the URI to the subrequest.
But how can that be done if the request method is POST? (There is only one
suc
I had made a mistake not related to Apache and things behaved predictably
well when I fixed it.
Sorry for troubling the list,
On Sat, Apr 12, 2008 at 9:15 PM, j k <[EMAIL PROTECTED]> wrote:
>
>
> On Sat, Apr 12, 2008 at 3:33 PM, Jonathan Hayward
> http://JonathansCorner.com <[EMAIL PROTECTED]> w
Hello everyone,
I'm having an issue with mod_userdir and was hoping someone could help
me.
I have a centos 4.6 machine that is acting as a file/web server for my
users. I have tied it into our AD with winbind and samba for smb access
and I'm using mod_userdir to allow the users to host cont
On Mon, Apr 14, 2008 at 3:43 PM, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> But When I GET the page, nothing is returned.
That "GET" isn't really that important. Probably your tomcat server
that refuses to answer when no "host" header is present. The important
thing you test here is that an ssl
Hi Kirst,
thanks for your assistance.
I exported the keystore file on remoteserver:
keytool -export -alias tomcat -rfc > tomcat.pem
I then ftp'ed tomcat.pem to proxy server (apache) to run c_rehash as root on
the ssl/ directory.
A link was created:
cc5d41ae.0 -> tomcat.pem
When doing
openssl s
On Mon, Apr 14, 2008 at 1:43 PM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> By default my mail log file shows <[EMAIL PROTECTED]> when a uses
> submists a form (in other words it is always server's host name which gets
> appended, not the virtual host name). The form is correctly configured
On Mon, 2008-04-14 at 13:43 +0200, Zbigniew Szalbot wrote:
> I think I have a talent for badly wording my requests. ;)
I wouldn't say that entirely ;-) Hello there, by the way!
> By default my mail log file shows <[EMAIL PROTECTED]> when a uses
> submists a form (in other words it is always serve
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Received: from 192.168.11.1 [192.168.11.1]
with HTTP/1.1 (POST); Mon, 14 Apr 2008 13:43:37 +0200
User-Agent: RoundCube Webmail
Content-Type: text/plain; charset="UTF-8"
C
On Mon, Apr 14, 2008 at 1:15 PM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> Sorry - I now realize I have incorrectly phrased my request. The below is
> what I need:
>
>
> >> configure it so that a script submitted from a virtual domain, would
> > have
> >> [EMAIL PROTECTED] envelope?
> >
>
Hi,
On Mon, 14 Apr 2008 13:07:41 +0200, Davide Bianchi <[EMAIL PROTECTED]>
wrote:
> Zbigniew Szalbot wrote:
>> Can you point me to documentation how to setup mail from for virtual
>> domains, which apache generates when users complete a form?
>
> No, we can only point you to the generical docume
Zbigniew Szalbot wrote:
Can you point me to documentation how to setup mail from for virtual
domains, which apache generates when users complete a form?
No, we can only point you to the generical documentation of wathever
programming language you're using for such form.
configure it so tha
On Sun, Apr 13, 2008 at 11:32 PM, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> hi Kirst, all,
>
> To use c_rehash, I must have .pem and .crt files. Correct me if I am worong
> please. The remote server has a self-signed certificate that was generated
> using keytool (http://tomcat.apache.org/tomc
Hello,
Can you point me to documentation how to setup mail from for virtual
domains, which apache generates when users complete a form?
Apr 14 10:55:17 relay postfix/qmgr[52910]: 97025C955D:
from=<[EMAIL PROTECTED]>, size=502, nrcpt=1 (queue active)
Apache gets the name of the server domain
On Sun,13 Apr 2008 23:00:19 -0400, Joshua Slive wrote:
> On Wed, Apr 9, 2008 at 10:36 PM, Daniel Aleksandersen
> <[EMAIL PROTECTED]> wrote:
> > Hi list,
> >
> > Why does type-maps rely on multiviews to be enabled? I can sort of
> > understand why it is required to match [../resource] with
> > [.
Hi Joshua,
This is a suprise to me that apache does not support proxy of any thing
other than http and ftp trafic. Are u sure on this. I am under the
assumption that I don't know how to configure apache as proxy for any trafic
i.e socket based proxying.
If Jashua is correct, are they any plugin
24 matches
Mail list logo