Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: A patch for Complete Apache installations' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: A patch for Complete Apache installations
Authored by: Tetonne on Sep 18, '05 07:51:13AM

ok I made everything
everything seems to be ok
after what must have do to have a Apache 2 work :-)
sorry for that stupid question but when i compare serverlogictic 2.0 folder and the created one there are differences :-)

help needed



[ Reply to This | # ]
10.4: A patch for Complete Apache installations
Authored by: jtalle on Nov 12, '05 12:10:28PM

With the recent release of Apache 2.0.55, I was able to use the source to install the newer version over Complete Apache. Compile it with the appropriate modifications seen with the PREFIX information in the install guide.

$ ./configure --prefix=/Library/Apache2
$ make
$ make install
$ /Library/Apache2/bin/apachectl start

To get the information on which switches to configure, see
./configure --help

Check the error logs if it won't start up - - I was able to get mine running by commenting out a few lines in the DSO section of the httpd.conf

Tally ho!



[ Reply to This | # ]