> -Original Message-
> From: Robert Petkus [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 2. Juni 2005 20:38
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] authentication and mod_proxy
>
>
> Folks,
> I have Apache configured as a proxy, and I'm using a Basic
> Authentication sch
> -Original Message-
> From: Rob Baxter [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 2. Juni 2005 23:34
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] reverse proxy with 2 level basic authentication
>
>
> I have inherited a probject where I am trying to configure
> Apache2 to
On 6/2/05, Jean-Marc Jacquot <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Thank you very much for this information and also for the suggestion,
> I've been able to solve my problem with it.
>
> I think that the information regarding the change in mod_actions should
> be in the documentation. Does any
AE wrote:
The Access Error Log provides a date/time stamp listing an IP (my home
network) tried to access my web sites and was FORBIDDEN. "Forbidden" as when
displayed in Internet Explorer/Opera/Firefox while at home.
I found I can get to my index.htm for the second domain if I address the FQ
The Access Error Log provides a date/time stamp listing an IP (my home
network) tried to access my web sites and was FORBIDDEN. "Forbidden" as when
displayed in Internet Explorer/Opera/Firefox while at home.
I found I can get to my index.htm for the second domain if I address the FQDN
followed
> can anyone explain why both of my vhosted web sites display FORBBIDEN?
What's in your error log file(s) ?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
I have inherited a probject where I am trying to configure Apache2 to be
a reverse proxy to an Exchange Server with Outlook Web Access/Outlook
Mobile Access. The security requirements dictate that there be 2 layers
of authentication. First the use must authenticate to the proxy and then
to the
Broming plutonium wrote:
I'm using Xandros Open Circulation 3. I don't think
you know what it is, so I decided to just call it
"Linux".
God I'm so stupid--I didn't even enable the features!
And I deleted my source directory, too. Too bad I
don't have time to read the documentation--I can
hardly
Joshua,
Thank you very much for this information and also for the suggestion,
I've been able to solve my problem with it.
I think that the information regarding the change in mod_actions should
be in the documentation. Does anyone reading this list has the
possibility to do it quickly or sho
Amazon will eventually send the Apache books, meanwhile can anyone
explain why both of my vhosted web sites display FORBBIDEN? And when
browsing http://localhost I see the Apache Success html! My
APatchyServer is v_2.0.54)
Perhaps I need to modify the .htaccess file? The docs at apache.org
aren“t h
Folks,
I have Apache configured as a proxy, and I'm using a Basic
Authentication scheme within the container. The
problem is that once authenticated, the authenticated user id is not
passed off to the proxied server. How can I do this?
Example config on proxy server:
https://somesite>
SSLOpt
Basically, this is exactly where it is started. In fact, it's the last item
started in runlevel 3.
Other network services (examples: tomcat) are started prior and available (and
we've also gone the route of shutting down everything that might conflict at
boot time, with no change).
If we run
On 6/2/05, Eric Brown <[EMAIL PROTECTED]> wrote:
> 2. I'd like /svn to be read off of my document root /path/to/docroot.
>
>
> Which I understood to mean that when I brought up my
> page(www.mysite.com), it would display my doc root,
> /absolute/path/to/docroot, and would use whatever options I p
On 6/2/05, N Lamb <[EMAIL PROTECTED]> wrote:
> Is there a good reference book you could recommend for me to buy that
> would help me learn and understand Apache (1.3) for Mac?
> Ideally a book with the basics, but would also be suitable as a
> reference (if not one book maybe two...)
This site:
ht
My mistake.
1.I tried it again without my user name and using the directory tag.
working well. Thank you.
2. I'd like /svn to be read off of my document root /path/to/docroot.
Which I understood to mean that when I brought up my
page(www.mysite.com), it would display my doc root,
/absolute/pa
On 6/2/05, Eric Brown <[EMAIL PROTECTED]> wrote:
> Here's what worked: I put all of the Auth directives in a Directory tag
>
>
> #how to authenticate a user
> AuthType Basic
> AuthName "Restricted Files"
> AuthUserFile /etc/site-passwd
> #Only authenticated users may have access
> Re
Here's what worked: I put all of the Auth directives in a Directory tag
#how to authenticate a user
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /etc/site-passwd
#Only authenticated users may have access
Require valid-user brownec
I could only get the site to authentic
I guess the info I am holding back on is the fact that I have been
trying to figure out why turning off the "Performance Cache" broke the
redirect for about 6 weeks (not constant work... :) ) I have tried
different other config fixes with no success and then while looking at
the config file y
Make sure your "ServerName" is set to your domain name not the IP address in
either your virtual host main server config in the httpd.conf file.
-
-- Justin Gehring --
-- PH: 651 - 208 -8797 --
-- EM: [EMAIL PROTECTED] --
-
Qu
Hello,
I have a small issue and tried searching for an answer but have had no luck,
and hoping I can find some help here.
When I view my website (externally) using a web browser, I noticed that on the
status bar (at the bottom of the web browser) the url being displayed is the
actually ip add
> -Original Message-
> From: Robert Granvin [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 2. Juni 2005 17:43
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] "cannot assign requested address"
> error on boot,
> but not onmanual start...?
>
>
> I'm hoping for some insight and sug
Make sure you have apache running in the proper order at bootup (prefixed with
the right number in most cases). If you run out of order, you might be catching
it before the network services are brought online.
-
-- Justin Gehring --
-- PH: 651 - 208 -8797 -
On 6/1/05, N Lamb <[EMAIL PROTECTED]> wrote:
> Here is my logic... right now with "performance cache" turned on the
> box sees everyone as coming from itself which is 111.111.111.19 so it
> allows everyone to access what they need to access... when I turn
> performance cache off the box see everyon
I'm hoping for some insight and suggestions on this one...
Our apache /etc/init.d (very straightforward, by the way) works when you
execute it by hand, but does not function correctly during a system boot.
During boot, we receive the following errors (only the IP address has been
changed in the
One quick-hit solution might be decreasing KeepAlive setting to
something short, say 5 seconds. This will reduce number of processes
"hang" while waiting for the same client reusing keepalive connection.
Also check the documentation for ServerLimit
(http://httpd.apache.org/docs-2.0/mod/mpm_common.
On 6/2/05, Gamesnel - Piethein Strengholt <[EMAIL PROTECTED]> wrote:
> I have a plesk (7.5.2 box) running with Redhat 9. This machine (Pentium
> 4 1024 mhz) was running fine for quite a long time. This week one of my
> sites became very populair and this gives me some troubles. The apache
> server
On Thursday 02 June 2005 05:15, the author Fredrik Steen contributed to the
dialogue on-
[EMAIL PROTECTED] Re: Apache 2.x remote logging:
>Vizion <[EMAIL PROTECTED]> writes:
>> On Thursday 02 June 2005 02:13, the author Fredrik Steen contributed to
>> the dialogue on-
>>
>> [EMAIL PROTECTED
Vizion <[EMAIL PROTECTED]> writes:
> On Thursday 02 June 2005 02:13, the author Fredrik Steen contributed to the
> dialogue on-
> [EMAIL PROTECTED] Apache 2.x remote logging:
>
>>I'm in the process of building a web farm consisting of 10-20-30 something
>> web servers handling 300k of virtual
On Thursday 02 June 2005 02:13, the author Fredrik Steen contributed to the
dialogue on-
[EMAIL PROTECTED] Apache 2.x remote logging:
>I'm in the process of building a web farm consisting of 10-20-30 something
> web servers handling 300k of virtual hosts and have started to look at how
> to h
I'm in the process of building a web farm consisting of 10-20-30 something web
servers handling 300k of virtual hosts and have started to look at how to
handle logging for these hosts.
Do anyone have any good ideas how to handle that massive amount of log files?
Preferably using some sort of remo
> -Original Message-
> From: Kory Wheatley [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 2. Juni 2005 08:54
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 1.3 with Non-secure and Secure Server
>
>
> I have one instance of an Apache 1.3 server that is running both the
> S
> -Original Message-
> From: Broming plutonium [mailto:[EMAIL PROTECTED]
>
> ... Too bad I
> don't have time to read the documentation
Yet you managed to find time to mail the list...
It takes an hour to read the docs but days to wait for responses and then try
them out. Find the time to
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 1. Juni 2005 18:17
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Newbie Qu - details of graceful restart on
> Windows
Can you do a graceful restart on Windows?
On Unix, a graceful corres
33 matches
Mail list logo