[EMAIL PROTECTED] Is using vairables in apache config file possible?

2005-09-22 Thread Krist van Besien
Hello, Is it possible to define and use variables in the httpd.conf? This would com in handy because I have a whole lot of rewrite rules, the proxy to an application server. When that server changes, I need to change all the rules. Better would have been to define a variable applicationserver and

Re: [EMAIL PROTECTED] Is using vairables in apache config file possible?

2005-09-22 Thread Davide Bianchi
Krist van Besien wrote: Is this actually possible? No and yes. While apache's configuration file doesn't handle variables, nothing stops you to have the 'variables' defined in there and then use a simple C preprocessor (for example) or a simple search-and-replace command (like sed) to parse the

[EMAIL PROTECTED] Apache 1.3 and Red Hat AS 3.0

2005-09-22 Thread Maila Fatticcioni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. At the moment we have some servers using Apache 1.3 on the Red Hat AS 2.1. We would like to update our operating systems to the Red Hat AS 3.0. I installed the RH AS 3.0, removed the Apache 2.0 (as we don't want to use it) but at this point I

[EMAIL PROTECTED] Compiling v2.0.54 on Cygwin

2005-09-22 Thread Tod Thomas
Does anybody have the ./configure parameters they used handy that they would be willing to share? I need to to support php and would like all modules compiled as dso's. Thanks. - The official User-To-User support forum of

[EMAIL PROTECTED] apache2/SSL problems

2005-09-22 Thread Susan Roesner RZ
Hello list, I looked at several threads so far but couldn't find the error I make. I am using apache 2.0.54 with mod_ssl. When connecting to http://mydomain.com everything works fine. On https://mydomain.com I am asked to accept the server certificate. After accepting it the following error

Re: [EMAIL PROTECTED] apache2/SSL problems

2005-09-22 Thread Robert Zagarello
Susan, State whether this problem occurs on more than one client, and if this is the first time you've tried using SSL from a client to this server before or not. If accessed for the first time, it's possible you have to redo your server certificates (expirations?) or delete the ones on your

Re: [EMAIL PROTECTED] apache2/SSL problems

2005-09-22 Thread Susan Roesner RZ
Hello, yes the problem occurs on different clients. It's the first time I tried to connect to this server through https. State whether this problem occurs on more than one client, and if this is the first time you've tried using SSL from a client to this server before or not. Sorry, I should

RE: [EMAIL PROTECTED] NEED URGENT HELP: Porting to Apache 1.3.x module to Apache2.0

2005-09-22 Thread Bankar, Swati
Title: NEED URGENT HELP: Porting to Apache 1.3.x module to Apache2.0 Hey all.. Please post your replies on this!! Its very urgent. Swati. From: Bankar, Swati [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 5:45 PM To: users@httpd.apache.org Subject: [EMAIL

RE: [EMAIL PROTECTED] NEED URGENT HELP: Porting to Apache 1.3.x module to Apache2.0

2005-09-22 Thread Boyle Owen
First: please post in plain text. Second: what was wrong with the docs you were already referred to? (http://marc.theaimsgroup.com/?l=apache-httpd-usersm=112730868510244w=2) You sound like you're looking for a step-by-step how-to that will avoid you having to do any work yourself. How do you

RE: [EMAIL PROTECTED] apache2/SSL problems

2005-09-22 Thread Robert Zagarello
Susan, What do your apache logs show (httpd-ssl_request.log, httpd_access.log and httpd_error.log in /var/log or something similar)? Yes it sounds like your SSL is running on the server but the server is not authenticating against the certificates, meaning it does not have access to the

Re: [EMAIL PROTECTED] Is using vairables in apache config file possible?

2005-09-22 Thread Boysenberry Payne
What about mod_perl, mod_ruby, or mod_phython? I know at least mod_perl can be used in the configuration directives. Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Sep 22, 2005, at 5:42 AM, Krist van Besien wrote: On 9/22/05, Davide Bianchi [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] problem with proxy balancer-manager

2005-09-22 Thread Colin Murtaugh
Hi - I'm not sure if this message should go here or the dev list, but I'll start here. I've installed apache 2.1.7 (beta) and am trying out the load balancing functionality offered by mod_proxy_balancer. I've configured a simple test server like this: Proxy balancer://mycluster

[EMAIL PROTECTED] mod_index_rss compile failure on freebsd 5.3

2005-09-22 Thread Vizion
Ok here is the consol output from an attempt to compile mod_index_rss Foes anyone know how to fix this/ david dns1# cd mod_index_rss/ dns1# ls -l total 22 drwxr-xr-x 2 root wheel 512 May 2 08:42 Attic -rw-r--r-- 1 root wheel 589 Sep 11 16:16 Makefile -r--r--r-- 1 root wheel 3426

[EMAIL PROTECTED] mod rewrite conditions question

2005-09-22 Thread brian papa
I'm using mod rewrite and it's working just fine and dandy. But, I want to deploy it in different enviornments that use different virtual hosts. So right now I have the Rewrite Condition - RewriteCond %{HTTP_HOST} (.*).bpapa.mysite.com For my local machine, which works fine but that's kinda

RE: [EMAIL PROTECTED] NEED URGENT HELP: Porting to Apache 1.3.x module to Apache2.0

2005-09-22 Thread Bankar, Swati
I have obviously gone through these documents but did not get much useful information from these links. Not exactly step by step how-to, but at least if there is some information on mapping of old against new APIs/data structures, would help us go ahead. If anyone has successfully ported Apache