Dear list,
I have a site which can be accessed by both http://mysite.com as well
as http://www.mysite.com
I like to make an arrangement by .htaccess that both the link always
stick to http://www.mysite.com
Could any one suggest how can I do this with .htaccess ?
Thanks
Brian Mearns wrote:
> On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote:
>
>> Brian Mearns wrote:
>>
>>> Let's start with the obvious question first: how are you trying to
>>> access SVN outside the LAN? You've configured your repos location to
>>> only require SSL for certain methods, and
On Thu, 2009-01-22 at 08:39 +0800, Chongwei Chen wrote:
> For Apache server, sometimes I see people use very simple redirect rule such
> as:
>
> redirect 301 / http://www.yourdomain.com/
>
> But sometimes use a very complex rewrite rule to implement a redirect such
> as:
>
> RewriteEngine On
> R
Hi Eric!
It's an interesting issue since our education server has recently been
exhibiting the same symptoms you describe [Can't contact LDAP Server].
We are running apache2.0.63 built with ldap & prefork support on osx
10.5.5 [I've set up LDAP to fail thru to auth against mysql]. The LDAP
ser
For Apache server, sometimes I see people use very simple redirect rule such
as:
redirect 301 / http://www.yourdomain.com/
But sometimes use a very complex rewrite rule to implement a redirect such
as:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule (.*) http://www.domain.com/
Documentation:
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
-Original Message-
From: Dave Stevens [mailto:g...@uniserve.com]
Sent: Wednesday, January 21, 2009 2:56 PM
To: users@httpd.apache.org
Subject: [us...@httpd] log file format?
Hi,
I am trying to get a handle on how
Hi,
I am trying to get a handle on how much data is flowing to/from the server in
a workshop where users are entering data to a mapserver-enabled application
using apache on the server. I think the SSL log has the info I need but don't
know where the file format is documented. It looks as if th
Hi,
I am trying to get a handle on how much data is flowing to/from the server in
a workshop where users are entering data to a mapserver-enabled application
using apache on the server. I think the SSL log has the info I need but don't
know where the file format is documented. It looks as if th
KeepAlive was the fix.
The problem that remains is apparently Apache doesn't know what
to make of the --require-membership-of= switch for ntlm_auth.
Anyone know of a way to make this work, presently I am using the
'Require valid-user' directive but hoped to make it more granular
based on group me
See the mention of reverse proxying in the ServerName doc.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsub
Hi folks,
This should be simple, but I can't seem to google a clear & direct answer.
My shared host runs Apache (of course). I have an SSL listener set up as a
reverse proxy to a server my (non-root) account can control, thusly:
ProxyPass / http://127.0.0.1:8001
ProxyPassReverse / http://127.0
I am not having any luck getting this to work, my winbind is working fine,
getent/wbinfo/klist all return accurate data, but when trying to access a
simple text file in a directory served by apache I get this in the log file:
libsmb/ntlmssp.c:ntlmssp_update(334)
got NTLMSSP command 3, expected 1
Besides changing the paths on your configuration file(s), you may also
need to specify the LD_LIBRARY_PATH environment variable if the
dependencies reside on other paths.
I have managed to build and install on a user directory (like
/home/username/opt/myapp/apache2) and then copy to another mach
You may actually need to specify the protocol:
Listen 440 https
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen
-Original Message-
From: ananth desh [mailto:ananth.d...@gmail.com]
Sent: Tuesday, January 20, 2009 11:58 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd
El Miércoles, 21 de Enero de 2009 01:42:45 Brian Mearns escribió:
> Is that right? I thought it was the opposite: most browser's supported
> SNI, but Apache doesn't. Is SNI done automatically when Named Vhosts
> are used, or are there additional directives required?
>
Well, actually most browsers
Just curious if anyone have been able to turn on ssl on 2.2.11 on RedHat EL5.
I tried using the apr and apr-util that are in ../httpd-2.2.11/srvlib without
success. Could this be a problem with 2.2.11?
Regards,
Martin
--- On Tue, 1/20/09, Martin Fontanez wrote:
From: Martin Fontanez
Sub
On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote:
> Brian Mearns wrote:
>>
>> Let's start with the obvious question first: how are you trying to
>> access SVN outside the LAN? You've configured your repos location to
>> only require SSL for certain methods, and GET is not one of them. So
>> if you
On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote:
> Brian Mearns wrote:
>>
>> Let's start with the obvious question first: how are you trying to
>> access SVN outside the LAN? You've configured your repos location to
>> only require SSL for certain methods, and GET is not one of them. So
>> if you
wi wrote:
Hi all
Our site is upgrading from 2.2.8 to 2.2.11, and we're getting some
unexpected behaviour.
Our current configuration makes heavy use of the [NE] flag. For instance
RewriteRule ^/(.*) balancer://delta/$1 [P,NE,L]
However, in the upgraded server the [NE] no longer appears to be
19 matches
Mail list logo