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

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

am 09.04.2010 20:43:47 von mary.y.wang

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@google.com]=20
Sent: Friday, April 09, 2010 10:43 AM
To: users@httpd.apache.org
Subject: Re: [users@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 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@google.com]
> Sent: Friday, April 09, 2010 10:27 AM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] The requested URL ....was not found on this=20
> 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 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.
>> #
>>
>> =A0 =A0Options Indexes FollowSymLinks
>> =A0 =A0AllowOverride All
>> =A0 =A0Order allow,deny
>> =A0 =A0Allow from all
>>

>>
>> 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 for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

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

am 10.04.2010 07:47:28 von alin vasile

--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? What=A0should be=A0the index page there? =0A__________=
______________________=0AFrom: "Wang, Mary Y" =0ATo=
: "users@httpd.apache.org" =0ASent: Fri, April 9, 2=
010 9:43:47 PM=0ASubject: RE: [users@httpd] The requested URL ....was not f=
ound on this server - Scratch my head Hmmm.=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... I'm also conc=
erned that I don't understand the newer httpd.conf configuration features..=
.. Mary =0A-----Original Message-----=0AFrom: Libo Song [mailto:ls=
ong@google.com] =0ASent: Friday, April 09, 2010 10:43 AM=0ATo: users@httpd.=
apache.org=0ASubject: Re: [users@httpd] The requested URL ....was not found=
on this server - Scratch my head You are using this URL:=0Ahttps://de=
vbrass2.ana.bna.boeing.com/projects/ms-tools-charts/ Yo ur httpd.conf s=
etting has this=0AServerName devbrass2.ana.bna.boeing.com:443 so, how =
about try this URL=0Ahttp://devbrass2.ana.bna.boeing.com:443/projects/ms-to =
ols-charts/ On Fri, Apr 9, 2010 at 1:34 PM, Wang, Mary Y 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@google.com]=0A> =
Sent: Friday, April 09, 2010 10:27 AM=0A> To: users@httpd.apache.org=0A> Su=
bject: Re: [users@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 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>> =0A>> =
=A0 =A0Options Indexes FollowSymLinks=0A>> =A0 =A0AllowOverride All=0A>> =
=A0 =A0Order allow,deny=0A>> =A0 =A0Allow from all=0A>>
=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 for more i=
nfo.=0A>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org=0A>> =
=A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org=0A>> F=
or additional commands, e-mail: users-help@httpd.apache.org=0A>>=0A>>=0A>=
=0A> ------------------------------------------------------------ ---------=
=0A> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.=0A> See for more info.=0A=
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org=0A> =A0 " =A0 =
from the digest: users-digest-unsubscribe@httpd.apache.org=0A> For addition=
al commands, e-mail: users-help@httpd.apache.org=0A>=0A>=0A> --------------=
-------------------------------------------------------=0A> The official Us=
er-To-User support forum of the Apache HTTP Server Project.=0A> See tp://httpd.apache.org/userslist.html> for more info.=0A> To unsubscribe, e-=
mail: users-unsubscribe@httpd.apache.org=0A> =A0 " =A0 from the digest: use=
rs-digest-unsubscribe@httpd.apache.org=0A> For additional commands, e-mail:=
users-help@httpd.apache.org=0A>=0A> ------------------- --------------=
------------------------------------=0AThe official User-To-User support fo=
rum of the Apache HTTP Server Project.=0ASee serslist.html> for more info.=0ATo unsubscribe, e-mail: users-unsubscribe@h=
ttpd.apache.org   "=A0 from the digest: users-digest-unsubscribe@httpd.=
apache.org=0AFor additional commands, e-mail: users-help@httpd.apache.org=
=0A--------------------------------------------------- ---------------=
---=0AThe official User-To-User support forum of the Apache HTTP Server Pro=
ject.=0ASee for more info.=0AT=
o unsubscribe, e-mail: users-unsubscribe@httpd.apache.org   "=A0 from t=
he digest: users-digest-unsubscribe@httpd.apache.org=0AFor additional comma=
nds, e-mail: users-help@httpd.apache.org =0A
--0-1283459840-1270878448=:6052
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

ad>

font-size:12pt">
The directory "/usr/brass/www/projects/ms-tools-charts=
/" exists on your server?
=0A
 
=0A
What should=
be the index page there?
=0A
new roman, new york, times, serif; FONT-SIZE: 12pt">
=0A
ONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px"> ace=3DTahoma>=0A
=0AFrom:<=
/SPAN>
"Wang, Mary Y" <mary.y.wang@boeing.com>
=3D"FONT-WEIGHT: bold">To: "users@httpd.apache.org" <users@ht=
tpd.apache.org>
Sent:=
Fri, April 9, 2010 9:43:47 PM
Subj=
ect:
RE: [users@httpd] The requested URL ....was not found on th=
is server - Scratch my head

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...

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

Mary


-----Original Message-----
From: L=
ibo Song [mailto: g@google.com">lsong@google.com]

Sent: Friday, April 09, 2010 10:43 AM
To: ttpd.apache.org" ymailto=3D"mailto:users@httpd.apache.org">users@httpd.apac=
he.org

Subject: Re: [users@httpd] The requested URL ....was not foun=
d on this server - Scratch my head

You are using this URL:
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/ >

Your httpd.conf setting has this
ServerName devbrass2.ana.bna.b=
oeing.com:443

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

On Fri, Apr 9, 2010 at 1:3=
4 PM, Wang, Mary Y <
"mailto:mary.y.wang@boeing.com">mary.y.wang@boeing.com> wrote:
&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.
>
> Mary
>
> >> -----Original Message-----
> From: Libo Song [mailto: "mailto:lsong@google.com" ymailto=3D"mailto:lsong@google.com">lsong@google.=
com
]
> Sent: Friday, April 09, 2010 10:27 AM
> To: =3D"mailto:users@httpd.apache.org" ymailto=3D"mailto:users@httpd.apache.org=
">users@httpd.apache.org

> Subject: Re: [users@httpd] The request=
ed URL ....was not found on this
> server - Scratch my head
><=
BR>> One quick point, you have port in your ServerName, but your request=
does not. Is that a typo?
>
>
> On Fri, Apr 9, 2010 at 1=
2:34 PM, Wang, Mary Y < =3D"mailto:mary.y.wang@boeing.com">mary.y.wang@boeing.com> wrote: >>> Hi,
>>
>> I'm in the process of upgrading to ht=
tpd 2.0.46.  I'm getting this error when it goes to this URL 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=
/ .  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/, "
>>
>>=
; 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).
>>
>&=
gt; In the httpd.conf file
>> I have defined the following:
>=
;>
>> ServerName devbrass2.ana.bna.boeing.com:443
>> R>>> DocumentRoot "/usr/brass/www"
>>
>> # This sho=
uld be changed to whatever you set DocumentRoot to.
>>
#
>> <Directory "/usr/brass/www">
>>    =
Options Indexes FollowSymLinks
>>    AllowOverride All R>>>    Order allow,deny
>>    Allow fro=
m all
>> </Directory>
>>
>> I'm running on=
Redhat.
>>
>> Any ideas on how I can fix this problem? R>>>
>> Thanks in advance.
>>
>> Mary
&=
gt;>
>>
>>
>>
>>
>>
>=
> ------------------------------------------------------------ ---------<=
BR>>> The official User-To-User support forum of the Apache HTTP Serv=
er Project.
>> See <URL:http://httpd.apache.org/userslist.html&=
gt; for more info.
>> To unsubscribe, e-mail: ers-unsubscribe@httpd.apache.org" ymailto=3D"mailto:users-unsubscribe@httpd=
..apache.org">users-unsubscribe@httpd.apache.org

>>   "
  from the digest: pache.org" ymailto=3D"mailto:users-digest-unsubscribe@httpd.apache.org" >use=
rs-digest-unsubscribe@httpd.apache.org

>> For additional comma=
nds, e-mail: to:users-help@httpd.apache.org">users-help@httpd.apache.org
>>=

>>
>
> ----------------------------------------------=
-----------------------
> The official User-To-User support forum of =
the Apache HTTP Server Project.
> See <URL: ..apache.org/userslist.html" target=3D_blank>http://httpd.apache.org/usersli=
st.html
> for more info.
> To unsubscribe, e-mail: ailto:users-unsubscribe@httpd.apache.org" ymailto=3D"mailto:users-unsubscri=
be@httpd.apache.org">users-unsubscribe@httpd.apache.org

>   =
"   from the digest: apache.org"
ymailto=3D"mailto:users-digest-unsubscribe@httpd.apache.org" >users-digest-=
unsubscribe@httpd.apache.org

> For additional commands, e-mail: <=
A href=3D"mailto:users-help@httpd.apache.org" ymailto=3D"mailto:users-help@=
httpd.apache.org">users-help@httpd.apache.org
>
>
> -=
------------------------------------------------------------ --------
>=
; The official User-To-User support forum of the Apache HTTP Server Project=
..
> See <URL: rget=3D_blank>http://httpd.apache.org/userslist.html> for more info.=

> To unsubscribe, e-mail: apache.org" ymailto=3D"mailto:users-unsubscribe@httpd.apache.org">users- uns=
ubscribe@httpd.apache.org

>   "   from the digest: ref=3D"mailto:users-digest-unsubscribe@httpd.apache.org"
ymailto=3D"mailto:users-digest-unsubscribe@httpd.apache.org" >users-digest-=
unsubscribe@httpd.apache.org

> For additional commands, e-mail: <=
A href=3D"mailto:users-help@httpd.apache.org" ymailto=3D"mailto:users-help@=
httpd.apache.org">users-help@httpd.apache.org
>
>

--=
------------------------------------------------------------ -------
The =
official User-To-User support forum of the Apache HTTP Server Project.
S=
ee <URL: nk>http://httpd.apache.org/userslist.html> for more info.
To unsu=
bscribe, e-mail: lto=3D"mailto:users-unsubscribe@httpd.apache.org">users-unsu bscribe@httpd.a=
pache.org

  "  from the digest: gest-unsubscribe@httpd.apache.org" ymailto=3D"mailto:users-digest-unsubscri=
be@httpd.apache.org">users-digest-unsubscribe@httpd.apache.o rg

For a=
dditional
commands, e-mail: =3D"mailto:users-help@httpd.apache.org">users-help@httpd.apa che.org
=


------------------------------------------------------------ -------=
--
The official User-To-User support forum of the Apache HTTP Server Pro=
ject.
See <URL: get=3D_blank>http://httpd.apache.org/userslist.html> for more info.<=
BR>To unsubscribe, e-mail: ..org" ymailto=3D"mailto:users-unsubscribe@httpd.apache.org">users- unsubscri=
be@httpd.apache.org

  "  from the digest: o:users-digest-unsubscribe@httpd.apache.org" ymailto=3D"mailto:users-digest=
-unsubscribe@httpd.apache.org">users-digest-unsubscribe@http d.apache.org >
For additional commands, e-mail:
ache.org"
ymailto=3D"mailto:users-help@httpd.apache.org">users-help@ht tpd.apache.org=




--0-1283459840-1270878448=:6052--