[us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
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

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
@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

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
://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

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-10 Thread Wang, Mary Y
The directory /usr/brass/www/projects/ms-tools-charts/ exists on your server? What should be the index page there? From: Wang, Mary Y mary.y.w...@boeing.com To: users@httpd.apache.org users@httpd.apache.org Sent: Fri, April 9, 2010 9:43:47 PM Subject: RE: [us

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-10 Thread Wang, Mary Y
...@gmail.com] Sent: Saturday, April 10, 2010 10:49 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] The requested URL was not found on this server - Scratch my head On Sat, Apr 10, 2010 at 1:31 PM, Wang, Mary Y mary.y.w...@boeing.com wrote: Thanks for the reply. There is a filename called

[us...@httpd] Alias, Virtual Host and 500 Internal Server Error

2010-04-22 Thread Wang, Mary Y
Hi, I'm encountering some problems here and hope someone can help me to solve them. I've researched many blogs and lists and couldn't find an answer. I have declare a virtual host for download-example2.com which has the same IP as example2.com. (1) I also declared an Alias (see below) so that

RE: [us...@httpd] Alias, Virtual Host and 500 Internal Server Error

2010-04-22 Thread Wang, Mary Y
, 2010 11:55 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Alias, Virtual Host and 500 Internal Server Error On 4/22/10 1:29 PM, Wang, Mary Y wrote: ... Apache/1.3.27 Apache doesn't typically misrepresent itself. I'd look into this first. Trace the IPs

[us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Wang, Mary Y
Hi, I've two name-based virtual hosts defined (two name web sites on a single IP address). I only requested one SSL certificate for the main site. My application is running on the main site first and goes to the second site when user's click on a specific button. Whenever the URL points to

RE: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Wang, Mary Y
Virtual Hosts : Two SSL Certificates? On 04/24/2010 11:07 AM, Wang, Mary Y wrote: Hi, I've two name-based virtual hosts defined (two name web sites on a single IP address). I only requested one SSL certificate for the main site. My application is running on the main site first and goes

[us...@httpd] Alias and HTTP 404 Not Found Error - But the file is THERE!

2010-04-25 Thread Wang, Mary Y
Hi, I've been struggling with the following problem for two hours already, and read posts, blogs, lists and Migration docs. People suggested different things. I'm in the process of migrating from Apache 1.3.x to Apache 2.0.46. The code listed below in the httpd.conf used to work on Apache

RE: [us...@httpd] Alias and HTTP 404 Not Found Error - But the file is THERE!

2010-04-25 Thread Wang, Mary Y
Oops.. I made an error in my email. When the URL goes there https://download-devtest2.ana.bna.boeing.com/test-download/devtest2-1/excel_download_error.bmp;.. I got the 404 File Not Found error. Mary -Original Message- From: Wang, Mary Y Sent: Sunday, April 25, 2010 7:58 AM To: users

[us...@httpd] Virtual Hosts Problem - option '-S' to verify your virtual host configuration

2010-05-03 Thread Wang, Mary Y
Hi, I'm having some virtual hosts configuration problems. In the httpd.conf, it says You may use the command line option '-S' to verify your virtual host configuration . What command do I use with this option '-S' to debug? Any ideas. Thanks in advance. Mary

RE: [us...@httpd] Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-03 Thread Wang, Mary Y
: Monday, May 03, 2010 11:09 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration httpd -S Frank. On 03/05/2010 1:57 PM, Wang, Mary Y wrote: Hi, I'm having some virtual hosts configuration problems

RE: [us...@httpd] Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-04 Thread Wang, Mary Y
Thanks for those who responded to my question. I was able to get the information by using /usr/sbin/http -Sand apachectl -S BTW - I noticed that when I post a real short question, I receive more responses ;-). Mary -Original Message- From: Wang, Mary Y Sent: Monday, May 03, 2010

RE: [us...@httpd] Virtual Hosts Problem - option '-S' to verifyyourvirtual host configuration

2010-05-04 Thread Wang, Mary Y
Oops. That was /usr/sbin/httpd -S and apachectl -S . . . Mary -Original Message- From: Wang, Mary Y Sent: Tuesday, May 04, 2010 5:07 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Virtual Hosts Problem - option '-S' to verifyyourvirtual host configuration Thanks

[us...@httpd] Port 80 and 443 Running Name Based Virtual Host on a Single IP Address - need an example

2010-05-04 Thread Wang, Mary Y
Hi, How do I declare a port 80 and port 443 name-based virtual host on a single IP address? For example: I've two aliases (CNAMES) are pointing to same machine in DNS. I want www.example1.com to be main server configuration. www.example1.com - port 443 www.example2.com - port 80 and both of

RE: [us...@httpd] Port 80 and 443 Running Name Based Virtual Host on a Single IP Address - need an example

2010-05-06 Thread Wang, Mary Y
, 2010 at 11:11 AM, Wang, Mary Y mary.y.w...@boeing.commailto:mary.y.w...@boeing.com wrote: Hi, How do I declare a port 80 and port 443 name-based virtual host on a single IP address? For example: I've two aliases (CNAMES) are pointing to same machine in DNS. I want www.example1.comhttp

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

2010-05-16 Thread Wang, Mary Y
Hi, I've been struggling with Apache 2 named virtual hosts for a while that I've defined in the httpd.conf. The second named virtual host never works, it always returns the 404 file not found error. The DocumentRoot I declared for the second named virtual is correct, because when I put that

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

2010-05-16 Thread Wang, Mary Y
-Original Message- From: Wang, Mary Y Sent: Sunday, May 16, 2010 5:58 PM To: users@httpd.apache.org Subject: [us...@httpd] Struggle with Named Virtual Host - The Second Named Virtual HostAlways Returns 404 File Not Found Error Hi, I've been struggling with Apache 2 named virtual

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

2010-05-16 Thread Wang, Mary Y
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 mary.y.w...@boeing.commailto:mary.y.w...@boeing.com

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

2010-05-17 Thread Wang, Mary Y
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 mary.y.w

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

2010-05-17 Thread Wang, Mary Y
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 mary.y.w...@boeing.commailto:mary.y.w...@boeing.com wrote: Oh.. apachectl -S shows it's a valid 80 namevhost. The virtual host name has already been registered

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

2010-05-17 Thread Wang, Mary Y
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

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

2010-05-17 Thread Wang, Mary Y
: 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

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

2010-05-17 Thread Wang, Mary Y
Cathy. I'm running httpd-2.0.46 Mary From: Smith, Cathy [mailto:cathy.sm...@pnl.gov] Sent: Monday, May 17, 2010 9:07 PM To: Wang, Mary Y; users@httpd.apache.org Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The SecondNamed Virtual HostAlways

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

2010-05-17 Thread Wang, Mary Y
Could any kind of Directory directive would cause this kind of behavior? Mary From: Wang, Mary Y Sent: Monday, May 17, 2010 9:09 PM To: Smith, Cathy; users@httpd.apache.org Subject: RE: [us...@httpd] Struggle with Named Virtual Host - The SecondNamed Virtual

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

2010-05-17 Thread Wang, Mary Y
this behavior ( I mean may be not the Virtual Host container)? Mary From: Peter J Milanese [mailto:pmilan...@nypl.org] Sent: Monday, May 17, 2010 9:18 PM To: users; Wang, Mary Y Subject: Re: [us...@httpd] Struggle with Named Virtual Host - The SecondNamedVirtual

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

2010-05-18 Thread Wang, Mary Y
set for the download domain? On Tue, May 18, 2010 at 2:30 PM, Wang, Mary Y mary.y.w...@boeing.commailto:mary.y.w...@boeing.com wrote: Hmm.. It's getting interesting.. I reversed the order of the virtual host containers, and so now download-devbrass2 is the first virtual host and devbrass2

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

2010-05-18 Thread Wang, Mary Y
Hi, Is /etc/resolve.conf being used for Apache2 to resolve DNS issues? Thanks 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

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

2010-05-18 Thread Wang, Mary Y
-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 mary.y.w...@boeing.com wrote: Hi, Is /etc

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

2010-05-19 Thread Wang, Mary Y
- From: Wang, Mary Y Sent: Sunday, May 16, 2010 5:58 PM To: users@httpd.apache.org Subject: [us...@httpd] Struggle with Named Virtual Host - The Second Named Virtual HostAlways Returns 404 File Not Found Error Hi, I've been struggling with Apache 2 named virtual hosts for a while that I've defined

[us...@httpd] IE 6 Won't Open Any Office Documents in the Browser

2010-06-07 Thread Wang, Mary Y
Hi, After I upgraded my web server to Apache 2.x, and I'm encountering a strange problem. The IE browser won't open any documents in Office (.txt and .jpg files will open). Everything works fine on Firefox. I've not changed any source code except the new Apache stuff. Can I alter this

[us...@httpd] RE: IE 6 Won't Open Any Office Documents in the Browser

2010-06-07 Thread Wang, Mary Y
The problem has been solved. I read some posts online. It turned out the Single Sign On configuration was set to 'no-cache' and wasn't from httpd.conf. Mary -Original Message- From: Wang, Mary Y Sent: Monday, June 07, 2010 12:03 PM To: users@httpd.apache.org Subject: [us...@httpd

RE: [us...@httpd] File uploads not working for quite small files (~20 KB)

2010-06-18 Thread Wang, Mary Y
What did you define for post_max_size in php.ini? I recall memory_limit could also affect file upload. After you make a change, make sure that you restart apache server. Mary From: Baljeet Nijjhar [mailto:baljeet.nijj...@googlemail.com] Sent: Friday, June 18,

RE: [us...@httpd] File uploads not working for quite small files (~20 KB)

2010-06-18 Thread Wang, Mary Y
?) Is there any error logging I can look at - it seems to fail so silently. thanks, Baljeet On Fri, Jun 18, 2010 at 4:32 PM, Wang, Mary Y mary.y.w...@boeing.commailto:mary.y.w...@boeing.com wrote: What did you define for post_max_size in php.ini? I recall memory_limit could also affect file

[users@httpd] mod_include.so: undefined symbol: ap_escape_html2 Error

2011-10-01 Thread Wang, Mary Y
After a system upgrade, I'm unable to start the Apache server anymore. Using the following command to start Apache server 'httpd -f /opt/csvn/data/conf/httpd.conf -k start' , I got the following error: httpd: Syntax error on line 20 of /opt/csvn/data/conf/httpd.conf: Cannot load

[users@httpd] httpd Will Not Start ....

2011-10-01 Thread Wang, Mary Y
I'm confused. I issued the following command to start httpd, but no error and informational message displayed. Of course, there is no httpd process. '/opt/csvn/bin/httpd -f /opt/csvn/data/conf/httpd.conf -k start' When I looked at the error log file, the only thing that I saw was a warning

RE: [users@httpd] httpd Will Not Start ....

2011-10-01 Thread Wang, Mary Y
Thanks for the help. The -e loglevel didn't provide any additional information either. I thought this URL provided some help http://www.gossamer-threads.com/lists/apache/users/298741 and when I used the 'netstat -an | grep LISTEN', I got the following, and I don't see the port 443. [1 17:16

RE: [users@httpd] httpd Will Not Start ....

2011-10-01 Thread Wang, Mary Y
Oops. The httpd version is Apache/2.2.15. From: Wang, Mary Y Sent: Saturday, October 01, 2011 5:25 PM To: users@httpd.apache.org Subject: RE: [users@httpd] httpd Will Not Start Thanks for the help. The -e loglevel didn't provide any additional

RE: [users@httpd] httpd Will Not Start ....

2011-10-01 Thread Wang, Mary Y
@httpd.apache.org; Wang, Mary Y Subject: Re: [users@httpd] httpd Will Not Start On 10/1/2011 7:30 PM, Wang, Mary Y wrote: Oops. The httpd version is Apache/2.2.15. Any ideas on what I can do next? My head is spinnning. Everything used to work until we have a system upgrade. All the files

[users@httpd] Subversion Edge Apache Server Won't Start

2012-09-16 Thread Wang, Mary Y
Hi, The Subversion server moved to another site this weekend, and of course, the IP address has been changed. I tried to start the Subversion Edge Apache server, it won't start anymore. Prior to the site move, everything worked fine. I did the following: ./csvn-httpd start The system came