Re: [us...@httpd] Virtual Servers Help

2010-12-16 Thread Craig A. James
On 12/16/10 12:18 PM, Afsar Mohiuddin wrote: I created a personal log checking access every hour. However, there is no pattern. Firewalls have same settings for other machines too but those machines are stand alones and have no virtual servers. CNAME are correct. Access log has GETs are gettin

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Thanks Tony, this was a very useful reply, yes I am getting OUTPUT and I left it running for more than 8 hours and it just kept going. Here is my config.nice CC="cc"; export CC CFLAGS="-O2"; export CFLAGS "./configure" \ "--prefix=/almptdbos1/app/apache_2.2.17" \ "--with-included-apr" \ "--enable

Re: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Bill Gradwohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 02:52 PM, Joost de Heer wrote: > localhost isn't in the ServerName/-Alias, so the first (default) host is > used, and the documentroot for that host is /var/www/html. A reference > to /common/style.css will result in a request for the fil

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
Rohit Well... configure produces OUTPUT which tells you what it's doing... Are you getting OUTPUT??? Various components of Apache (APR, APR-UTIL, etc.) will run their own configure... ...which look like a "repeat" of the various configure tests...but it's not. I just ran my "configure and bui

Re: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Joost de Heer
# Below are all the real virtual host definitions. ServerAdmin x...@ycc.com DocumentRoot /var/www/html/roatanbakery.com ServerName roatanbakery.com ServerAlias www.roatanbakery.com When I use Firefox via http://localhost/roatanbakery.com/ , the page comes up broken with no

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 3:36 PM, Goel, Rohit wrote: > Thanks, also as per my knowledge the log for configure is config.log > available inside httpd-2.2.17 folder. After I run the configure command > initially there is some information written in that log but nothing afer > that, is that ok? Is

RE: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Afsar Mohiuddin
Frank is right. Don't put under the same folder. Create separate path for each and correct all DocumentRoot reference to your base. > Date: Thu, 16 Dec 2010 14:34:20 -0600 > From: b...@ycc.com > To: users@httpd.apache.org > Subject: Re: [us...@httpd] DocumentRoot isn't the root for an absolute

Re: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Eric Covener
> When I use Firefox via http://localhost/roatanbakery.com/ , the page > comes up broken with no css and no ssi's working. This is working as designed, you're hitting the default virtualhost because your client is NOT asking for the hostname "rotanbakery.com". Mock this up in your hosts file and

RE: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Thanks, also as per my knowledge the log for configure is config.log available inside httpd-2.2.17 folder. After I run the configure command initially there is some information written in that log but nothing afer that, is that ok? Is there any other log which I can see to understand whats happe

Re: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Bill Gradwohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 02:08 PM, Frank Gingras wrote: > > Best not to use overlapping DocumentRoot paths in different vhosts. > > Frank. Please elaborate. I don't understand why this should be so. If the base for vhosts is /var/www/html then having them all

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 3:16 PM, Goel, Rohit wrote: > Thanks for that but the reason I am asking for how much time it takes is > because mine just goes on and on for hours and looks like there is no end to > it. I am using the following configure command: With CONFIG_SHELL=/bin/bash and --with-

RE: [us...@httpd] Virtual Servers Help

2010-12-16 Thread Afsar Mohiuddin
I created a personal log checking access every hour. However, there is no pattern. Firewalls have same settings for other machines too but those machines are stand alones and have no virtual servers. CNAME are correct. Access log has GETs are getting 200s. Everything looks normal. I get no re

RE: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Thanks for that but the reason I am asking for how much time it takes is because mine just goes on and on for hours and looks like there is no end to it. I am using the following configure command: CC="cc" CFLAGS="-O2" \ ./configure --prefix=/almptdbos1/app/apache_2.2.17 \ --enable-auth-anon=sha

Re: [us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Frank Gingras
On 12/16/2010 03:06 PM, Bill Gradwohl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Given the following in the httpd.conf file on a development machine that is NOT the real web server for the domains: NameVirtualHost *:80 ServerAdmin x...@ycc.com DocumentRoot /var/www/html

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 2:57 PM, Goel, Rohit wrote: > Hi Tony, > Thanks for the reply, usually in how much time does the configure complete? > It can take a very long time with the default shell on AIX, you might find it useful to run configure with the following in your environment: CONFIG_SHEL

[us...@httpd] DocumentRoot isn't the root for an absolute reference.

2010-12-16 Thread Bill Gradwohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Given the following in the httpd.conf file on a development machine that is NOT the real web server for the domains: NameVirtualHost *:80 ServerAdmin x...@ycc.com DocumentRoot /var/www/html ServerName _default_ AllowOverride

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Hi Tony, Thanks for the reply, usually in how much time does the configure complete? Thanks Rohit -Original Message- From: Bennett, Tony [mailto:bennett.t...@con-way.com] Sent: Thursday, December 16, 2010 1:50 PM To: users@httpd.apache.org Subject: [us...@httpd] RE: Apache Configure go

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
Here's how we issue configure on AIX 5.3 (and 6.1) with Apache 2.2.10, bearing in mind we were using IBM's "C for AIX", which necessitated specifying CC=xlc_r and CPPFLAGS=-D_THREAD_SAFE. Here's the contents of config.nice: CC="xlc_r"; export CC CPPFLAGS="-D_THREAD_SAFE

Re: [us...@httpd] Virtual Servers Help

2010-12-16 Thread Craig A. James
On 12/16/10 10:34 AM, Afsar Mohiuddin wrote: I am using Apche 2.2.0. I have 4 virtual servers running on it. This server is in DMZ. All servers are accessible from inside the firewalls 24x7 but from outside, sometimes it on and sometimes it is off. I couldn't figure this out. There are no erro

[us...@httpd] Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Hi, I am trying to install Apache 2.2.17 on AIX 5.3, when I run the configure command it is going into infinite loop checking for the configuration again and again. Can anyone help me with this. The configure command is : ./configure --prefix=/almptdbos1/app/apache_2.2.17 Thanks Rohit -

[us...@httpd] How to get the webpage modifications displayed without Apache being Restated

2010-12-16 Thread Varuna Seneviratna
I am Using Apache 2.2.17. I have installed apache as a console aplication.The problem is every time I make a change to a web page I have to restart apache to reflect that change in the web page.Is there a configuration setting to be done to make apache to display the changes without being restated

[us...@httpd] Virtual Servers Help

2010-12-16 Thread Afsar Mohiuddin
Hello Everyone, I am using Apche 2.2.0. I have 4 virtual servers running on it. This server is in DMZ. All servers are accessible from inside the firewalls 24x7 but from outside, sometimes it on and sometimes it is off. I couldn't figure this out. There are no errors in error.log. I appr

Re: [us...@httpd] Re: mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-16 Thread William A. Rowe Jr.
On 12/16/2010 4:06 AM, LiuYan 刘研 wrote: > William A. Rowe Jr. rowe-clan.net> writes: > >> >> On 12/1/2010 9:31 AM, LiuYan 刘研 wrote: >>> Recently I setup Apache-2.2.17 on Windows Server 2003, and config viewvc in > CGI >>> mode, viewvc works fine except browsing repository entry which contains

Re: [us...@httpd] Apache2 | mod_ssl

2010-12-16 Thread Joost de Heer
On Thu, December 16, 2010 14:19, King Holger (CI/AFP2) wrote: > Hi Apache2 community, > > when enabling SSL for Apache2 we get an error during startup telling us, > the private key could not be found: > [Tue Nov 23 20:04:53 2010] [error] Init: Private key not found > [Tue Nov 23 20:04:53 2010] [err

[us...@httpd] Apache2 | mod_ssl

2010-12-16 Thread King Holger (CI/AFP2)
Hi Apache2 community, when enabling SSL for Apache2 we get an error during startup telling us, the private key could not be found: [Tue Nov 23 20:04:53 2010] [error] Init: Private key not found [Tue Nov 23 20:04:53 2010] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:

[us...@httpd] Re: mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-16 Thread LiuYan 刘研
William A. Rowe Jr. rowe-clan.net> writes: > > On 12/1/2010 9:31 AM, LiuYan 刘研 wrote: > > Recently I setup Apache-2.2.17 on Windows Server 2003, and config viewvc in CGI > > mode, viewvc works fine except browsing repository entry which contains Chinese > > characters, it will return HTTP 40