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

I'm also concerned that I don't understand the newer httpd.conf configuration 
features...

Mary


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

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

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-charts/

On Fri, Apr 9, 2010 at 1:34 PM, Wang, Mary Y <mary.y.w...@boeing.com> wrote:
> Thank for your response.  I don't understand what you were saying.
> Can you point out where the possible problem was in the my httpd.conf file?  
> Or give me an example.
>
> Mary
>
>
> -----Original Message-----
> From: Libo Song [mailto:ls...@google.com]
> Sent: Friday, April 09, 2010 10:27 AM
> To: users@httpd.apache.org
> Subject: Re: [us...@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.w...@boeing.com> wrote:
>> Hi,
>>
>> I'm in the process of upgrading to httpd 2.0.46.  I'm getting this error 
>> when it goes to this URL 
>> https://devbrass2.ana.bna.boeing.com/projects/ms-tools-charts/ .  The page 
>> showed as "The requested URL /projects/ms-tools-charts/ was not found on 
>> this server."   The ssl_error_log showed "File does not exist:               
>>       /usr/brass/www/projects/ms-tools-charts/, "
>>
>> I read several blogs and postings, and many people suggested using the 
>> RewriteEngine directive.  I've never used the rewriteengine directive in the 
>> 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">
>>    Options Indexes FollowSymLinks
>>    AllowOverride All
>>    Order allow,deny
>>    Allow 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 Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@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-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@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-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to