mod_rewrite - ein verzeichnis hochschreiben

2005-06-16 Thread Alex
Hallo alle zusammen, ich habe ein Mod Rewrite Problemchen ich mchte bei Eingabe der URL domain.de/verz1/verz2/verz3/dateiname.html intern umleiten auf domain.de/verz4/dateiname.php In verz1 liegt dazu folgende .htaccess RewriteEngine on RewriteBase / RewriteRule (.*).html$

[users@httpd] Apache.exe - Application error on Windows

2005-06-16 Thread Advait Suhas Pandit
Hi, I have JBoss 3.2.3 and Apache 2.0.52 running on a Windows 2K box. I do not want to integrate the 2 or anything. However, there seems to be some kind of conflict going on between JBoss and Apache. Sometime JBoss dies, and sometimes Apache does. I also see the following error in my event viewer

RE: [users@httpd] RewriteRule problems

2005-06-16 Thread Axel-Stphane SMORGRAV
L is not necessary when you use P. P will force the request to be handled by mod_proxy. -ascs -Original Message- From: Ian Huynh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 7:08 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] RewriteRule problems what does your

Re: [users@httpd] RewriteRule problems

2005-06-16 Thread Krist van Besien
On 6/15/05, Arne Heizmann [EMAIL PROTECTED] wrote: Krist van Besien wrote: I get the impression that probably somewhere in your httpd config there is an access rule that forbids access to the /old URL, and that therefore the 403 Forbidden gets triggered before everything else. But the

RE: [users@httpd] Remote Logging access_log with syslog-ng

2005-06-16 Thread Jan van den Berg
I know. But this is exactly whay I am trying to avoid! I dont want too many open files (which happens when every vhost has their own logfiles) nor do I want logger threads for each vhost. I want logger and syslog too handle the load of logging not Apache. Regards, Jan

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Axel-Stphane SMORGRAV
You probably get a redirection to http://localhost:8080, right? Add ProxyPassReverse / http://localhost:8080/ This will replace any redirection to http://localhost:8080/ with a redirection to /. If that does not work, try to explain more thoroughly what the problem is, i.e. exactly

Re: [users@httpd] /mail calls /mail.php, but why?

2005-06-16 Thread Tim Burden
Sounds like Multiviews http://httpd.apache.org/docs-2.0/content-negotiation.html#multiviews - Original Message - From: Marten Lehmann [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Thursday, June 16, 2005 11:32 AM Subject: [EMAIL PROTECTED] /mail calls /mail.php, but why? Hello,

[users@httpd] Upgraded from RHE3 to RHE4 - REMOTE_USER env variable is not available

2005-06-16 Thread Richard DeWath
I have Nagios running on a RHE3 server with Apache version 2.0.46 and planned to migrate it to a newer server using RHE4. The install for the new system is standard with the needed libraries for building source code. The Apache on the new system is version 2.0.52. I updated the changes on the

Re: [users@httpd] Upgraded from RHE3 to RHE4 - REMOTE_USER env variable is not available

2005-06-16 Thread Joshua Slive
On 6/16/05, Richard DeWath [EMAIL PROTECTED] wrote: Nagios is working and monitoring. The problem comes with the authentication. I am using .htaccess/htpasswd basic and it works fine on the old system. I can authenticate on the new server, but Nagios on its web page the cgi does not appear

Re: [users@httpd] Problem redirecting http to https

2005-06-16 Thread Joost de Heer
Jignesh Badani said: We have a similar problem. We have always been doing it the Virtual host way (virtual on port 80 redirects (permanant) to virtual on 443). In my Virtual host for port 80, I have: Redirect permanent / https://www.mysite.com/home/index.htm This should be

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Fabricio Luiz Machado
Ian, It rewrites an URL like http://app.mydomain.com:8080/client1;, and I want to keep the default port (80) on URL, like: http://app.mydomain.com/client1;. Understood ? Sorry about my poor english... Regards, Fabricio. --- Ian Huynh [EMAIL PROTECTED] escreveu: Fabricio Sorry I don't

[users@httpd] Apache secure and non secure server cgi-bin setup

2005-06-16 Thread Kory Wheatley
I''m configuring my Apache 2.0 to run a Non Secure and Secure Server on the same instance. How do you configure to separate cgi-bin paths for the secure and non-secure server? In the 'httpd.conf file there is a ScriptAlias /cgi-bin /var/www/cgi-bin/ so in the ssl.conf file do I need to add a