RE: The requested URL ....was not found on this server - Scratch my head

Hmmm. Actually the http://devbrass2.ana.bna.boeing.com/ is a variable. An=
y thing after .com could be anything based on the frontend php code. I cou=
ld have hundreds of /projects/xxx. It seems like it's not following the li=
nk...

I'm also concerned that I don't understand the newer httpd.conf configurati=
on features...

Mary


-----Original Message-----
From: Libo Song [mailto:lsong [at] google.com]
Sent: Friday, April 09, 2010 10:43 AM
To: users [at] httpd.apache.org
Subject: Re: [users [at] httpd] The requested URL ....was not found on this serv=
er - Scratch my head

You are using this URL:
https://devbrass2.ana.bna.boeing.com/projects/ms-tools-chart s/

Your httpd.conf setting has this
ServerName devbrass2.ana.bna.boeing.com:443

so, how about try this URL
http://devbrass2.ana.bna.boeing.com:443/projects/ms-tools-ch arts/

On Fri, Apr 9, 2010 at 1:34 PM, Wang, Mary Y <mary.y.wang [at] boeing.com> wrote=
:
> Thank for your response. =A0I don't understand what you were saying.
> Can you point out where the possible problem was in the my httpd.conf fil=
e? =A0Or give me an example.
>
> Mary
>
>
> -----Original Message-----
> From: Libo Song [mailto:lsong [at] google.com]
> Sent: Friday, April 09, 2010 10:27 AM
> To: users [at] httpd.apache.org
> Subject: Re: [users [at] httpd] The requested URL ....was not found on this
> server - Scratch my head
>
> One quick point, you have port in your ServerName, but your request does =
not. Is that a typo?
>
>
> On Fri, Apr 9, 2010 at 12:34 PM, Wang, Mary Y <mary.y.wang [at] boeing.com> wr=
ote:
>> Hi,
>>
>> I'm in the process of upgrading to httpd 2.0.46. =A0I'm getting this err=
or when it goes to this URL https://devbrass2.ana.bna.boeing.com/projects/m=
s-tools-charts/ . =A0The page showed as "The requested URL /projects/ms-too=
ls-charts/ was not found on this server." =A0 The ssl_error_log showed "Fil=
e does not exist: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /usr/brass/www/pr=
ojects/ms-tools-charts/, "
>>
>> I read several blogs and postings, and many people suggested using the R=
ewriteEngine directive. =A0I've never used the rewriteengine directive in t=
he previous apache configuration (it worked before).
>>
>> In the httpd.conf file
>> I have defined the following:
>>
>> ServerName devbrass2.ana.bna.boeing.com:443
>>
>> DocumentRoot "/usr/brass/www"
>>
>> # This should be changed to whatever you set DocumentRoot to.
>> #
>> <Directory "/usr/brass/www">
>> =A0 =A0Options Indexes FollowSymLinks
>> =A0 =A0AllowOverride All
>> =A0 =A0Order allow,deny
>> =A0 =A0Allow from all
>> </Directory>
>>
>> I'm running on Redhat.
>>
>> Any ideas on how I can fix this problem?
>>
>> Thanks in advance.
>>
>> Mary
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> =A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
mary.y.wang [ Fr, 09 April 2010 20:43 ] [ ID #2038334 ]

Re: The requested URL ....was not found on this server - Scratch my head

--0-1283459840-1270878448=:6052
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

The directory "/usr/brass/www/projects/ms-tools-charts/" exists on your ser=
ver?=0A=0AWhat=A0should be=A0the index page there?=0A=0A=0A=0A=0A__________=
______________________=0AFrom: "Wang, Mary Y" <mary.y.wang [at] boeing.com>=0ATo=
: "users [at] httpd.apache.org" <users [at] httpd.apache.org>=0ASent: Fri, April 9, 2=
010 9:43:47 PM=0ASubject: RE: [users [at] httpd] The requested URL ....was not f=
ound on this server - Scratch my head=0A=0AHmmm.=A0 Actually the http://dev=
brass2.ana.bna.boeing.com/ is a variable.=A0 Any thing after .com could be =
anything based on the frontend php code.=A0 I could have hundreds of /proje=
cts/xxx.=A0 It seems like it's not following the link...=0A=0AI'm also conc=
erned that I don't understand the newer httpd.conf configuration features..=
..=0A=0AMary=0A=0A=0A-----Original Message-----=0AFrom: Libo Song [mailto:ls=
ong [at] google.com] =0ASent: Friday, April 09, 2010 10:43 AM=0ATo: users [at] httpd.=
apache.org=0ASubject: Re: [users [at] httpd] The requested URL ....was not found=
on this server - Scratch my head=0A=0AYou are using this URL:=0Ahttps://de=
vbrass2.ana.bna.boeing.com/projects/ms-tools-charts/=0A=0AYo ur httpd.conf s=
etting has this=0AServerName devbrass2.ana.bna.boeing.com:443=0A=0Aso, how =
about try this URL=0Ahttp://devbrass2.ana.bna.boeing.com:443/projects/ms-to =
ols-charts/=0A=0AOn Fri, Apr 9, 2010 at 1:34 PM, Wang, Mary Y <mary.y.wang [at] =
boeing.com> wrote:=0A> Thank for your response. =A0I don't understand what =
you were saying.=0A> Can you point out where the possible problem was in th=
e my httpd.conf file? =A0Or give me an example.=0A>=0A> Mary=0A>=0A>=0A> --=
---Original Message-----=0A> From: Libo Song [mailto:lsong [at] google.com]=0A> =
Sent: Friday, April 09, 2010 10:27 AM=0A> To: users [at] httpd.apache.org=0A> Su=
bject: Re: [users [at] httpd] The requested URL ....was not found on this =0A> s=
erver - Scratch my head=0A>=0A> One quick point, you have port in your Serv=
erName, but your request does not. Is that a typo?=0A>=0A>=0A> On Fri, Apr =
9, 2010 at 12:34 PM, Wang, Mary Y <mary.y.wang [at] boeing.com> wrote:=0A>> Hi,=
=0A>>=0A>> I'm in the process of upgrading to httpd 2.0.46. =A0I'm getting =
this error when it goes to this URL https://devbrass2.ana.bna.boeing.com/pr=
ojects/ms-tools-charts/ . =A0The page showed as "The requested URL /project=
s/ms-tools-charts/ was not found on this server." =A0 The ssl_error_log sho=
wed "File does not exist: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /usr/bras=
s/www/projects/ms-tools-charts/, "=0A>>=0A>> I read several blogs and posti=
ngs, and many people suggested using the RewriteEngine directive. =A0I've n=
ever used the rewriteengine directive in the previous apache configuration =
(it worked before).=0A>>=0A>> In the httpd.conf file=0A>> I have defined th=
e following:=0A>>=0A>> ServerName devbrass2.ana.bna.boeing.com:443=0A>>=0A>=
> DocumentRoot "/usr/brass/www"=0A>>=0A>> # This should be changed to whate=
ver you set DocumentRoot to.=0A>> #=0A>> <Directory "/usr/brass/www">=0A>> =
=A0 =A0Options Indexes FollowSymLinks=0A>> =A0 =A0AllowOverride All=0A>> =
=A0 =A0Order allow,deny=0A>> =A0 =A0Allow from all=0A>> </Directory>=0A>>=
=0A>> I'm running on Redhat.=0A>>=0A>> Any ideas on how I can fix this prob=
lem?=0A>>=0A>> Thanks in advance.=0A>>=0A>> Mary=0A>>=0A>>=0A>>=0A>>=0A>>=
=0A>>=0A>> ------------------------------------------------------------ ----=
-----=0A>> The official User-To-User support forum of the Apache HTTP Serve=
r Project.=0A>> See <URL:http://httpd.apache.org/userslist.html> for more i=
nfo.=0A>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org=0A>> =
=A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org=0A>> F=
or additional commands, e-mail: users-help [at] httpd.apache.org=0A>>=0A>>=0A>=
=0A> ------------------------------------------------------------ ---------=
=0A> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.=0A> See <URL:http://httpd.apache.org/userslist.html> for more info.=0A=
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org=0A> =A0 " =A0 =
from the digest: users-digest-unsubscribe [at] httpd.apache.org=0A> For addition=
al commands, e-mail: users-help [at] httpd.apache.org=0A>=0A>=0A> --------------=
-------------------------------------------------------=0A> The official Us=
er-To-User support forum of the Apache HTTP Server Project.=0A> See <URL:ht=
tp://httpd.apache.org/userslist.html> for more info.=0A> To unsubscribe, e-=
mail: users-unsubscribe [at] httpd.apache.org=0A> =A0 " =A0 from the digest: use=
rs-digest-unsubscribe [at] httpd.apache.org=0A> For additional commands, e-mail:=
users-help [at] httpd.apache.org=0A>=0A>=0A=0A------------------- --------------=
------------------------------------=0AThe official User-To-User support fo=
rum of the Apache HTTP Server Project.=0ASee <URL:http://httpd.apache.org/u=
serslist.html> for more info.=0ATo unsubscribe, e-mail: users-unsubscribe [at] h=
ttpd.apache.org=0A=A0 "=A0 from the digest: users-digest-unsubscribe [at] httpd.=
apache.org=0AFor additional commands, e-mail: users-help [at] httpd.apache.org=
=0A=0A=0A--------------------------------------------------- ---------------=
---=0AThe official User-To-User support forum of the Apache HTTP Server Pro=
ject.=0ASee <URL:http://httpd.apache.org/userslist.html> for more info.=0AT=
o unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org=0A=A0 "=A0 from t=
he digest: users-digest-unsubscribe [at] httpd.apache.org=0AFor additional comma=
nds, e-mail: users-help [at] httpd.apache.org=0A=0A=0A
--0-1283459840-1270878448=:6052
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3D"text/css"><!-- DIV {margin:0px;} --></style></he=
ad><body><div style=3D"font-family:times new roman, new york, times, serif;=
font-size:12pt"><DIV>The directory "/usr/brass/www/projects/ms-tools-charts=
/" exists on your server?</DIV>=0A<DIV> </DIV>=0A<DIV>What should=
be the index page there?<BR></DIV>=0A<DIV style=3D"FONT-FAMILY: times=
new roman, new york, times, serif; FONT-SIZE: 12pt"><BR>=0A<DIV style=3D"F=
ONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px"><FONT size=3D2 f=
ace=3DTahoma>=0A<HR SIZE=3D1>=0A<B><SPAN style=3D"FONT-WEIGHT: bold">From:<=
/SPAN></B> "Wang, Mary Y" <mary.y.wang [at] boeing.com><BR><B><SPAN style=
=3D"FONT-WEIGHT: bold">To:</SPAN></B> "users [at] httpd.apache.org" <users [at] ht=
tpd.apache.org><BR><B><SPAN style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B>=
Fri, April 9, 2010 9:43:47 PM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">Subj=
ect:</SPAN></B> RE: [users [at] httpd] The requested URL ....was not found on th=
is server - Scratch my head<BR></FONT><BR>Hmmm.  Actually the http://d=
evbrass2.ana.bna.boeing.com/ is a variable.  Any thing after .com coul=
d be anything based on the frontend php code.  I could have hundreds o=
f /projects/xxx.  It seems like it's not following the link...<BR><BR>=
I'm also concerned that I don't understand the newer httpd.conf configurati=
on features...<BR><BR>Mary<BR><BR><BR>-----Original Message-----<BR>From: L=
ibo Song [mailto:<A href=3D"mailto:lsong [at] google.com" ymailto=3D"mailto:lson=
g [at] google.com">lsong [at] google.com</A>]
<BR>Sent: Friday, April 09, 2010 10:43 AM<BR>To: <A href=3D"mailto:users [at] h=
ttpd.apache.org" ymailto=3D"mailto:users [at] httpd.apache.org">users [at] httpd.apac=
he.org</A><BR>Subject: Re: [users [at] httpd] The requested URL ....was not foun=
d on this server - Scratch my head<BR><BR>You are using this URL:<BR><A hre=
f=3D"https://devbrass2.ana.bna.boeing.com/projects/ms-tools- charts/" target=
=3D_blank>https://devbrass2.ana.bna.boeing.com/projects/ms-t ools-charts/</A=
><BR><BR>Your httpd.conf setting has this<BR>ServerName devbrass2.ana.bna.b=
oeing.com:443<BR><BR>so, how about try this URL<BR>http://devbrass2.ana.bna=
..boeing.com:443/projects/ms-tools-charts/<BR><BR>On Fri, Apr 9, 2010 at 1:3=
4 PM, Wang, Mary Y <<A href=3D"mailto:mary.y.wang [at] boeing.com" ymailto=3D=
"mailto:mary.y.wang [at] boeing.com">mary.y.wang [at] boeing.com</A>> wrote:<BR>&g=
t; Thank for your response.  I don't understand what you were saying.<=
BR>> Can you point out where the possible problem was in the my httpd.co=
nf
file?  Or give me an example.<BR>><BR>> Mary<BR>><BR>><BR=
>> -----Original Message-----<BR>> From: Libo Song [mailto:<A href=3D=
"mailto:lsong [at] google.com" ymailto=3D"mailto:lsong [at] google.com">lsong [at] google.=
com</A>]<BR>> Sent: Friday, April 09, 2010 10:27 AM<BR>> To: <A href=
=3D"mailto:users [at] httpd.apache.org" ymailto=3D"mailto:users [at] httpd.apache.org=
">users [at] httpd.apache.org</A><BR>> Subject: Re: [users [at] httpd] The request=
ed URL ....was not found on this <BR>> server - Scratch my head<BR>><=
BR>> One quick point, you have port in your ServerName, but your request=
does not. Is that a typo?<BR>><BR>><BR>> On Fri, Apr 9, 2010 at 1=
2:34 PM, Wang, Mary Y <<A href=3D"mailto:mary.y.wang [at] boeing.com" ymailto=
=3D"mailto:mary.y.wang [at] boeing.com">mary.y.wang [at] boeing.com</A>> wrote:<BR=
>>> Hi,<BR>>><BR>>> I'm in the process of upgrading to ht=
tpd 2.0.46.  I'm getting this error when it goes to this URL <A
href=3D"https://devbrass2.ana.bna.boeing.com/projects/ms-too ls-charts/" ta=
rget=3D_blank>https://devbrass2.ana.bna.boeing.com/projects/ ms-tools-charts=
/</A> .  The page showed as "The requested URL /projects/ms-tools-char=
ts/ was not found on this server."   The ssl_error_log showed "File do=
es not exist:                  =
;   /usr/brass/www/projects/ms-tools-charts/, "<BR>>><BR>>>=
; I read several blogs and postings, and many people suggested using the Re=
writeEngine directive.  I've never used the rewriteengine directive in=
the previous apache configuration (it worked before).<BR>>><BR>>&=
gt; In the httpd.conf file<BR>>> I have defined the following:<BR>>=
;><BR>>> ServerName devbrass2.ana.bna.boeing.com:443<BR>>><B=
R>>> DocumentRoot "/usr/brass/www"<BR>>><BR>>> # This sho=
uld be changed to whatever you set DocumentRoot to.<BR>>>
#<BR>>> <Directory "/usr/brass/www"><BR>>>    =
Options Indexes FollowSymLinks<BR>>>    AllowOverride All<B=
R>>>    Order allow,deny<BR>>>    Allow fro=
m all<BR>>> </Directory><BR>>><BR>>> I'm running on=
Redhat.<BR>>><BR>>> Any ideas on how I can fix this problem?<B=
R>>><BR>>> Thanks in advance.<BR>>><BR>>> Mary<BR>&=
gt;><BR>>><BR>>><BR>>><BR>>><BR>>><BR>>=
> ------------------------------------------------------------ ---------<=
BR>>> The official User-To-User support forum of the Apache HTTP Serv=
er Project.<BR>>> See <URL:http://httpd.apache.org/userslist.html&=
gt; for more info.<BR>>> To unsubscribe, e-mail: <A href=3D"mailto:us=
ers-unsubscribe [at] httpd.apache.org" ymailto=3D"mailto:users-unsubscribe [at] httpd=
..apache.org">users-unsubscribe [at] httpd.apache.org</A><BR>>>   "
  from the digest: <A href=3D"mailto:users-digest-unsubscribe [at] httpd.a=
pache.org" ymailto=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org" >use=
rs-digest-unsubscribe [at] httpd.apache.org</A><BR>>> For additional comma=
nds, e-mail: <A href=3D"mailto:users-help [at] httpd.apache.org" ymailto=3D"mail=
to:users-help [at] httpd.apache.org">users-help [at] httpd.apache.org</A><BR>>>=
<BR>>><BR>><BR>> ----------------------------------------------=
-----------------------<BR>> The official User-To-User support forum of =
the Apache HTTP Server Project.<BR>> See <URL:<A href=3D"http://httpd=
..apache.org/userslist.html" target=3D_blank>http://httpd.apache.org/usersli=
st.html</A>> for more info.<BR>> To unsubscribe, e-mail: <A href=3D"m=
ailto:users-unsubscribe [at] httpd.apache.org" ymailto=3D"mailto:users-unsubscri=
be [at] httpd.apache.org">users-unsubscribe [at] httpd.apache.org</A><BR>>   =
"   from the digest: <A href=3D"mailto:users-digest-unsubscribe [at] httpd.=
apache.org"
ymailto=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org" >users-digest-=
unsubscribe [at] httpd.apache.org</A><BR>> For additional commands, e-mail: <=
A href=3D"mailto:users-help [at] httpd.apache.org" ymailto=3D"mailto:users-help [at] =
httpd.apache.org">users-help [at] httpd.apache.org</A><BR>><BR>><BR>> -=
------------------------------------------------------------ --------<BR>>=
; The official User-To-User support forum of the Apache HTTP Server Project=
..<BR>> See <URL:<A href=3D"http://httpd.apache.org/userslist.html" ta=
rget=3D_blank>http://httpd.apache.org/userslist.html</A>> for more info.=
<BR>> To unsubscribe, e-mail: <A href=3D"mailto:users-unsubscribe [at] httpd.=
apache.org" ymailto=3D"mailto:users-unsubscribe [at] httpd.apache.org">users- uns=
ubscribe [at] httpd.apache.org</A><BR>>   "   from the digest: <A h=
ref=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org"
ymailto=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org" >users-digest-=
unsubscribe [at] httpd.apache.org</A><BR>> For additional commands, e-mail: <=
A href=3D"mailto:users-help [at] httpd.apache.org" ymailto=3D"mailto:users-help [at] =
httpd.apache.org">users-help [at] httpd.apache.org</A><BR>><BR>><BR><BR>--=
------------------------------------------------------------ -------<BR>The =
official User-To-User support forum of the Apache HTTP Server Project.<BR>S=
ee <URL:<A href=3D"http://httpd.apache.org/userslist.html" target=3D_bla=
nk>http://httpd.apache.org/userslist.html</A>> for more info.<BR>To unsu=
bscribe, e-mail: <A href=3D"mailto:users-unsubscribe [at] httpd.apache.org" ymai=
lto=3D"mailto:users-unsubscribe [at] httpd.apache.org">users-unsu bscribe [at] httpd.a=
pache.org</A><BR>  "  from the digest: <A href=3D"mailto:users-di=
gest-unsubscribe [at] httpd.apache.org" ymailto=3D"mailto:users-digest-unsubscri=
be [at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.o rg</A><BR>For a=
dditional
commands, e-mail: <A href=3D"mailto:users-help [at] httpd.apache.org" ymailto=
=3D"mailto:users-help [at] httpd.apache.org">users-help [at] httpd.apa che.org</A><BR>=
<BR><BR> ------------------------------------------------------------ -------=
--<BR>The official User-To-User support forum of the Apache HTTP Server Pro=
ject.<BR>See <URL:<A href=3D"http://httpd.apache.org/userslist.html" tar=
get=3D_blank>http://httpd.apache.org/userslist.html</A>> for more info.<=
BR>To unsubscribe, e-mail: <A href=3D"mailto:users-unsubscribe [at] httpd.apache=
..org" ymailto=3D"mailto:users-unsubscribe [at] httpd.apache.org">users- unsubscri=
be [at] httpd.apache.org</A><BR>  "  from the digest: <A href=3D"mailt=
o:users-digest-unsubscribe [at] httpd.apache.org" ymailto=3D"mailto:users-digest=
-unsubscribe [at] httpd.apache.org">users-digest-unsubscribe [at] http d.apache.org</A=
><BR>For additional commands, e-mail: <A href=3D"mailto:users-help [at] httpd.ap=
ache.org"
ymailto=3D"mailto:users-help [at] httpd.apache.org">users-help [at] ht tpd.apache.org=
</A><BR><BR></DIV></DIV></div><br>=0A=0A </body></html>
--0-1283459840-1270878448=:6052--
alin vasile [ Sa, 10 April 2010 07:47 ] [ ID #2038421 ]
Webserver » gmane.comp.apache.user » RE: The requested URL ....was not found on this server - Scratch my head

Vorheriges Thema: RE: Apache 1.3.41 + SSL
Nächstes Thema: HTTPS Connection Timeouts