[EMAIL PROTECTED] finding modules..

2006-04-18 Thread Jaqui Greenlees
Does anyone have a list of all the modules available for apache2.x? and where to get a sample .conf for each one? I'm working on creating a configuration guide and finding all the modules is a slow process. Jaqui __ Do You Yahoo!? Tired of spam? Y

RE: [EMAIL PROTECTED] Forward port 443 requests, but use mod_rewrite on port 80 requests

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Browne, Anthony A [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 18. April 2006 18:29 > > No, I am trying to figure out how to separate the two > different request streams. I did read your description below and I think I get it: if (HTTP) if (mirror

RE: [EMAIL PROTECTED] .htaccess configuration file

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Todd Nine [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 19. April 2006 04:51 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] .htaccess configuration file > > Hi all, > I have an .htaccess question, and I cannot seem to find the > answer to my questi

RE: [EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-18 Thread Axel-Stéphane SMORGRAV
That was my experience too. Additional tests showed that IE handles compressed JS and CSS well provided the compressed size exceeds a certain threshold ( 4 KB ). If you really want to compress such contents, you can use mod_filter to apply the DEFLATE filter to JS and CSS provided their sizes e

[EMAIL PROTECTED] Log rotate for Apache 2.0

2006-04-18 Thread Rony
Hi, >From this link http://httpd.apache.org/docs/2.0/logs.html i found a link to http://www.cronolog.org/ Seems the project has not been updated for quite some time. Can somebody advise whether the cronolog is stable or good? What log rotate application do you use to rotate the log file on every

[EMAIL PROTECTED] .htaccess configuration file

2006-04-18 Thread Todd Nine
Hi all,  I have an .htaccess question, and I cannot seem to find the answer to my question.  I'm using shared hosting, so I'm limited to .htaccess for security.  I'm creating a test sub domain and a staging sub domain for my site that I would like to secure.  In the test sub domain I have the follo

Re: [EMAIL PROTECTED] Unable to access apache through my IP

2006-04-18 Thread Evan Platt
On Tue, April 18, 2006 1:44 pm, Cameron | Boomba wrote: > Hi there. > Does anyone know of any common problems with setting up apache to work > through an IP? It works fine through localhost, but not through my IP. > > I can send anyone my httpd.conf if they want to see it, but I was just > looking

[EMAIL PROTECTED] Unable to access apache through my IP

2006-04-18 Thread Cameron | Boomba
Hi there. Does anyone know of any common problems with setting up apache to work through an IP? It works fine through localhost, but not through my IP. I can send anyone my httpd.conf if they want to see it, but I was just looking to see if there was any common causes for it. My router may be

RE: [EMAIL PROTECTED] Forward port 443 requests, but use mod_rewrite on port 80 requests

2006-04-18 Thread Browne, Anthony A
> Do you not already have two port-based VHs? One on port 80 and one on port > > 443? If so, there is no problem since the two VHs clearly separate the two > > request streams. > > If this isn't clear to you, post back some more details of your config... > > Specifically, how do you separate HT

Re: [EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-18 Thread Simon Werner
Sorry if I asked the wrong list. Like Joost wrote, I believe the IBM version of Apache has some additional modules like mod_afpa_cache and mod_ibm_ssl, these are just to integrate Apache with WebSphere. We disabled JS and CSS compression for IE and the application now runs on all systems. Thanks

RE: [EMAIL PROTECTED] proxy only asp files

2006-04-18 Thread Axel-Stéphane SMORGRAV
The directory layout stuff can be solved using a relatively simple rewrite rule: RewriteEngine On RewriteRule ^/([^/]+)/(.*) /home/$1/public-html/$2 You could even enhance it so that it does the rewrite only if the user home directory actually exists: RewriteEngine On RewriteCond /home/$1/publ

Re: [EMAIL PROTECTED] mod rewrite not working

2006-04-18 Thread Paulo J. Matos
On 18/04/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Paulo J. Matos [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 18. April 2006 14:52 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] mod rewrite not working > > > > Hi all, > > > > My server is ru

RE: [EMAIL PROTECTED] mod rewrite not working

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Paulo J. Matos [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 18. April 2006 14:52 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod rewrite not working > > Hi all, > > My server is running version 2.0.49 and it has the LoadModule for > mod_rewrite i

RE: [EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-18 Thread Joost de Heer
Axel-Stéphane SMORGRAV wrote: >> IBM HTTP Server != Apache HTTP Server, It's based on Apache HTTP Server, >> with IBM specific stuff thrown in. > I am not so sure they have made that many changes to the code. I think it > is mostly their own compilation of httpd (for support reasons), with maybe

[EMAIL PROTECTED] mod rewrite not working

2006-04-18 Thread Paulo J. Matos
Hi all, My server is running version 2.0.49 and it has the LoadModule for mod_rewrite in its config file but when I had .htaccess with: RewriteEngine On RewriteRule ^(.*)$ http://localhost:8080/$1 I get the following in the log: [Tue Apr 18 12:41:02 2006] [alert] [client 146.193.36.49] /home/pocm

RE: [EMAIL PROTECTED] Forward port 443 requests, but use mod_rewrite on port 80 requests

2006-04-18 Thread Axel-Stéphane SMORGRAV
You're going to p*** a lot of people off by using such flashy HTML in your mails... Anyway, why don't you just create one VH for port 443 and one for port 80 ?? SSLEngine On [more SSL stuff not included] ProxyPass / http://server.my.com/ ProxyPassReverse / http://server.my.com/ [rewrite

RE: [EMAIL PROTECTED] Apache error

2006-04-18 Thread Axel-Stéphane SMORGRAV
This is very clear: There is no process listening on IP 172.21.72.117 port 7002. If there was supposed to be a WebLogic server listening there, it is donw. Try port 7001 (I believe that is the default WebLogic port), or verify your WebLogic configuration and modify the configuration of the BEA p

RE: [EMAIL PROTECTED] Documentroot does not redirect...

2006-04-18 Thread Mark Van Crombrugge
Since last Friday, the problem is solved thanks to the input I received from everyone here. I changed "NameVirtualHost *:80 " To "NameVirtualHost IP-address " My colleague had defined the first VirtualHost container in the httpd.conf file for a test-website by using the '*', so every request was

RE: [EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-18 Thread Axel-Stéphane SMORGRAV
I am not so sure they have made that many changes to the code. I think it is mostly their own compilation of httpd (for support reasons), with maybe a few patches applied and then they have thrown in their own module for doing load balancing and session affinity on WebSphere application servers.

[EMAIL PROTECTED] SSLPassPhraseDialog exec problem

2006-04-18 Thread living liquid | Christian Meisinger
hi! i try to upgrade from apache 1.3.x to apache 2.0.55. for apache 1.3 i used SSLPassPhraseDialog exec and it works perfectly. the problem with apache 2 is: [Tue Apr 18 11:49:59 2006] [info] Init: Requesting pass phrase from dialog filter program (...) [Tue Apr 18 11:49:59 2006] [error] Init: P

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

2006-04-18 Thread Axel-Stéphane SMORGRAV
Would you mind sharing your frustration about Squid with me off the list (since it is not really relevant for this forum) ? I have no practical experience with Apache 2.2.0, but I have been using the cache module of Apache 2.0 extensively in a reverse-proxy configuration for a couple of years.

RE: [EMAIL PROTECTED] How to SSL protect certain directories

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Romeo Theriault [mailto:[EMAIL PROTECTED] > Sent: Freitag, 14. April 2006 15:45 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to SSL protect certain directories > > I have an apache website that I need some directories > protected by ssl. So I

RE: [EMAIL PROTECTED] Forward port 443 requests, but use mod_rewrite on port 80 requests

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Anthony Browne [mailto:[EMAIL PROTECTED] > Sent: Montag, 17. April 2006 21:59 > > Is there a way to use ProxyPass to forward items based on the > port number of the request? I want to forward all requests > that use port 443 with ProxyPass (so that I can use

RE: [EMAIL PROTECTED] Documentroot does not redirect...

2006-04-18 Thread Boyle Owen
> -Original Message- > From: Mark Van Crombrugge [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 13. April 2006 16:13 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Documentroot does not redirect... > > In the HTTPD.conf, the directive 'DocumentRoot' is with the > right uppe

[EMAIL PROTECTED] mod_xmlrpc_auth

2006-04-18 Thread Christian Klinger
Hello Apache Users, does anyone uses mod_xmlrpc_auth. http://www.feep.net/Apache/mod_xmlrpc_auth/ I run into troubles if i install the module i got the following error. -- linux:/tmp/APT/mod_xmlrpc_auth-0.1 # make gcc -I. -I. -I/usr/local/include -I/op