You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Brian Gaber <Br...@tpsgc-pwgsc.gc.ca> on 2009/12/09 14:18:55 UTC

[users@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

	Compiled using this environment:

export CC="xlc -q64"
export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE
-DFUNCPROTO=15 -O -I/opt/freeware/include"
export CXX="xlC"
export CXXFLAGS=$CFLAGS
export LD=ld
export LDFLAGS="-L/opt/freeware/lib"
export OBJECT_MODE=64

	Compiled and installed fine without errors.  Using default
httpd.conf only changed ServerName.  Start using "apachectl start" and
it starts fine.  ps -ef | grep httpd shows httpd process.  error_log
shows start up, however, when I try to connect from a browser the
error_log records nothing and the browser reports, "The Page Cannot Be
Displayed".

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

Posted by Brian Gaber <Br...@tpsgc-pwgsc.gc.ca>.
> Did you ensure that the Listen directive is set?

I left the default which is:

Listen 80

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

Posted by Norman Peelman <np...@cfl.rr.com>.
Brian Gaber wrote:
> 	Compiled using this environment:
>
> export CC="xlc -q64"
> export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE
> -DFUNCPROTO=15 -O -I/opt/freeware/include"
> export CXX="xlC"
> export CXXFLAGS=$CFLAGS
> export LD=ld
> export LDFLAGS="-L/opt/freeware/lib"
> export OBJECT_MODE=64
>
> 	Compiled and installed fine without errors.  Using default
> httpd.conf only changed ServerName.  Start using "apachectl start" and
> it starts fine.  ps -ef | grep httpd shows httpd process.  error_log
> shows start up, however, when I try to connect from a browser the
> error_log records nothing and the browser reports, "The Page Cannot Be
> Displayed".
>
> ---------------------------------------------------------------------
> 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-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>   
  Did you ensure that the Listen directive is set?


-- 
Norman Registered Linux user #461062 -Have you been to www.apache.org yet?-

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

Posted by Eric Covener <co...@gmail.com>.
On Wed, Dec 9, 2009 at 8:18 AM, Brian Gaber
<Br...@tpsgc-pwgsc.gc.ca> wrote:
>
>        Compiled using this environment:
>
> export CC="xlc -q64"
> export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE
> -DFUNCPROTO=15 -O -I/opt/freeware/include"
> export CXX="xlC"
> export CXXFLAGS=$CFLAGS
> export LD=ld
> export LDFLAGS="-L/opt/freeware/lib"
> export OBJECT_MODE=64
>

Search for "aix_xlc_optimization.patch" for the workaround

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org