Re: [EMAIL PROTECTED] Re: Trouble starting Apache HTTP Server

2007-05-03 Thread Raju Chandran
Thank you very much Robert for your tips. The built-in Apache server with MacOs was conflicting with my configuration and setup. I changed to my Apache bin directory and fired : a) ./apachectl -f /conf/httpd.conf for starting and b) ./apachectl -f /conf/httpd.conf -k stop for stopping After th

[EMAIL PROTECTED] Re: Trouble starting Apache HTTP Server

2007-04-25 Thread Robert T Wyatt
Raju Chandran wrote: > Hi all, > I am trying to configure my standalone Apache server 2.2 in my Mac OS > > I am able to compile and install Apache HTTP Server 2.2.4 source tree > (downloaded for UNix) for my Mac OS server without enabling any features > (modules) > > I followed the guidelines giv

[EMAIL PROTECTED] Re: Trouble starting Apache HTTP Server

2007-04-25 Thread Raju Chandran
Hi all, I am able to compile all modules as DSO using ./configure --prefix=PREFIX --enable-mods-shared=all its now creating all the modules (.so extension) under the modules directory. Now I am again trying to start my server using 'httpd' But this time I am getting error like this : httpd -