Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > >> To answer Joshua's question, I've got nothing in the error_log and I >> have >> a 404 in the access_log: >> >> GET /bin/ceilings/hp404 >> GET /bin/green

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
>> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 9:10 AM >> >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> >> Sent: Wednesday, July 18, 2007 7:03 AM > >> >> ScriptAlias /bin "/usr/local/data/redirect/bin&qu

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> Jeff, > >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 7:03 AM >> >> We're moving from 1.3.x to 2.0.59. I discovered a problem >> with my config that didn't port well. Here's the relevant block: > > I

[EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" AllowOverride None Options ExecCGI Order allow,deny Allow from all My problem lies in the execution of scripts

Re: [EMAIL PROTECTED] How to protect domains in a multi-hosting Apache configuration

2007-07-17 Thread Jeff Fulmer
I'm not sure what problem you're trying to solve but the fact that they resolve to the same IP is irrelevant. Do they share a DocumentRoot? If they share a DocumentRoot and you want BOTH to access DOCUMENT_ROOT but you only want abc.com to access DOCUMENT_ROOT/dir1, then you'll have to restrict tr

Re: [EMAIL PROTECTED] Maintaing the URL when Rewriting

2007-07-12 Thread Jeff Fulmer
rved? >> >> Naveen Sharma wrote: >> > In this case the URL is getting preserved but action is not getting >> > called and I am getting 404 Error page. >> > >> > Please advice >> > >> > Navin >> > >> > >>

Re: [EMAIL PROTECTED] Maintaing the URL when Rewriting

2007-07-12 Thread Jeff Fulmer
Do you *have* a /action page? What's in the error_log? > In this case the URL is getting preserved but action is not getting called > and I am getting 404 Error page. > > Please advice > > Navin > > > On 7/12/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: >

Re: [EMAIL PROTECTED] Maintaing the URL when Rewriting

2007-07-12 Thread Jeff Fulmer
This works for me: RewriteRule ^(.*)-hotels$ /action.php?city=$1 http://lisa.joedog.org/pennsylvania-hotels (Note: I changed action to action.php in order to test...) Jeff > I have tried this but this is changing the URL.The initial URL gets > modified. > > > > On 7/12/07, Martijn <[EMAIL P

[EMAIL PROTECTED] mod_ssl revisited

2007-07-11 Thread Jeff Fulmer
Now I'm back to the original problem. I turned off name resolution and I restarted apache. The virtual host for www.myserver.com:443 works as expected. However, this error continues to repeat itself in the logs: [Wed Jul 11 13:14:39 2007] [info] Connection to child 22 established (server www.myser

Re: [EMAIL PROTECTED] apache hostname resolution (strange problem)

2007-07-11 Thread Jeff Fulmer
set your virtualhost to that NameVirtualHost. >> >> >> ServerName www.myserver.com >> >> >> Again sorry if I've misunderstood your problem. >> >> Regards, >> >> Mark. >> >> >> >> >> &

Re: [EMAIL PROTECTED] apache hostname resolution (strange problem)

2007-07-11 Thread Jeff Fulmer
I've misunderstood your problem. > > Regards, > > Mark. > > > > > > > > > > > > On 11/07/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: >> >> -Original Message- >> >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >&g

RE: [EMAIL PROTECTED] apache hostname resolution (strange problem)

2007-07-11 Thread Jeff Fulmer
>> -Original Message- >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, July 10, 2007 2:56 PM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] apache hostname resolution (strange problem) >> >> I have the oddest situat

[EMAIL PROTECTED] apache hostname resolution (strange problem)

2007-07-10 Thread Jeff Fulmer
I have the oddest situation. I have a test server on the LAN. I added a host entry for www.myserver.com (actual name changed to protect the innocent). I can ping www.myserver.com and my resolved address matches the host entry. Life is grand, no? /usr/sbin/ping www.myserver.com PING www.myserver.co

[EMAIL PROTECTED] httpd 2.0.59 problems with mod_ssl.so

2007-07-09 Thread Jeff Fulmer
Hi, I've got stability problems with apache 2.0.59 on HPUX compiled from source. On startup, I see a series of connections despite the fact that no requests were made to the server. These "connections" loop from 1 to the number of start servers I've configured. Here's an example from the error_log

[EMAIL PROTECTED] child pid 27662 exit signal Illegal instruction (4)

2007-06-08 Thread Jeff Fulmer
Hi, It looks like I have a race condition on HPUX with apache 2.0.59. Here's what I see in the error logs: [Tue May 29 07:41:16 2007] [notice] child pid 27662 exit signal Illegal instruction (4) I was able to reduce the httpd.conf file to a simplified form in order to reproduce this error. Here'