Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-31 Thread Brian Munroe
On 8/30/07, Eric Gorr [EMAIL PROTECTED] wrote: I am also assuming that if I install Apache2, I would no longer be able to use the Sharing panel to turn the server on/off and would need to do so from the command line. I can't imagine this is terribly difficult...I just don't know the

[EMAIL PROTECTED] Apache under MacOSX 10.4.10 (was Re: [EMAIL PROTECTED] logging incomming traffic)

2007-08-30 Thread Eric Gorr
On Aug 30, 2007, at 10:55 AM, Joshua Slive wrote: On 8/30/07, Eric Gorr [EMAIL PROTECTED] wrote: Sorry, I should have mentioned that I am using Apache 1.3.33 which is the default server under MacOSX. Then go ahead and pull out your network sniffer, since this obsolete version doesn't have

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10 (was Re: [EMAIL PROTECTED] logging incomming traffic)

2007-08-30 Thread Dragon
Eric Gorr wrote: On Aug 30, 2007, at 10:55 AM, Joshua Slive wrote: On 8/30/07, Eric Gorr [EMAIL PROTECTED] wrote: Sorry, I should have mentioned that I am using Apache 1.3.33 which is the default server under MacOSX. Then go ahead and pull out your network sniffer, since this obsolete

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-30 Thread Eric Gorr
On Aug 30, 2007, at 12:53 PM, Dragon wrote: Eric Gorr wrote: On Aug 30, 2007, at 10:55 AM, Joshua Slive wrote: On 8/30/07, Eric Gorr [EMAIL PROTECTED] wrote: Sorry, I should have mentioned that I am using Apache 1.3.33 which is the default server under MacOSX. Then go ahead and pull

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-30 Thread Dragon
Eric Gorr sent the message below at 10:01 8/30/2007: Yes, I am sure I can build and install it from source without any trouble. What I am uncertain of however is how to get the machine to launch the Apache2 webserver as opposed to the the default one installed on the system. I am also

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-30 Thread paredes
Apache2.2.4 builds without a problem on OS-X. To use the control panel we use the following: Edit /usr/local/apache2/httpd.conf to change default location of the PID file from: PidFile /usr/local/apache2/logs/httpd.pid to: PidFile /private/var/run/httpd.pid Link /usr/sbin/apachectl to