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

2009-12-09 Thread Norman Peelman
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

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

2009-12-09 Thread Brian Gaber
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.

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

2009-12-09 Thread Eric Covener
On Wed, Dec 9, 2009 at 8:18 AM, Brian Gaber brian.ga...@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