howard chen wrote:
I am using apache2.2 on ubuntu 8.10, even I have disabled mod_deflate,
my apache is keep sending out Vary: Host.
Any other module or config will lead to this?
I have the following modules enabled:
alias
auth_basic
authn_file
authz_default
authz_groupfile
authz_host
authz_user
On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote:
> I use apache with ssl and require client cert. how to let the user know he
> shouldrequest a cert? now when a person without a cert access the site, it
> only appreas that "the site can't be displayed ,maybe network problem"
> how to give a hint t
I am using apache2.2 on ubuntu 8.10, even I have disabled mod_deflate,
my apache is keep sending out Vary: Host.
Any other module or config will lead to this?
I have the following modules enabled:
alias
auth_basic
authn_file
authz_default
authz_groupfile
authz_host
authz_user
autoindex
cgi
dir
en
I use apache with ssl and require client cert. how to let the user know he
shouldrequest a cert? now when a person without a cert access the site, it
only appreas that "the site can't be displayed ,maybe network problem"
how to give a hint to user , he should use a cert to access this cert
Hi,
I have a local cache (mod_disk_cache) of map tiles from OpenStreetMap
on my web server. My apache configuration pulls the tiles from
tile.openstreetmap.org using the following proxy settings:
ProxyPass /osmtiles/ http://tile.openstreetmap.org/
ProxyPassReverse /osmtiles/ http://tile.openstree
Never mind. I bounced the box and the page came right up. Thank you.
--- On Tue, 4/28/09, Martin Fontanez wrote:
From: Martin Fontanez
Subject: [us...@httpd] Apache Install Problem
To: users@httpd.apache.org
Date: Tuesday, April 28, 2009, 12:57 PM
Not certain what gives. Apache install was
Hi,
I thought that if I typed "localhost/1" in browser, the program (file) in
mod_rewrite (RewriteMap) mapped from /1 to /index.html
But, Happen 400 Bad Request.
Thank you
Ricardo
Eric Covener wrote:
>
> On Tue, Apr 28, 2009 at 2:17 PM, ricardo13
> wrote:
>>
>> Hi all,
>> I'm doing example
First, let me state that I know nothing about Apache. The person who
installed Apache is no longer at the company.
Apache was working fine, but I needed to stop/start the service, and
after that it stopped working.
Below is all of the pertinent information (that I can think of):
Windows
On Tue, Apr 28, 2009 at 2:17 PM, ricardo13 wrote:
>
> Hi all,
> I'm doing examples with mod_rewrite, I'm using directive RewriteMap
> I did a simple program in C
>
> #include
> int main() {
> int id = 0;
> fscanf(stdin, "%d", &id);
> switch(id) {
> case 1: fprintf(stdout, "/index.html");
>
Martin Fontanez wrote:
Not certain what gives. Apache install was flawless on Red Hat Linux box; and
Apache starts ok. My problem is I can't get the index.html page to display
from my desktop.
I can ping the box fm desktop.
tracert 111.111.111.111 // returns correct path from desktop.
Hi all,
I'm doing examples with mod_rewrite, I'm using directive RewriteMap
I did a simple program in C
#include
int main() {
int id = 0;
fscanf(stdin, "%d", &id);
switch(id) {
case 1: fprintf(stdout, "/index.html");
break;
case 2: fprintf(stdout, "/new.html");
break;
At 09:57 AM 4/28/2009, you wrote:
Not certain what gives. Apache install was flawless on Red Hat
Linux box; and Apache starts ok. My problem is I can't get the
index.html page to display from my desktop.
I can ping the box fm desktop.
tracert 111.111.111.111 // returns correct path from de
Not certain what gives. Apache install was flawless on Red Hat Linux box; and
Apache starts ok. My problem is I can't get the index.html page to display
from my desktop.
I can ping the box fm desktop.
tracert 111.111.111.111 // returns correct path from desktop.
telnet localhost 80 //
There a couple of docs out there. I use:
http://teklimbu.wordpress.com/2007/10/08/configuring-apache-2x-with-php-5x-and-mysql-5x/
or
http://www.developertutorials.com/tutorials/linux/how-to-install-apache-2-on-linux-7-12-19/page2.html
--- On Tue, 4/28/09, Steffen Tronstad wrote:
Fro
On Tue, Apr 28, 2009 at 7:54 AM, John Ruffin wrote:
> Thanks Andre! I noticed after I sent the post that I'm getting a 404 in
> the html where the browser has tried to get the javascript. 404 because the
> application name has been pre-pended to the front of the URL twice. I'm not
> clear on h
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer
wrote:
>
> Hi
>
> I did the following redirection:
>
> ProxyPass /abc http://host:7005/
> ProxyPassReverse /abc http://abc:7005/
>
Match trailing slashes in the two arguments (both or none)
--
Eric Covener
cove...@gmail.com
--
Hi
I did the following redirection:
ProxyPass /abc http://host:7005/
ProxyPassReverse /abc http://abc:7005/
Now: http://host/abc/rep/ works but http://host/abc/rep does not work.
any idea how to resolve this?
thanks,
-
Am 27.4.2009 16:18 Uhr, Eric Covener schrieb:
>> line 9748: syntax error near unexpected token
>> `lt_if_append_uniq(lt_decl_varnames,'
>> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-isa-sparcv8/httpd-2.2.11/srclib/apr/configure:
>> line 9748: `lt_if_append_uniq(lt_decl_varnames, SED, ,
On Tue, Apr 28, 2009 at 9:39 AM, André Warnier wrote:
> Brian Mearns wrote:
>>
>> On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote:
>>>
>>> Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP
>>> server (OS is Centos5). My problem: "occasionally" the browser displays
>>> the
>>> H
Brian Mearns wrote:
On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote:
Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP
server (OS is Centos5). My problem: "occasionally" the browser displays the
HTML source code of the page rather than the rendered page itself. (Sorry
for not
On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote:
> Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP
> server (OS is Centos5). My problem: "occasionally" the browser displays the
> HTML source code of the page rather than the rendered page itself. (Sorry
> for not being more spe
Jimmyboy wrote:
> Hi All,
>
> Can someone tell me in how many ways can one install Apache Server on an
> Ubuntu or a Linux box?
In all the disitributions is already included or can be installed using
the default package manager.
Davide
--
In the world you need only two things: duct tape and w
Jimmyboy wrote:
Hi All,
Can someone tell me in how many ways can one install Apache Server on an
Ubuntu or a Linux box?
Many.
But you may want to start by reading this :
http://httpd.apache.org/userslist.html
and particularly this :
http://www.catb.org/~esr/faqs/smart-questions.html
---
That would be "sudo apt-get install apache2" then
Fra: Jimmyboy [mailto:jimmyjose2...@gmail.com]
Sendt: 28. april 2009 15:16
Til: users@httpd.apache.org
Emne: [us...@httpd] Ways of installing Apache.
Hi All,
Can someone tell me in how many ways can one install Apache Server on an
Ubunt
Hi All,
Can someone tell me in how many ways can one install Apache Server on an
Ubuntu or a Linux box?
I need to install Nagios after that and configure its "WEB INTERFACE".
Thanks,
Jim
In the Apache version 1.3 we used only
And now other directives has been specified like
Because of we migrated to Apache 2.2 then now we have a problems with
Multilanguage support.
We have a following problem:
In VirtualHost _default:443
We have specified DocumentRoot "/opt/apache/htdocs/ssldo
Thanks, I've just realised what a stupid mistake that was.
- Original Message -
From: "Eric Covener"
To:
Sent: Tuesday, April 28, 2009 1:52 PM
Subject: Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403
Forbidden
On Tue, Apr 28, 2009 at 8:42 AM, Ian Cant wrote:
Hi
Melanie Pfefer wrote:
Hi Andre,
It worked but I need to check this with you:
I have bunches of lines in httpd.conf: several rules, ssl configuration,
redirections, authentication providers….
I tried to put all these between and to
configure the first (and default) server. But apache refuse
Thank Andre! I noticed after I sent the post that I'm getting a 404 in the
html where the browser has tried to get the javascript. 404 because the
application name has been pre-pended to the front of the URL twice. I'm not
clear on how/why this happens.
See snippet below:
1A
On Tue, Apr 28, 2009 at 8:42 AM, Ian Cant wrote:
> Hi, I am experiencing problems installing Apache 2.2.11 including open-ssl
> onto my Windows Vista Ultimate (no service pack) machine. I have followed
> tutorials I have seen online about running the installer from command prompt
> (as Adminstrato
2009/4/28 Hracek, Petr :
> You mean directive directory?
> What does it mean stanza?
>
> I have been using /opt/appl/htdocs and with it it works. Is this your answer?
I don't follow what your initial error is and what you've done to
resolve it. Previously, you showed a container and you
reported
Hi!
I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP server
(OS is Centos5). My problem: "occasionally" the browser displays the HTML
source code of the page rather than the rendered page itself. (Sorry for not
being more specific - I really couldn't find any reproducible caus
Hi, I am experiencing problems installing Apache 2.2.11 including open-ssl
onto my Windows Vista Ultimate (no service pack) machine. I have followed
tutorials I have seen online about running the installer from command prompt
(as Adminstrator) and installing Apache outside of the Program Files
You mean directive directory?
What does it mean stanza?
I have been using /opt/appl/htdocs and with it it works. Is this your answer?
regards / S pozdravem
Petr Hráček
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Tuesday, April 28, 2009 2:34 PM
To: users@httpd.
2009/4/28 Hracek, Petr :
> DocumentRoot is /opt/apache/htdocs/ssldocs
>
> I can send you the configuration file but to your mail.
You need a directory stanza that matches it, with "allow from all" or similar.
--
Eric Covener
cove...@gmail.com
DocumentRoot is /opt/apache/htdocs/ssldocs
I can send you the configuration file but to your mail.
regards / S pozdravem
Petr Hráček
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Tuesday, April 28, 2009 2:30 PM
To: users@httpd.apache.org
Subject: Re: [us...@http
2009/4/28 Hracek, Petr :
> No the result is the same.
> Now the settings are:
>
>
> Options Includes Indexes MultiViews FollowSymLinks
> AllowOverride None
> Order deny,allow
> Deny from all
> MultiviewsMatch Any
> SetOutputFilter INCLUDES
>
>
> And in the apache log is again "
No the result is the same.
Now the settings are:
Options Includes Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
MultiviewsMatch Any
SetOutputFilter INCLUDES
And in the apache log is again "client denied by server configuration".
r
2009/4/28 Hracek, Petr :
>
> Options +Includes Indexes +MultiViews FollowSymLinks
Try without mixing + and non-+
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project
Hello all,
sorry for bother you with issue both I think that I misunderstand how the
mod_negotiation and mod_rewrite work is working.
In my apache I have enabled Virtual Host called:
SSLEngine on
DocumentRoot "/opt/apache/htdocs/ssldocs"
AddType text/html .shtml
RewriteEngine on
RewriteCo
Hi Andre,
It worked but I need to check this with you:
I have bunches of lines in httpd.conf: several rules, ssl configuration,
redirections, authentication providers….
I tried to put all these between and to
configure the first (and default) server. But apache refused to start after
this
Am 27.4.2009 16:18 Uhr, Eric Covener schrieb:
>> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-isa-sparcv8/httpd-2.2.11/srclib/apr/configure:
>> line 9748: syntax error near unexpected token
>> `lt_if_append_uniq(lt_decl_varnames,'
>> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-i
Melanie Pfefer wrote:
Hi Andre,
Thanks for the clarification.
Before proceeding with this, what is the other alternative that you mentionned?
I suggest that before moving to the second alternative, you try this one
first, since you already have your two Apache instances.
Then if it works, we
Hi all,
Given a "require valid-user" directive, in what scenario would this ask for
a username and password in a *different* authentication realm than the one
specified with AuthName?
I currently have the following DAV conf section:
DAV svn
SVNParentPath /home/wins/inf/lore/svn
SVNListParent
Hello,
I have a subdomain (admin.mydomain.com). Some subdirectories (e.g
admin.mydomain.com/foo/) are virtual bacause they redirect to a
ProxyPass. How can I protect the entire subdomain admin.mydomain.com
and all its subdirectories (real (=on disk) and virtual) based on a
login/pwd ?
Hi Andre,
Thanks for the clarification.
Before proceeding with this, what is the other alternative that you mentionned?
thank you,
--- On Tue, 28/4/09, André Warnier wrote:
> From: André Warnier
> Subject: Re: [us...@httpd] alias using Virtual host
> To: users@httpd.apache.org
> Date: Tuesda
Melanie Pfefer wrote:
Hi,
Let me clarify more:
I have the main http.conf file and created another http.conf to run another
apache instance on port 8094.
That is a welcome clarification indeed.
Why t.h. did you do that for ? ;-)
You could also do that with a single Apache.
So, before we go a
On Tue, Apr 28, 2009 at 8:05 AM, Mike Lyon wrote:
> So I would be able to create new keys without having to get new certs?
No, you don't generate new keys (that would break your cert) but you
can remove the pasphrase from the key. Make sure only root can read
the key. This will even give you bett
John Ruffin wrote:
...
Hi.
My suggestion : first turn off the proxy html stuff and try to see what
exactly is happening, from the browser's point of view.
Do the following, systematically :
- access one of your pages
- note the URL (in the URL bar of the browser) that was used to access
that pa
Hi,
Let me clarify more:
I have the main http.conf file and created another http.conf to run another
apache instance on port 8094.
I then created a DNS alias (let’s say called alias2) and put these lines
NameVirtualHost *:80
ServerName alias2
ProxyPass / http://localhost: 80
50 matches
Mail list logo