Re: [EMAIL PROTECTED] debugging

2008-11-15 Thread Davide Bianchi
Paul McFerrin wrote: > NameVirtualHost pmcferrin.homedns.org:80 > [[default virtual hosts definitons]] > > > The 'VirtualHost' should report the same thing that is in the NameVirtualHost directive, if you've used 'pmcferrin...' you should use the same in every VHost. If you are not interested

Re: [EMAIL PROTECTED] debugging

2008-11-15 Thread Norman Peelman
Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homed

[EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homedns.org ErrorLog /usr

[EMAIL PROTECTED] debugging

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homedns.org ErrorLog

Re: [EMAIL PROTECTED] httpd 2.2.10 mod_proxy bug?

2008-11-15 Thread Franck Toulouse
Hi, I run into the same problem, same configuration. Did you find a solution ? Thanks in advance. Franck David Multer wrote: > > I just installed the latest 2.2.10 version of Apache web server and > noticed it's broken my Tomcat+Hudson setup. I've confirmed that > falling back to 2.2.9 e

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
Well I fix it setting RewriteBase to / not to /webacula. Anyway thanks for your time Ing. Reynier Pérez Mira Dirección Técnica IP > -Original Message- > From: Justin Pasher [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 15, 2008 2:47 PM > To: users@httpd.apache.org > Subject: RE:

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Justin Pasher
> -Original Message- > From: Reynier Perez Mira [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 15, 2008 9:30 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file > > Hi, sorry for this late but I was busy with some other things. Now answer > e

Re: [EMAIL PROTECTED] a rather tricky mod_rewrite problem?

2008-11-15 Thread solprovider
RewriteCond %{REMOTE_USER} ^([a-z0-9_]+)$ RewriteRule ^/mysvn/(.*) /svn/%1/$1 [L] The first line places a valid username into %1. The second rewrites "/mysvn/something" to "/svn/bob/something" when the REMOTE_USER is "bob". Invalid usernames will not pass the condition so "/mysvn" should display a

[EMAIL PROTECTED] Apache2 log entries

2008-11-15 Thread Tony
I have just noticed some strange entries in my Apache 2.2 logs for one of my sites only. The site is low usage - approx an access every few minutes. Each time I have a normal GET entry in the log a few seconds later a have 1 or more lines containing. ::1 - - [15/Nov/2008:12:05:16 +] "GET /"

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
Hi, sorry for this late but I was busy with some other things. Now answer every one of yours questions: > What do you have DocumentRoot set to for this VirtualHost? /var/www/webacula/html > In what > directory is the .htaccess file located? /var/www/webacula/html/.htaccess > In what directory i

Re: [EMAIL PROTECTED] security bug in Apache regarding SSI and symbolic links?

2008-11-15 Thread Nick Kew
On 15 Nov 2008, at 03:54, Paul B. Henson wrote: Last month I had a problem where SSI appeared to be ignoring the SymlinkIfOwnerMatch configuration directive. I opened a bug, and eventually discovered what appears to be a problem in the ap_directory_walk function, where reusing cached dire