> 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
>> 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
> 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
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
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
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
>> >
>> >
>>
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:
>
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
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
set your virtualhost to that NameVirtualHost.
>>
>>
>> ServerName www.myserver.com
>>
>>
>> Again sorry if I've misunderstood your problem.
>>
>> Regards,
>>
>> Mark.
>>
>>
>>
>>
>>
&
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
>> -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
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
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
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'
15 matches
Mail list logo