I have a virtual host that accepts all traffic on port 80 and then
forwards that traffic to another virtual host on port 81:
RewriteRule /(.*) http://localhost:81/$1 [P,L]
It works great except when I leave off the backslash. So, for example,
"http://foobar.com/"; works correctly and so does
Thanks for your valuable time spent in answering me.
>> Do you see the requests made over HTTPS appear in the access log?
I am able to see the HTTPS request in the access log.
>> Is it possible that someone else has made a change to your machine
>> configuration? For instance, a change to som
HI All,
I have a new Mac Pro that will be hosting my ³web presence².
I am running Apache2 and I have everything working on one IP.
I want to run my online store on a separate IP and NIC and port 443.
So what do I do for apache to accomplish this?
I have apache listening on all IP¹s by: Listen
Ok, I now have a success story to tell.
So Nick pointed me in the right direction with the OS 126 error. I went to
try to create an odbc connection and got the same exception. My 3rd Google
search resulted in
http://forums.oracle.com/forums/thread.jspa?threadID=527220&tstart=0 this
forum which
Hi ,
I installed Apache 2.2 + Tomcat 5 + SSL on Linux and they run perfect.
The Java web application gives users(after they login) ability to upload
files(pdf,ppt..) then creates a record for them, right way users can see
their records and can open the documents that they uploaded.
The probl
Hi,
I have Apache 2.2 installed (on Unix), and I am using mod_jk for load balancing
between application server instances.
I have configured httpd_VHostSSL.conf to redirect requests which come to the
webserver. Additionally, using mod_jk and workers.properties, I am load
balancing the requests
2009/1/12 Michael Ludwig :
> Bob Ionescu schrieb:
>> http://httpd.apache.org/docs/2.2/sections.html#mergin
>
> Thanks. This helps a bit. But I still don't quite understand the
> meaning of "be applied" and "be evaluated" in this section. Does this
> refer to the merging,
Yes, merging of sections.
I didn't compile APR or do anything special to my Apache installation. It was
my understanding, maybe incorrectly, that Apache 2.2.9 and later came with
the right version of APR so that if using odbc, oracle, postgress, or sqlite
you didn't need to do anything special. That being said the
apr_dbd_
Hello List,
i have about 150 Webspaces on a Linux Box. I start them all in a chroot
due to security reasons. Byside that is really easy to "clone" those in
order to set up a new account.
Since my setup is getting really old and the webspaces are getting more
and more i was wondering how you
On Mon, 12 Jan 2009 10:02:46 -0800 (PST)
RJones1 wrote:
>
> I'm running Apache 2.2.11 with ssl on windows and can't seem to get
> the configuration right to use oracle for authentication. I've been
> searching for a day now and can't find anything to help me make real
> progress.
Thanks for the
Bob Ionescu schrieb:
2009/1/12 Michael Ludwig :
Bob Ionescu schrieb:
The location walk will be processed (again) after the directory and
file walk.
So my assumption was wrong. Does anyone know in which document this
behaviour is described?
http://httpd.apache.org/docs/2.2/sections.html#mergi
I'm running Apache 2.2.11 with ssl on windows and can't seem to get the
configuration right to use oracle for authentication. I've been searching
for a day now and can't find anything to help me make real progress.
So far I've installed the oracle 11gR1 client (11.1.0.6.0), which according
to the
2009/1/12 Michael Ludwig :
> Bob Ionescu schrieb:
>> The location walk will be processed (again) after the directory and
>> file walk.
>
> So my assumption was wrong. Does anyone know in which document this
> behaviour is described?
http://httpd.apache.org/docs/2.2/sections.html#mergin
>> But mod
Bob Ionescu schrieb:
2009/1/9 Michael Ludwig :
I think here's what happens: By the time Apache has decided,
following the Alias, to use the container to locate the
requested resource, it is already tied to the filesystem context; and
it is now too late to take any containers into account.
Th
HI All,
I have a new Mac Pro that will be hosting my ³web presence².
I am running Apache2 and I have everything working on one IP.
I want to run my online store on a separate IP and NIC and port 443.
So what do I do for apache to accomplish this?
I have apache listening on all IP¹s by: Listen
Ashok Raja R schrieb:
I am running a Apache 2.2.3-16.18 on a SUSE ES-10-SP2.
Everything was fine till the time. But all of the sudden https
connection is taking too much time, approximately 30 seconds,
which is too much for the client.
Do you see the requests made over HTTPS appear in the acce
Dear Nick,
Thanks for your input. I didn't compile the other modules - I
downloaded and installed the Apache Windows binary. I'm trying to add
the proxy html module so that a small network can access the web.
The problem seems to me to be that initialiser elements need to be
constants (
Arthur Mead wrote:
I'm not sure how to stimulate interest here - maybe I'm in the wrong
forum.My problem is that I cannot compile mod_proxy_html.c because
of the error 'initializer element is not constant' in the 'static const
command_rec proxy_html_cmds[] =' function.
I'm using the MinGW
On Mon, Jan 12, 2009 at 5:51 AM, André Warnier wrote:
> Eric Covener wrote:
>>
>> Does anyone have a concrete example where the "_default_" and "*"
>> arguments to NameVirtualHost/VirtualHost behave different from
>> eachother?
>>
>> http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost
>> ht
On Mon, Jan 12, 2009 at 4:11 AM, Matus UHLAR - fantomas
wrote:
> On 11.01.09 22:21, Eric Covener wrote:
>> Does anyone have a concrete example where the "_default_" and "*"
>> arguments to NameVirtualHost/VirtualHost behave different from
>> eachother?
>>
>> http://httpd.apache.org/docs/2.2/mod/co
I want an Apache with the standard modules plus mod_rewrite.
./configure --prefix=/usr/local/apache22w \
--with-mpm=worker --enable-rewrite
However, I do get a lot of extra stuff. This is not what I want.
lobster:/usr/local/src/httpd-2.2.11# ldd httpd
linux-gate.so.1 => (0xe000)
libm
I'm not sure how to stimulate interest here - maybe I'm in the wrong
forum.My problem is that I cannot compile mod_proxy_html.c because
of the error 'initializer element is not constant' in the 'static const
command_rec proxy_html_cmds[] =' function.
I'm using the MinGW Compiler (the Windo
Eric Covener wrote:
Does anyone have a concrete example where the "_default_" and "*"
arguments to NameVirtualHost/VirtualHost behave different from
eachother?
http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost
http://httpd.apache.org/docs/2.2/vhosts/details.html
Whoever wrote these doc
On 11.01.09 22:21, Eric Covener wrote:
> Does anyone have a concrete example where the "_default_" and "*"
> arguments to NameVirtualHost/VirtualHost behave different from
> eachother?
>
> http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost
> http://httpd.apache.org/docs/2.2/vhosts/details.
24 matches
Mail list logo