[EMAIL PROTECTED] problems with apache2

2006-04-26 Thread Javier Martinez
I'm having problems with Apache2 on win2000. The pc is a pentium4 with 2Gb Ram.When I load a page (php) it crashes every time. The page loads correctly, but apache2 crashes.In the log file I only can see this. -[Thu Apr 27 08:33:00

RE: [EMAIL PROTECTED] checkinstall error

2006-04-26 Thread Boyle Owen
> -Original Message- > From: M.Makar Azer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 9:26 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] checkinstall error > > I really didn't know that using CAPS means i am shouting - I > oppologize if i offended any o

[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 contai

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 loa

Re: [EMAIL PROTECTED] DocumentRoot cpnfiguration

2006-04-26 Thread William A. Rowe, Jr.
Apache doesn't accept it because Y: doesn't exist in the service for the user you are running apache as. Workaround might be a very wordy path, or perhaps you can set the apache service to depend on the ext2fsd service, if such that program runs as a service. NORBbI wrote: Hi everybody, I have

[EMAIL PROTECTED] DocumentRoot cpnfiguration

2006-04-26 Thread NORBbI
Hi everybody, I have just successfully installed and configured Apache 2.0.55 under WinXP. However there is one configuration issue I cannot resolve. I have dual booting machine WinXp/FedoraCore3 with Apache server on both systems now, but I don't want to have web files at two different locati

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

2006-04-26 Thread David Blomstrom
OK, I gave it another try, and it *seems* to be working. (I always qualify my statements, because I get so confused between PHP, MySQL and mod-rewrites, I'm not always sure if things are actually working or not.) But I can currently display rewritten dynamic links on both my home page and home-page

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 wrot

[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] 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 int

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 ---

[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: === Options Indexes FollowSymLinks ExecCGI SSLRequireSSL AuthType Bas

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 this?Rewr

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

[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/ /path/to/director

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 p

[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 fun

RE: [EMAIL PROTECTED] SSL & nonsecure items

2006-04-26 Thread Axel-Stéphane SMORGRAV
Make those links relative instead of absolute, i.e. yank the scheme://host part. That will do the trick -ascs -Original Message- From: Warhurst, SI (Spencer) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 5:45 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] SSL

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: users@httpd.ap

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 mod_m

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 mod_ca

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 capit

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 NO

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 MAILI

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 USERS   THATS ALL LARRYLarry Flathmann <[EMAIL PROTECTED]>

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. M.Maka

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 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 di

[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 g

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" <[E

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 c

RE: [EMAIL PROTECTED] SSL & nonsecure items

2006-04-26 Thread Warhurst, SI \(Spencer\)
> > 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 > regarding the certificate (I have set up a test ce

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 regardi

[EMAIL PROTECTED] SSL & nonsecure items

2006-04-26 Thread Warhurst, SI \(Spencer\)
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 regarding the certificate (I have set up a test certificate)

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 -> ou

[EMAIL PROTECTED] checkinstall error

2006-04-26 Thread M.Makar Azer
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 directory not ending in /user/local/apache2/libmake[2]: *** [install] Error 1make[2]: Leaving directory `/

[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 mysi

[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.

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

[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] 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

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 R

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 > r

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

2006-04-26 Thread David Blomstrom
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 mysite/About/Webmaster and mysite/About/Sea

[EMAIL PROTECTED] htadm and htpasswd

2006-04-26 Thread Arun Jacob
Background=Currently, we have an web application running on an OS/390 mainframe under mainframe Unix Shared Services. The webserver is IBM HTTP Server, which is a rebranded version of Apache. This application is being migrated to AIX.Currently in the mainframe, the password has

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

2006-04-26 Thread Nick Kew
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 /filter/ the output of this application > through a > validation layer to be writter in PHP. > Is there a simple way to obtain this p

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

2006-04-26 Thread Joost de Heer
> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/html/ > ServerName mydomain > > ProxyRequests off > >Order deny,allow >Deny from all >Allow from 192.168.80.0/25 > Why have a block if you have 'ProxyRequests off'? > ProxyPass

Re: [EMAIL PROTECTED] mod_rewrite block self

2006-04-26 Thread switch grass
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 from its files?> i can use mod_rewrite to prevent hotlinking f

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] rewrite and virtualdocumentroot question

2006-04-26 Thread Axel-Stéphane SMORGRAV
Your requirements are spinning around in my head and I am a little confused :-) but if that's what you need, your rules seem good to me. You can trace every step of the rewriting process in the rewrite log, so you should easily be able to adjust your rules according to what you observe in the

[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 li

[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: Enduser---https--->Apache_mod_proxy-http--->Destin

[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 cripts

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 worryin

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: /usr/local/jakarta-tomcat-4.1.27/

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
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 FIL

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 [We