RE: [users@httpd] Problem with disabling directory listing

2011-07-06 Thread Smith, Cathy
Adding -Indexes didn't work either.


Cathy

---
Cathy L. Smith
IT Engineer

Pacific Northwest National Laboratory
Operated by Battelle for the
U.S. Department of Energy

Phone:  509.375.2687
Fax:    509.375.2330
Email: cathy.sm...@pnl.gov


-Original Message-
From: Voellinger, Sandy [mailto:sandy.voellin...@neustar.biz] 
Sent: Friday, July 01, 2011 10:50 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Problem with disabling directory listing

Try doing the following:



Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all


Change /var/www/ to the doc root of your apache server .

Cheers-
Sandy


On Jul 1, 2011, at 1:27 PM, Smith, Cathy wrote:

> Hi
> 
> I'm having a problem disabling directory listing for my DocumentRoot.  I've 
> taken out the Indexes parameter for Options, and I'm still able to list the 
> directory.  Here is the section from the httpd.conf.  I'd appreciate it if 
> someone could tell me what I need to do differently.  This is a RHEL5 box 
> running Apache 2.2.3.
> 
> 
>Options FollowSymLinks
>AllowOverride None
>Order Deny,Allow
>Deny from all
> 
> #
> #
> 
>Options FollowSymLinks
>AllowOverride None
>Order Deny,Allow
>Allow from all
> 
> 
> 
> Thank you.
> 
> 
> Regards,
> 
> 
> Cathy
> ---
> Cathy L. Smith
> IT Engineer
> 
> Pacific Northwest National Laboratory
> Operated by Battelle for the
> U.S. Department of Energy
> 
> Phone:  509.375.2687
> Fax:509.375.2330
> Email: cathy.sm...@pnl.gov
> 
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See 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 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 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



[users@httpd] Problem with disabling directory listing

2011-07-01 Thread Smith, Cathy
Hi

I'm having a problem disabling directory listing for my DocumentRoot.  I've 
taken out the Indexes parameter for Options, and I'm still able to list the 
directory.  Here is the section from the httpd.conf.  I'd appreciate it if 
someone could tell me what I need to do differently.  This is a RHEL5 box 
running Apache 2.2.3.


Options FollowSymLinks
AllowOverride None
Order Deny,Allow
Deny from all

#
#

Options FollowSymLinks
AllowOverride None
Order Deny,Allow
Allow from all



Thank you.


Regards,


Cathy
---
Cathy L. Smith
IT Engineer

Pacific Northwest National Laboratory
Operated by Battelle for the
U.S. Department of Energy

Phone:  509.375.2687
Fax:    509.375.2330
Email: cathy.sm...@pnl.gov



-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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



[us...@httpd] Problems with redirect statement

2010-11-08 Thread Smith, Cathy
Folks

I'm having a problem getting a redirect to work properly.  This is RHEL5, 
Apache 2.2.  I need this to redirect to happen:

http://retuning.foo -> http://retuning.foo/training.lms

This url works just fine:
http://retuning.foo/training.lms

It's just the redirect is a problem.  I used this redirect statement:

Redirect Permanent /index.html http://retuning.foo/training/lms/

This gave the following error:

192.168.18.75 - - [08/Nov/2010:14:50:49 -0800] "GET 
/training/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lmstraining/lms
 HTTP/1.1" 404 520

I've tried other forms of the redirect, which resulted in the same error:

Redirect Permanent /retuning.foo http://retuning.foo/training/lms/



Here is the section defining the virtual host from my http.conf:

# retuning.foo

Redirect Permanent /index.html http://retuning.foo/training/lms/
ServerAdmin cathy.sm...@pnl.gov
ServerName retuningtraining.foo
DocumentRoot /apps/retuning/training/www/Root/retuning
ServerAlias retuning
ErrorLog logs/retuning_error_log
CustomLog logs/retuning_access_log common
ScriptAlias /training/lms/cgi-bin/ 
"/apps/retuning/training/www/Root/lms/cgi-bin/"
ScriptAlias /training/cgi-bin/ 
"/apps/retuning/training/www/Root/lms/cgi-bin/"
Alias   /training  "/apps/retuning/training/www/Root"

   AllowOverride All
   Options +FollowSymlinks -Indexes
   Order allow,deny
   Allow from all





Can someone point out what I need to do?

Thanks for your help.


Regards,


Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory

Phone:  509.375.2687
Fax:    509.375.2330
Email: cathy.sm...@pnl.gov




-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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



RE: [us...@httpd] Is /etc/resolve.conf being Used for Apache 2?

2010-05-19 Thread Smith, Cathy
Mary

Did you ever make any progress?  This sounds just like what I ran into when I 
built Apache 2.2.11 from source for RHEL5.4 last summer.  I never did get a 
good solution.  The following worked for me.  In the section for configuring 
the Virtual Host:


   Allow from ALL


   DocumentRoot "/apps/foo"
   ...


The gotcha, though, was this didn't always work and I couldn't figure out why.  
So last month I rebuilt the web server with the Apache 2.2 that comes with 
RHEL5.



Cathy
---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory

Phone:  509.375.2687
Fax:    509.375.2330
Email: cathy.sm...@pnl.gov



-Original Message-
From: Wang, Mary Y [mailto:mary.y.w...@boeing.com] 
Sent: Tuesday, May 18, 2010 7:05 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Is /etc/resolve.conf being Used for Apache 2?

Well.. I'm just trying to make sure that I cover all ends to make sure that a 
DNS alias (a CNAME) is working correctly like I expected. I've having some 
Virtual Host problem... You can see my previous posts with this subject title 
"Struggle with Named Virtual Host - The Second Named Virtual Host Always 
Returns 404 File Not Found Error"..
I'm kind of giving up the idea of working from the httpd.conf that was provided 
by the system.  I'm in the process of just using my Apache 1.3.27 httpd.conf 
and manually migrate it to work Apache 2.0.  Maybe that would be 
easier...Sigh...

Mary


-Original Message-
From: Eric Covener [mailto:cove...@gmail.com] 
Sent: Tuesday, May 18, 2010 6:57 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Is /etc/resolve.conf being Used for Apache 2?

On Tue, May 18, 2010 at 8:53 PM, Wang, Mary Y  wrote:
> Hi,
>
> Is /etc/resolve.conf being used for Apache2 to resolve DNS issues?

Apache calls into your systems resolver, which might be configured by 
/etc/resolv.conf.

Why do you suspect it doesn't? What problem do you have?

--
Eric Covener
cove...@gmail.com

-
The official User-To-User support forum of the Apache HTTP Server Project.
See 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 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 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



RE: [us...@httpd] Struggle with Named Virtual Host - The SecondNamed Virtual HostAlways Returns 404 File Not Found Error

2010-05-17 Thread Smith, Cathy
Mary

I just re-read the first posting, and should have asked if you are running 
Apache 2.0 or Apache 2.2.

Cathy
---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory

Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:55 PM
To: Smith, Cathy; users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The SecondNamed 
Virtual HostAlways Returns 404 File Not Found Error

Cathy,

It came with the system (I didn't build it from source).
Basically, the main virtual host works, but the second virtual host just 
returns the 404 File Not Found Error (even when the file exists in that 
directory and permissions is correct)

Mary


From: Smith, Cathy [mailto:cathy.sm...@pnl.gov]
Sent: Monday, May 17, 2010 8:48 PM
To: Wang, Mary Y; users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The SecondNamed 
Virtual HostAlways Returns 404 File Not Found Error
Mary

Did you build Apache from source or get it as a Red Hat rpm?  I ran into what 
sounds like a similar problem.  I was running RHEL5 and built Apache 2.2.11 
from source.



Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory
Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:44 PM
To: Smith, Cathy; users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error

Cathy,

It's RHEL 3.9.

Mary

____
From: Smith, Cathy [mailto:cathy.sm...@pnl.gov]
Sent: Monday, May 17, 2010 8:40 PM
To: users@httpd.apache.org; Wang, Mary Y
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error
Mary

Did you mention what platform?


Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory
Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:37 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error

I checked.  The -x (execute) bit is turned for other, group and owner.  Any 
other ideas?
Mary


From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: Sunday, May 16, 2010 10:16 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error
Check the permissions for /home/project/tsim/htdocs

Igor
On Mon, May 17, 2010 at 2:16 PM, Tapas Mishra 
mailto:mightydre...@gmail.com>> wrote:
> NameVirtualHost 134.51.151.114:80<http://134.51.151.114:80>
> http://134.51.151.114:80>>
> ServerName 
> devbrass2.ana.bna.boeing.com:80<http://devbrass2.ana.bna.boeing.com:80>
ServerName is where apache2 listens to so do not add :80
It will respond to this ServerName when a request comes on 134.51.151.114 for
devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>
Otherwise you access the site as 
debrass2.ana.bna.boeing.com:80<http://debrass2.ana.bna.boeing.com:80>
> DocumentRoot /usr/brass/www
> ServerAdmin mary.y.w...@boeing.com<mailto:mary.y.w...@boeing.com>
> ErrorLog logs/error_log
You can have some more meaningful name devbrass2_error_log (This is
not related to your problem)
> CustomLog logs/access_log combined
Here also devbrass2_access_log
> LogLevel debug
> 
> http://134.51.151.114:80>>
> ServerName 
> download-devbrass2.ana.bna.boeing.com:80<http://download-devbrass2.ana.bna.boeing.com:80>
Similarly here.
> DocumentRoot /home/project/tsim/htdocs
> ServerAdmin mary.y.w...@boeing.com<mailto:mary.y.w...@boeing.com>
> ErrorLog logs/error_log
Similarly download-devbrass2_error_log
> CustomLog logs/access_log combined
Here also download-devbrass2_access_log
> LogLevel debug
> 
>
> When I try to access 
> download-devbrass2.ana.bna.boeing.com<http://download-devbrass2.ana.bna.boeing.com>,
>  I got this
> error  "Not Found
>
> The requested URL / was not found on this server.

> Additionally, a 404 Not Found error was encountered while trying to use an
> ErrorDocument to handle the request" . /home/project/tsim/htdocs/index.html
> does exist in that directory.  When I put this "DocumentRoot
> /home/project/tsim/htdocs" for 
> devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>, it 
> returned the
> index.html with no problem at all.  That was why made the conclusion, my
> virtual host containe

RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named Virtual HostAlways Returns 404 File Not Found Error

2010-05-17 Thread Smith, Cathy
Mary

Did you build Apache from source or get it as a Red Hat rpm?  I ran into what 
sounds like a similar problem.  I was running RHEL5 and built Apache 2.2.11 
from source.



Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory

Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:44 PM
To: Smith, Cathy; users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error

Cathy,

It's RHEL 3.9.

Mary


From: Smith, Cathy [mailto:cathy.sm...@pnl.gov]
Sent: Monday, May 17, 2010 8:40 PM
To: users@httpd.apache.org; Wang, Mary Y
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error
Mary

Did you mention what platform?


Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory
Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:37 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error

I checked.  The -x (execute) bit is turned for other, group and owner.  Any 
other ideas?
Mary


From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: Sunday, May 16, 2010 10:16 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error
Check the permissions for /home/project/tsim/htdocs

Igor
On Mon, May 17, 2010 at 2:16 PM, Tapas Mishra 
mailto:mightydre...@gmail.com>> wrote:
> NameVirtualHost 134.51.151.114:80<http://134.51.151.114:80>
> http://134.51.151.114:80>>
> ServerName 
> devbrass2.ana.bna.boeing.com:80<http://devbrass2.ana.bna.boeing.com:80>
ServerName is where apache2 listens to so do not add :80
It will respond to this ServerName when a request comes on 134.51.151.114 for
devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>
Otherwise you access the site as 
debrass2.ana.bna.boeing.com:80<http://debrass2.ana.bna.boeing.com:80>
> DocumentRoot /usr/brass/www
> ServerAdmin mary.y.w...@boeing.com<mailto:mary.y.w...@boeing.com>
> ErrorLog logs/error_log
You can have some more meaningful name devbrass2_error_log (This is
not related to your problem)
> CustomLog logs/access_log combined
Here also devbrass2_access_log
> LogLevel debug
> 
> http://134.51.151.114:80>>
> ServerName 
> download-devbrass2.ana.bna.boeing.com:80<http://download-devbrass2.ana.bna.boeing.com:80>
Similarly here.
> DocumentRoot /home/project/tsim/htdocs
> ServerAdmin mary.y.w...@boeing.com<mailto:mary.y.w...@boeing.com>
> ErrorLog logs/error_log
Similarly download-devbrass2_error_log
> CustomLog logs/access_log combined
Here also download-devbrass2_access_log
> LogLevel debug
> 
>
> When I try to access 
> download-devbrass2.ana.bna.boeing.com<http://download-devbrass2.ana.bna.boeing.com>,
>  I got this
> error  "Not Found
>
> The requested URL / was not found on this server.

> Additionally, a 404 Not Found error was encountered while trying to use an
> ErrorDocument to handle the request" . /home/project/tsim/htdocs/index.html
> does exist in that directory.  When I put this "DocumentRoot
> /home/project/tsim/htdocs" for 
> devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>, it 
> returned the
> index.html with no problem at all.  That was why made the conclusion, my
> virtual host containers configuration only works for the 1st virtual
> host container (the default host).
>
> Both devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com> and 
> download-devbrass2.ana.bna.boeing.com<http://download-devbrass2.ana.bna.boeing.com>
> have been registered as a DNS 
> (download-devbrass2.ana.bna.boeing.com<http://download-devbrass2.ana.bna.boeing.com>
>  is
> registered as an alias to 
> devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>).
>
> Here is the returned status form apachectl -S:
>
> apachectl -S
> /usr/sbin/apachectl: line 33: LD_ASSUME_KERNEL: command not found
> VirtualHost configuration:
> 134.51.151.114:80<http://134.51.151.114:80>  is a NameVirtualHost
>  default server 
> devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>
> (/etc/httpd/conf/httpd.conf:272)
>  port 80 namevhost 
> devbrass2.ana.bna.boeing.com<http://devbrass2.ana.bna.boeing.com>
> (/etc/httpd/conf/h

RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named Virtual HostAlways Returns 404 File Not Found Error

2010-05-17 Thread Smith, Cathy
Mary

Did you mention what platform?


Cathy

---
Cathy L. Smith
IT Engineer
Pacific Northwest National Laboratory

Phone:  509.375.2687
Fax:509.375.2330
Email: cathy.sm...@pnl.gov


From: Wang, Mary Y [mailto:mary.y.w...@boeing.com]
Sent: Monday, May 17, 2010 8:37 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error

I checked.  The -x (execute) bit is turned for other, group and owner.  Any 
other ideas?
Mary


From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: Sunday, May 16, 2010 10:16 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Struggle with Named Virtual Host - The Second Named 
Virtual HostAlways Returns 404 File Not Found Error
Check the permissions for /home/project/tsim/htdocs

Igor
On Mon, May 17, 2010 at 2:16 PM, Tapas Mishra 
mailto:mightydre...@gmail.com>> wrote:
> NameVirtualHost 134.51.151.114:80
> http://134.51.151.114:80>>
> ServerName 
> devbrass2.ana.bna.boeing.com:80
ServerName is where apache2 listens to so do not add :80
It will respond to this ServerName when a request comes on 134.51.151.114 for
devbrass2.ana.bna.boeing.com
Otherwise you access the site as 
debrass2.ana.bna.boeing.com:80
> DocumentRoot /usr/brass/www
> ServerAdmin mary.y.w...@boeing.com
> ErrorLog logs/error_log
You can have some more meaningful name devbrass2_error_log (This is
not related to your problem)
> CustomLog logs/access_log combined
Here also devbrass2_access_log
> LogLevel debug
> 
> http://134.51.151.114:80>>
> ServerName 
> download-devbrass2.ana.bna.boeing.com:80
Similarly here.
> DocumentRoot /home/project/tsim/htdocs
> ServerAdmin mary.y.w...@boeing.com
> ErrorLog logs/error_log
Similarly download-devbrass2_error_log
> CustomLog logs/access_log combined
Here also download-devbrass2_access_log
> LogLevel debug
> 
>
> When I try to access 
> download-devbrass2.ana.bna.boeing.com,
>  I got this
> error  "Not Found
>
> The requested URL / was not found on this server.

> Additionally, a 404 Not Found error was encountered while trying to use an
> ErrorDocument to handle the request" . /home/project/tsim/htdocs/index.html
> does exist in that directory.  When I put this "DocumentRoot
> /home/project/tsim/htdocs" for 
> devbrass2.ana.bna.boeing.com, it 
> returned the
> index.html with no problem at all.  That was why made the conclusion, my
> virtual host containers configuration only works for the 1st virtual
> host container (the default host).
>
> Both devbrass2.ana.bna.boeing.com and 
> download-devbrass2.ana.bna.boeing.com
> have been registered as a DNS 
> (download-devbrass2.ana.bna.boeing.com
>  is
> registered as an alias to 
> devbrass2.ana.bna.boeing.com).
>
> Here is the returned status form apachectl -S:
>
> apachectl -S
> /usr/sbin/apachectl: line 33: LD_ASSUME_KERNEL: command not found
> VirtualHost configuration:
> 134.51.151.114:80  is a NameVirtualHost
>  default server 
> devbrass2.ana.bna.boeing.com
> (/etc/httpd/conf/httpd.conf:272)
>  port 80 namevhost 
> devbrass2.ana.bna.boeing.com
> (/etc/httpd/conf/httpd.conf:272)
>  port 80 namevhost 
> download-devbrass2.ana.bna.boeing.com
> (/etc/httpd/conf/httpd.conf:285)
> Syntax OK
>
> Thanks in advance.
>
> Mary
>
> 
> From: Igor Cicimov [mailto:icici...@gmail.com]
> Sent: Sunday, May 16, 2010 8:04 PM
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Struggle with Named Virtual Host - The Second
> Named Virtual HostAlways Returns 404 File Not Found Error
>
> Post the relevant section of the config please so we can help you if you are
> missing something.
>
> Igor
>
> On Mon, May 17, 2010 at 12:38 PM, Wang, Mary Y 
> mailto:mary.y.w...@boeing.com>>
> wrote:
>>
>> Oh..  apachectl -S shows it's a valid 80 namevhost.  The virtual host name
>> has already been registered as a DNS (alias).  Just read another post about
>> it, someone mentioned about adding the name to the /etc/hosts, and that
>> didn't help either.
>>
>> Still searching for a solution...
>>
>> Mary
>>
>>
>>
>> -Original Message-
>> From: Wang, Mary Y
>> Sent: Sunday, May 16, 2010 5:58 PM
>> To: users@httpd.apache.org