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
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
-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
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
# 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
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
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
> 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
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
-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
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-
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
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
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
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
-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
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
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
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
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
-
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
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
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
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
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:
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
26 matches
Mail list logo