Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-28 Thread Mike Lyon
So I would be able to create new keys without having to get new certs? Thanks, Mike On Mon, Apr 27, 2009 at 10:25 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Apr 28, 2009 at 1:16 AM, Mike Lyon mike.l...@gmail.com wrote: It's another link in the security of that

[us...@httpd] How to build apache-2.2.11 with IPv6?

2009-04-28 Thread sathya sai
Hi Apache users, I had tried enabling IPv6 support on apache-2.2.11 for Windows platform by setting APR_HAVE_IPv6 in httpd-2.2.11/srclib/apr/include/apr.hw. But Apache is failing to start is giving following error message in error.log, [Tue Apr 28 11:29:53 2009] [crit] (OS 109)The pipe has

Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-28 Thread Jeff Sadowski
On Tue, Apr 28, 2009 at 12:05 AM, Mike Lyon mike.l...@gmail.com wrote: So I would be able to create new keys without having to get new certs? Read the howto on how to change the passphrase on your key. I seem to recall changing the passphrase being possible. I also seem to recall there being a

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
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 VirtualHost *:80 ServerName alias2 ProxyPass /

Re: [us...@httpd] mod_proxy: CSS JavaScript not loaded

2009-04-28 Thread André Warnier
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

Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-28 Thread Krist van Besien
On Tue, Apr 28, 2009 at 8:05 AM, Mike Lyon mike.l...@gmail.com 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

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread André Warnier
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

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
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 a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: [us...@httpd] alias using Virtual host To:

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread André Warnier
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,

Re: [us...@httpd] libtool problems on Solaris

2009-04-28 Thread Ihsan Dogan
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,'

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
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 VirtualHost *:80 and /VirtualHost to configure the first (and default) server. But apache

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr petr.hra...@siemens-enterprise.com: Directory /     Options +Includes Indexes +MultiViews FollowSymLinks Try without mixing + and non-+ -- Eric Covener cove...@gmail.com - The official User-To-User

[us...@httpd] Protect an entire subdomain containing virtual directories (ProxyPass)

2009-04-28 Thread Vianney Lejeune
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 ?

RE: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Hracek, Petr
No the result is the same. Now the settings are: Directory / Options Includes Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all MultiviewsMatch Any SetOutputFilter INCLUDES /Directory And in the apache log is again client denied by

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr petr.hra...@siemens-enterprise.com: No the result is the same. Now the settings are:  Directory /    Options Includes Indexes MultiViews FollowSymLinks    AllowOverride None    Order deny,allow    Deny from all    MultiviewsMatch Any    SetOutputFilter INCLUDES

[us...@httpd] authentication realm

2009-04-28 Thread Hans Schippers
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: Location /svn/lore DAV svn SVNParentPath

[us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Hracek, Petr
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: VirtualHost _default_:443 SSLEngine on DocumentRoot /opt/apache/htdocs/ssldocs AddType text/html .shtml

RE: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Hracek, Petr
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:

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr petr.hra...@siemens-enterprise.com: 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

RE: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread 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? regards / S pozdravem Petr Hráček -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, April 28, 2009 2:34 PM To:

[us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden

2009-04-28 Thread Ian Cant
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

[us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread mr_b
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 cause

Re: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Eric Covener
2009/4/28 Hracek, Petr petr.hra...@siemens-enterprise.com: 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

Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 8:42 AM, Ian Cant i...@maniahub.com 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

RE: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Hracek, Petr
In the Apache version 1.3 we used only Directory / And now other directives has been specified like Directory /opt/appl/htdocs 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

[us...@httpd] Ways of installing Apache.

2009-04-28 Thread Jimmyboy
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

RE: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Steffen Tronstad
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 Ubuntu

Re: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread André Warnier
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

Re: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Davide Bianchi
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

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread Brian Mearns
On Tue, Apr 28, 2009 at 8:43 AM, mr_b rainer.si...@gmx.at 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

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread André Warnier
Brian Mearns wrote: On Tue, Apr 28, 2009 at 8:43 AM, mr_b rainer.si...@gmx.at 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

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread Brian Mearns
On Tue, Apr 28, 2009 at 9:39 AM, André Warnier a...@ice-sa.com wrote: Brian Mearns wrote: On Tue, Apr 28, 2009 at 8:43 AM, mr_b rainer.si...@gmx.at 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

Re: [us...@httpd] libtool problems on Solaris

2009-04-28 Thread Ihsan Dogan
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, , ,'

[us...@httpd] trailing slash

2009-04-28 Thread Melanie Pfefer
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, -

Re: [us...@httpd] trailing slash

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer melanie_pfe...@yahoo.co.uk 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

Re: [us...@httpd] mod_proxy: CSS JavaScript not loaded

2009-04-28 Thread John Ruffin
On Tue, Apr 28, 2009 at 7:54 AM, John Ruffin jruffg...@gmail.com 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

RE: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Martin Fontanez
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

[us...@httpd] Apache Install Problem

2009-04-28 Thread Martin Fontanez
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   //

Re: [us...@httpd] Apache Install Problem

2009-04-28 Thread Evan Platt
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

[us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread ricardo13
Hi all, I'm doing examples with mod_rewrite, I'm using directive RewriteMap I did a simple program in C #include stdio.h 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;

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 2:17 PM, ricardo13 ricardoogra...@gmail.com wrote: Hi all, I'm doing examples with mod_rewrite, I'm using directive RewriteMap I did a simple program in C #include stdio.h int main() {  int id = 0;  fscanf(stdin, %d, id);  switch(id) {    case 1: fprintf(stdout,

[us...@httpd] Apache crashes

2009-04-28 Thread Siebler, Robin
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):

[us...@httpd] mod_proxy + mod_expires

2009-04-28 Thread Tom Lancaster
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/

[us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Buddy wu
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

[us...@httpd] What module/config trigger Vary: Host?

2009-04-28 Thread howard chen
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