[2.2.0] Problem beim Linken

2006-04-26 Thread Rainer Sokoll
Hallo, configure so aufgerufen: ./configure --prefix=/usr/local/httpd-2.2.0 --enable-dav --enable-dav-fs \ --enable-so --with-berkeley-db --enable-ldap=shared \ --enable-auth-ldap=shared --enable-mods-shared=all --with-ldap \ --enable-ssl --with-ssl=/usr/local/openssl-0.9.8a CPPFLAGS:

Re: [2.2.0] Problem beim Linken

2006-04-26 Thread James Blond
Hallo! ich hatte das selbe Problem, sowohl unter red hat als auch Windows. Mit openssl 0.9.8b anstelle von openssl 0.9.8a ging es dann. Hoffentlich klappt das unter Suse auch. Gruß On 4/26/06, Rainer Sokoll [EMAIL PROTECTED] wrote: Hallo, configure so aufgerufen: ./configure

Apache2 und SSL Zertifikat

2006-04-26 Thread Stephan Weise
Guten nabend allerseits, ich habe den Apache2 mit SSL laufen, was auch wunderbar funzt. Nur musste ich nun ein neues Zertifikat beantragen, welches ich auch dem Apache bekannt gegeben habe. Leider wird mir, wenn ich nun die Site aufrufe immer noch das alte abgelaufene Zertifikat angezeigt. Muss

[EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
I want to connect Apache and Jakartha tomcat applcaitions and so i installed the connectors using John Turner documentation. I am ablt to access the jsp pages of jakartha tomcat also through apache web server by just giving the http:lllocalhost/examples/index.jsp. Now what i need is I am not

[EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
I want to connect Apache and Jakartha tomcat applcaitions and so i installed the connectors using John Turner documentation. I am ablt to access the jsp pages of jakartha tomcat also through apache web server by just giving the http:lllocalhost/examples/index.jsp. Now what i need is I am not

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Falko Zurell
Hi,can you please post the corresponding lines from the error.log of the apache server? And maybe also the the lines from the mod_jk.log.An excerpt from the config file would also be helpfull.thanks in advanceFalkoAm 26.04.2006 um 08:39 schrieb Indraveni:I want to connect Apache and Jakartha

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Gaël Lams
Hi, On 4/26/06, Indraveni [EMAIL PROTECTED] wrote: I want to connect Apache and Jakartha tomcat applcaitions and so i installed the connectors using John Turner documentation. I am ablt to access the jsp pages of jakartha tomcat also through apache web server by just giving the

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread Dietmar . Mueller
Hello John, you can activate SSI on tomcat. Look at: http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html regards Dietmar Pyeatt, John [EMAIL PROTECTED] am 26.04.2006 00:35:25 Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
http://localhost/examples -- working fine http://lcaolhost:8080/examples -- working fine http://192.9.200.62:8080/exmaples -- working fine BUT http://192.9.200.62/examples -- NOT WORKING This error message is displayed The requested URL /examples was not found on this server. ERROR LOG FILE

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
http://localhost/examples -- working fine http://lcaolhost:8080/examples -- working fine http://192.9.200.62:8080/exmaples -- working fine BUT http://192.9.200.62/examples -- NOT WORKING This error message is displayed The requested URL /examples was not found on this server. ERROR LOG

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
sorry please neglect my previuos mail. the error log file lines which i sent you are not the exact lines which are coming when i tried to access 192.9.200.62/examples. Instead the following lines are displayed when I tried to accees through http://192.9.200.62/examples.[Wed Apr 26 13:00:59

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Indraveni
These lines are being displayed when i treid to access http://lcoalhost/examples - the jsp files are excuting properly but still these lines are there in error log file:: [Wed Apr 26 13:14:27 2006] [error] [client 127.0.0.1] client denied by server configuration:

RE: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-26 Thread Boyle Owen
-Original Message- From: Indraveni [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 9:41 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent You seem to have at least two very basic errors in your config. This is a bit worrying

[EMAIL PROTECTED] URLS with %20 in it are not cached

2006-04-26 Thread Fritz.Wittwer
Hi, I have a strange problem with caching in Apache 2.2.0 (was the same with 2.0.55): I have an Apache configured as caching reverse proxy towards another Apache with Plone behind it. Now urls which contain spaces (e.g. http://localhost/SolarisPortal/portal_javascripts/Plone%20Default/ploneS

[EMAIL PROTECTED] (Apache|php) Bug using modproxy

2006-04-26 Thread Lmwangi
Hi all, First time on the list... sorry for any errs... I am using mod_proxy to pass requests to an internal server in our lan. The setup looks like Enduser---INet_link-Mod_proxy_serverLan---PHP_script Now, this does not work:

[EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Gioele Barabucci
Hello, I have and unmodifiable PHP application that runs on an apache installation. I would like to /filter/ the output of this application through a validation layer to be writter in PHP. Is there a simple way to obtain this playing with the Apache configuration? I would like to create a chain

RE: [EMAIL PROTECTED] Problems with Apache 2.2.0 as a conventional proxy

2006-04-26 Thread Axel-Stéphane SMORGRAV
I had a similar problem when using both mod_mem_cache and mod_disk cache with Apache 2.0.54. I ended up abandoning mod_mem_cache and never experienced the problem again. I may even have posted a bug report... but back then mod_cache did not get much TLD from developers who were, as I understand

Re: [EMAIL PROTECTED] png images are broken with reverse proxy

2006-04-26 Thread Joost de Heer
VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/html/ ServerName mydomain IfModule mod_proxy.c ProxyRequests off Proxy * Order deny,allow Deny from all Allow from 192.168.80.0/25 /Proxy Why have a Proxy block if you

RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page

2006-04-26 Thread Boyle Owen
-Original Message- From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 2:59 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page I have a content management system that uses mod-rewrite rules for

RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page

2006-04-26 Thread David Blomstrom
You mean literally reverse the order of the rewrite rules, like this?:RewriteRule ^About/?(-[a-zA-Z0-9_/]+)/?$ About/index.php?bout=$1 [L]RewriteRule ^/?([-a-zA-Z0-9_/]+)/?$ /index.php?home=$1 [L]I tried that, but it doesn't seem to work.I have to run do some errands, but I'll do some research on

RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page

2006-04-26 Thread Boyle Owen
-Original Message- From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 3:38 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page You mean literally reverse the order of the rewrite rules, like

[EMAIL PROTECTED] Segmentation fault when calling ldap_connect from PHP page

2006-04-26 Thread Conor Murphy
Hi, I'm trying to connect to an LDAP server from a PHP page. If I use the php cli to execute the page, everything works okay. However, when I access the same page through httpd, I get a blank response and the error_log contains an entry like child pid 3552 exit signal Segmentation fault (11).

Re: [EMAIL PROTECTED] mod_rewrite block self

2006-04-26 Thread Joshua Slive
On 4/26/06, switch grass [EMAIL PROTECTED] wrote: its just a normal- RewriteCond %{HTTP_REFERER} !yoursite\.com [NC] cannot not fing the access log atm. On 4/25/06, Joshua Slive [EMAIL PROTECTED] wrote: On 4/25/06, switch grass [EMAIL PROTECTED] wrote: how would i block my own site

[EMAIL PROTECTED] Suexec Issue

2006-04-26 Thread Osama Dwairi
I need to use Suexec with apache and fastcgi, so I can got better performance but the article I followed are all missing something, any one know how?I am running apache 2 on Fedora 5Thanks in advanced. Osama.

[EMAIL PROTECTED] Re: Need a mod-rewrite rule for a website's home page

2006-04-26 Thread Joost de Heer
David Blomstrom wrote: I have a content management system that uses mod-rewrite rules for various sections. For example, the page mysite/About/index.php uses the following mod-rewrite rule: RewriteRule ^About/([a-zA-Z0-9_/-]+)/?$ About/index.php?bout=$1 [L] It displays URL's like

Re: [EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Jaqui Greenlees
--- Nick Kew [EMAIL PROTECTED] wrote: On Wednesday 26 April 2006 11:06, Gioele Barabucci wrote: Hello, I have and unmodifiable PHP application that runs on an apache installation. I would like to create a chain like this: | request - get.php - validator.php - output I don't

[EMAIL PROTECTED] SSL nonsecure items

2006-04-26 Thread Warhurst, SI \(Spencer\)
I'm currentlywrestling with the set up of SSL on Apache (on Windows) and I have the server up and running and accepting https connections etc. When I first connect to the website from my browser (IE in this case) I get the warning regarding the certificate (I have set up a test

Re: [EMAIL PROTECTED] SSL nonsecure items

2006-04-26 Thread S.Hayles
On Wed, 26 Apr 2006, Warhurst, SI (Spencer) wrote: I'm currently wrestling with the set up of SSL on Apache (on Windows) and I have the server up and running and accepting https connections etc. When I first connect to the website from my browser (IE in this case) I get the warning

Re: [EMAIL PROTECTED] Segmentation fault when calling ldap_connect from PHP page

2006-04-26 Thread Joe Orton
On Wed, Apr 26, 2006 at 10:17:34AM +, Conor Murphy wrote: Hi, I'm trying to connect to an LDAP server from a PHP page. If I use the php cli to execute the page, everything works okay. However, when I access the same page through httpd, I get a blank response and the error_log

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread David Salisbury
Seems you've gotten two different responses to this John. This is something that I just may be wondering about in the future myself, so if you can post back to the list whether you were successful or not that wuold be appreciated! -Dave - Original Message - From: Pyeatt, John

[EMAIL PROTECTED] .htaccess and WAP 1.1

2006-04-26 Thread stoddarn
Hello, I'm having trouble rewriting URLs with my .htaccess file when I connect using a WAP 1.1 phone. I've looked around and found a number of postings about configuring Apache for access to index.wml, but I just want to have a rewrite no matter what browser I connect with. Any ideas of how to

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread M.Makar Azer
Isn't this mail list for HELP WITH APACHE INSTALL OR WHAT??"M.Makar Azer" [EMAIL PROTECTED] wrote:I am using checkinstall to instll httpd2 from the source code but I ma getting this error message everytime i execute checkinstalllibtool: install: error: cannot install `libaprutil-1.la' to a

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread Luc I. Suryo
hope this could help other Apache 2.0.54 (Unix / Solaris) tomcat 5.0.28 (Unix / Solaris) module installed: mod_jk2, allowing us to pass certain directories that are j2eee/java program back to Tomcat..(tomcat is on the back-end in a dmz). So traffice for http://..com/data_scores/ is then

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Larry Flathmann
Calm down - nobody on this list is getting paid to help you. And being rude and demanding hurts your cause a lot more than it helps. You would probably get a lot more help if you told us that you had investigated the error message and needed some help understanding what you had found.

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread M.Makar Azer
I WASN'T REALLY RUDE I AM SORRY IF THATS HOW I CAME OUT LIKE - WAS JUST A QUESTION OF AM I IN THE RIGHT MAILING LIST OR NOT? AM I IN THE RIGHT MAILING LIST? HELP WITH APACHED INSTALLATION OR IS THIS AN ADVANCED MAILING LIST FOR ADVANCED USERSTHATS ALL LARRYLarry Flathmann [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Paul
Is your caps lock key broken?On 4/26/06, M.Makar Azer [EMAIL PROTECTED] wrote: I WASN'T REALLY RUDE I AM SORRY IF THATS HOW I CAME OUT LIKE - WAS JUST A QUESTION OF AM I IN THE RIGHT MAILING LIST OR NOT? AM I IN THE RIGHT MAILING LIST? HELP WITH APACHED INSTALLATION OR IS THIS AN ADVANCED

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread M.Makar Azer
NO, ITS NOT ..Y? WHAT DOES THAT HAS TO DO WITH ANYTHING?Paul [EMAIL PROTECTED] wrote: Is your caps lock key broken? On 4/26/06, M.Makar Azer [EMAIL PROTECTED] wrote: I WASN'T REALLY RUDE I AM SORRY IF THATS HOW I CAME OUT LIKE - WAS JUST A QUESTION OF AM I IN THE RIGHT MAILING LIST OR NOT?

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Paul
Oh, it has all to do with solving problems. The answer to one's problems is directly proportional to one's caps lock key.If the caps Lock key is depressed and one types in capital letters, once's problems take a lot longer to be solved. How does this work? I hear you ask.Very simply.Typing in

Re: [EMAIL PROTECTED] Problems with Apache 2.2.0 as a conventional proxy

2006-04-26 Thread Dan Price
On Wed 26 Apr 2006 at 12:41PM, Axel-St?phane SMORGRAV wrote: I had a similar problem when using both mod_mem_cache and mod_disk cache with Apache 2.0.54. I ended up abandoning mod_mem_cache and never experienced the problem again. I may even have posted a bug report... but back then

RE: [EMAIL PROTECTED] Problems with Apache 2.2.0 as a conventional proxy

2006-04-26 Thread Axel-Stéphane SMORGRAV
There has previously been some discussion on this list about the virtues of memory caching versus disk caching. As I recall nobody ever claimed to have observed performance gains using mod_mem_cache. I have myself not bothered to run any load tests in an attempt to measure the benefits of

RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page

2006-04-26 Thread Axel-Stéphane SMORGRAV
What 'bout this? RewriteRule ^/About/([^/]+)/?$ /About/index.php?bout=$1 [L] RewriteCond $1 !=About RewriteRule ^/([^/]+)/?$ /index.php?home=$1 [L] -ascs From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 2:59 PM To:

[EMAIL PROTECTED] Intercepting request and processing time

2006-04-26 Thread Tiago Semprebom
I'm working with the Apache and I need to tuning some modules of the Apache to implement my quality of service policy. Basically I need to intercept the incoming request, set the timestamp when the requests arrive and after they are processed.so two questions:1) - Which Apache module or Apache

Re: [EMAIL PROTECTED] Intercepting request and processing time

2006-04-26 Thread Joshua Slive
On 4/26/06, Tiago Semprebom [EMAIL PROTECTED] wrote: I'm working with the Apache and I need to tuning some modules of the Apache to implement my quality of service policy. Basically I need to intercept the incoming request, set the timestamp when the requests arrive and after they are

[EMAIL PROTECTED] symlink not allowed problem

2006-04-26 Thread kristina clair
Hello Apache Users, I'm using Apache 2.0.55 I'm trying to have apache follow a symlink that is outside of the documentroot tree. The requests would look like http://servername/aliastodirectory/subdirectory So, I have an alias pointing to the directory: Alias /aliastodirectory/

Re: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread M.Makar Azer
I really didn't know that using CAPS means i am shouting -I oppologize if i offended any one of you allPaul [EMAIL PROTECTED] wrote: Oh, it has all to do with solving problems. The answer to one's problems is directly proportional to one's caps lock key.If the caps Lock key is depressed and one

RE: [EMAIL PROTECTED] Need a mod-rewrite rule for a website's home page

2006-04-26 Thread David Blomstrom
Thanks for all the tips. I'm still new to mod-rewrite rules, so some of this is a little over my head, but I'll try your ideas when I get a chance. But it will be a few more hours before I get a chance to experiment with it...Axel-St�phane SMORGRAV [EMAIL PROTECTED] wrote: What 'bout

[EMAIL PROTECTED] auth_pam_module + AuthUserFile

2006-04-26 Thread Rob Benton
I've got my server currently setup to use pam with auth_pam_module. /etc/pam.d/httpd: === #%PAM-1.0 auth required/lib/security/pam_ldap.so accountrequired/lib/security/pam_ldap.so === httpd.conf: === Directory /var/www/html Options Indexes FollowSymLinks ExecCGI

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread Joost de Heer
Luc I. Suryo wrote: hope this could help other Apache 2.0.54 (Unix / Solaris) tomcat 5.0.28 (Unix / Solaris) module installed: mod_jk2, allowing us to pass certain directories that are j2eee/java program back to Tomcat.. Note that mod_jk2 is deprecated. Joost

Re: [EMAIL PROTECTED] Intercepting request and processing time

2006-04-26 Thread Tiago Semprebom
Thank's for reply Jorshua...best regardsTiago SemprebomJoshua Slive [EMAIL PROTECTED] escreveu: On 4/26/06, Tiago Semprebom <[EMAIL PROTECTED]> wrote: I'm working with the Apache and I need to tuning some modules of the Apache to implement my quality of service policy. Basically I need to

[EMAIL PROTECTED] Is there a how-to for building an Apacher server farm?

2006-04-26 Thread Tony Stocker
Hello, I've spent the better part of the afternoon Googling for a decent how-to on how one goes about creating a web server farm. There are tons of documents that refer to the concept as an accepted practice, but I can't find anything that discusses how one goes about creating one. My basic goal

Re: [EMAIL PROTECTED] Is there a how-to for building an Apacher server farm?

2006-04-26 Thread dnk
I myself have not set one up, but from the casual reading it "seems" fairly straight forward.Multiple apache machines with the web content in sync...  then setup round robin dns.There might be (and probably is) more involved, but it might be a start?DustinOn 26-Apr-06, at 2:38 PM, Tony Stocker

Re: [EMAIL PROTECTED] Is there a how-to for building an Apacher server farm?

2006-04-26 Thread Richard de Vries
At work I've built several webserver farms. You will need to configure multiple apache webservers, and put a loadbalancer in front of it. Either a hardware based loadbalancer,or software-based loadbalancer such as PLB. If you want multiple levels of redundancy, you can configure a load-balanced

[EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-26 Thread Shabbir bharmal
I have Apache 2.2 setup using mod_proxy, mod_headers and mod_authsuccessfully. I am using Apache as my web server and Apache Tomcat asmy web container where my application is deployed.Mod_auth challenges a browser session to enter a username and password when accessing a page on my tomcat