On 7/22/06, Jonathan Horne <[EMAIL PROTECTED]> wrote:
i saw a similar thread here today, and as well i have also been reading:
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
but i cannot understand how to achieve what i would like.
i have just changed my domain from example.com to examp
i saw a similar thread here today, and as well i have also been reading:
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
but i cannot understand how to achieve what i would like.
i have just changed my domain from example.com to example.org. i have all my
other sites and services changed
Jean-Gabriel Duquesnoy wrote:
Hi,
I have a webserver based on Apache2 and want it only available via HTTPS.
However, I also would like, that a user trying to access it through HTTP is
automatically redirected to HTTPS.
Is there a way to manage this easily?
ServerName www.domain.com
Re
Hi,
I have a webserver based on Apache2 and want it only available via HTTPS.
However, I also would like, that a user trying to access it through HTTP is
automatically redirected to HTTPS.
Is there a way to manage this easily?
Thanks and best regards,
Jean-Gabriel
On 7/22/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote:
Can the rewrite rules in the .htaccess and the ProxyPassReverse in
server config?
Without the [P] it won't work?
I'm not entirely sure but I suspect that would work. The question is,
why are you using .htaccess if you are able to edit the ma
Qingshan Xie wrote:
If the Apache-2.2.2 compiled with mod_so, Apache
should be able to load mod_was_ap20_http.so without
any issue.
Not likely. First, there is a module signature of "AP20" in any
module which was compiled under apache 2.0, which absolutely will
not load under apache 2.2 (the
I was wondering if anyone was familiar with any books that would cover
the following:
Load Balancing
Proxies
Using multiple servers together e.g. database server, apache (static
server), dynamic server (perl, etc.)
all on separate hardware
Different examples of cluster configuration
Ideally it
Can the rewrite rules in the .htaccess and the ProxyPassReverse in
server config?
Without the [P] it won't work?
On 7/23/06, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 7/22/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote:
> Wonder can this be done
It can!
> Apache does a rewrite based on a rule
On 7/22/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote:
Wonder can this be done
It can!
Apache does a rewrite based on a rule, then reverse proxy to the
actual destination
eg.
Rewrite
--
Request to http://foo.com/news/3843.html
[Some rewrite rules]
Actual request -> http://foo.com/
If the Apache-2.2.2 compiled with mod_so, Apache
should be able to load mod_was_ap20_http.so without
any issue. I think you need to check the permission
bits not only the sub-directory of plugin, but all the
path up to /opt/CHROOT/. You may also need to set the
sticky bit.
Q.Xie
--- [EMAIL PR
On Saturday 22 July 2006 10:30, Vincent Bray wrote:
> On 7/22/06, Jonathan Horne <[EMAIL PROTECTED]> wrote:
> > when i setup multiple virtual hosts on my server (freebsd 6.1, apache
> > 2.0.58), how can i configure specific virtual hosts to disallow accessing
> > userdirs? main reason i want to tur
Wonder can this be done
Apache does a rewrite based on a rule, then reverse proxy to the
actual destination
eg.
Rewrite
--
Request to http://foo.com/news/3843.html
[Some rewrite rules]
Actual request -> http://foo.com/news.php?3843
Reverse Proxy
-
ProxyPass
thanks a lot Vincent, I will try this on Monday.
> On 7/21/06, Vincent Bray <[EMAIL PROTECTED]> wrote:
>> On 7/21/06, Vincent Blondel <[EMAIL PROTECTED]> wrote:
>> > > I would like to forward traffic from (dmz)
>> http://people.domain/~username
>> > > to (lan) http://username.srv.intranet.
>> > >
On 7/22/06, Jonathan Horne <[EMAIL PROTECTED]> wrote:
when i setup multiple virtual hosts on my server (freebsd 6.1, apache 2.0.58),
how can i configure specific virtual hosts to disallow accessing userdirs?
main reason i want to turn it off is its quite annoying to see my weblogs
where each one
when i setup multiple virtual hosts on my server (freebsd 6.1, apache 2.0.58),
how can i configure specific virtual hosts to disallow accessing userdirs?
main reason i want to turn it off is its quite annoying to see my weblogs
where each one of my userdirs have been accessed at the root of eve
Hans Maurer red.roses.de> writes:
> Actually, I was hoping for something like that when I wrote to the list. :-}
> I'll probably open a bug ticket for this.
>
>Hans
>
Hans
Looking at the responses to your bug/enhancement request to the apache list it
is clear the developers feel the necessa
--- Rick Hogg <[EMAIL PROTECTED]> wrote:
> Hello,
> Newbie question here, but whenever I try to run
> Apache
> in Xubuntu Linux, using the command "sudo
> /etc/init.d/apache2 start" I get the following
> error:
>
> apache2: Could not determine the server's fully
> qualified domain name, using 12
17 matches
Mail list logo