<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Forum: Apache - Recent Topics</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: Apache - Recent Topics</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:49:32 +0000</pubDate>

<item>
<title>aurora72 on "cPanel on Mac OS (even on PowerPC)"</title>
<link>http://diymacserver.com/forum/topic/cpanel-on-mac-os-even-on-powerpc#post-2560</link>
<pubDate>Fri, 27 Jan 2012 10:05:26 +0000</pubDate>
<dc:creator>aurora72</dc:creator>
<guid isPermaLink="false">2560@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I'm about to sell my Mac mini G4 (ie with the PowerPC processor) to friend. On that Mac mini, I have installed &#60;/p&#62;
&#60;p&#62;PHP Version 5.4.0RC5-dev&#60;br /&#62;
MySQL 5.1.40&#60;br /&#62;
Apache 2.2.21&#60;/p&#62;
&#60;p&#62;successfully, and many popular PHP apss run pefrectly on this machine.&#60;/p&#62;
&#60;p&#62;But, the friend ahs asked if the cPanel can be installed and run on it.&#60;br /&#62;
Surely, there are many Web Management software like WebMin and other but he is accustomed to cPanel, and naturally asks for cPanel.&#60;/p&#62;
&#60;p&#62;I've tried the &#34;How to install cPanel/WHM on a fresh installation of Linux - WHM Setup Tutorials) at &#60;a href=&#34;http://www.youtube.com/watch?v=f4Lqrbsptd4&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=f4Lqrbsptd4&#60;/a&#62; but of course it asks for CentOS or similar Linux based OS. &#60;/p&#62;
&#60;p&#62;I was wondering how possible it is to install cPanel on Mac, PowerPC or Intel?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Fedor on "Compiling mod_svn"</title>
<link>http://diymacserver.com/forum/topic/compiling-mod_svn#post-1157</link>
<pubDate>Fri, 17 Jun 2011 07:04:49 +0000</pubDate>
<dc:creator>Fedor</dc:creator>
<guid isPermaLink="false">1157@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;First of all, thanks for all the guides... My server works just fine ;) Only one thing i was missing, it is installing mod_svn for apache.. Here is my contribution how to build mod_svn.&#60;/p&#62;
&#60;p&#62;1. Get SVN sources. The version shipped with Snow Leopard is 1.6.15&#60;br /&#62;
2. Compile it. I do all in 64 bits.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;CFLAGS=&#38;quot;-g -arch x86_64&#38;quot; CXXFLAGS=&#38;quot;-arch x86_64&#38;quot; LDFLAGS=&#38;quot;&#38;quot; \
   ./configure --prefix=/usr/local \
    --mandir=/usr/local/share/man --with-ssl \
    --with-apxs=/usr/local/apache2/bin/apxs --with-zlib=&#38;quot;/usr&#38;quot; \
    --enable-swig-bindings=no --without-berkeley-db \
    --with-apr=/usr/local/apache2 \
    --with-apr-util=/usr/local/apache2

    make
    sudo make install&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;    The configuration for apache is straight forward and described on tigris site.
&#60;/p&#62;</description>
</item>
<item>
<title>Fred Turner on "Upgrading Postfix on MOSXS"</title>
<link>http://diymacserver.com/forum/topic/upgrading-postfix-on-mosxs#post-958</link>
<pubDate>Fri, 06 May 2011 01:23:23 +0000</pubDate>
<dc:creator>Fred Turner</dc:creator>
<guid isPermaLink="false">958@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi Richard (&#38;amp; others)--&#60;/p&#62;
&#60;p&#62;I know this is outside the normal realm and scope of this site, but I'm not sure where else to turn. I'd like to upgrade Postfix on a PPC Mac OS X Server 10.5 and a Mac Pro MOSXS 10.6. They come w/ v2.4.3 and v2.5.5, respectively, and I need at least v2.6 to implement the tcp_windowsize parameter in the hopes of getting around a sending problem w/ larger messages.&#60;/p&#62;
&#60;p&#62;Currently, I'm tackling the G4 Leopard Server first, since it is a backup and fouling it up isn't the end of the world. I can get Postfix 2.8.2 to compile and run, and even receive mail, but I must be messing up something with my make statement, as I am unable to use SASL authentication for sending (and I could before). The log shows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;May  5 20:10:01 G4-Server postfix/smtpd[28752]: connect from unknown[192.168.1.101]
May  5 20:10:01 G4-Server postfix/smtpd[28752]: warning: SASL authentication failure: Password verification failed
May  5 20:10:01 G4-Server postfix/smtpd[28752]: warning: unknown[192.168.1.101]: SASL PLAIN authentication failed: authentication failure
May  5 20:10:01 G4-Server postfix/smtpd[28752]: lost connection after AUTH from unknown[192.168.1.101]
May  5 20:10:01 G4-Server postfix/smtpd[28752]: disconnect from unknown[192.168.1.101]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried to use a portion of the make statement from the directions here, w/ some tweaking from the docs at postfix.org. Since this is a MOSXS, I have not configured MySQL, so I've left that part out. Here is what I entered last:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;sudo make -f Makefile.init makefiles CCARGS=&#38;quot;-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
&#38;quot; AUXLIBS=&#38;quot;-lssl -lcrypto -L/usr/local/lib -lsasl2&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any thoughts or insights into why this error might be occurring? I've been unable to find any links to instructions or tips for upgrading the MOSXS installation of Postfix.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Fred
&#60;/p&#62;</description>
</item>
<item>
<title>AmigaAbattoir on "Apachectl Segmentation Fault when SVN mods included"</title>
<link>http://diymacserver.com/forum/topic/apachectl-segmentation-fault-when-svn-mods-included#post-914</link>
<pubDate>Sat, 29 Jan 2011 05:52:46 +0000</pubDate>
<dc:creator>AmigaAbattoir</dc:creator>
<guid isPermaLink="false">914@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi, I tried recompiling apache 2.2.17 following your guide, and when I try to include dav_svn_module or authz_svn_module, apachectl throws:&#60;/p&#62;
&#60;p&#62;/usr/sbin/apachectl: line 78:   406 Segmentation fault      $HTTPD -k $ARGV&#60;/p&#62;
&#60;p&#62;Do I need to recompile these mods or is there an easy fix?
&#60;/p&#62;</description>
</item>
<item>
<title>sjohnson2 on "Removal"</title>
<link>http://diymacserver.com/forum/topic/removal#post-907</link>
<pubDate>Fri, 07 Jan 2011 00:12:43 +0000</pubDate>
<dc:creator>sjohnson2</dc:creator>
<guid isPermaLink="false">907@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Richard, &#60;/p&#62;
&#60;p&#62;How do I go about doing a remove and or possibly a reinstall ??  I'm not happy with some of my options and would prefer to start clean without doing a complete rebuild of the OS.
&#60;/p&#62;</description>
</item>
<item>
<title>chrisbunch on "mod_security"</title>
<link>http://diymacserver.com/forum/topic/mod_security#post-879</link>
<pubDate>Tue, 07 Sep 2010 08:20:57 +0000</pubDate>
<dc:creator>chrisbunch</dc:creator>
<guid isPermaLink="false">879@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Does anyone have mod_security running on their Mac Apache installation? If so, are there any particular insights/issues I need to look out for?
&#60;/p&#62;</description>
</item>
<item>
<title>chrisbunch on "mod_hfs_apple in Apache 2"</title>
<link>http://diymacserver.com/forum/topic/mod_hfs_apple-in-apache-2#post-833</link>
<pubDate>Sat, 19 Jun 2010 15:52:10 +0000</pubDate>
<dc:creator>chrisbunch</dc:creator>
<guid isPermaLink="false">833@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I upgraded to Apache 2 a while ago (so I could use Subversion). Recently I have  set up some secure areas on one of my sites but have noticed that it can be circumvented by using a URL with the folder in question in a different case. For example, I can make &#60;code&#62;&#60;a href=&#34;http://mydomain.com/ABC/&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com/ABC/&#60;/a&#62;&#60;/code&#62; secure but &#60;code&#62;&#60;a href=&#34;http://mydomain.com/aBC/&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com/aBC/&#60;/a&#62;&#60;/code&#62; will circumvent the authentication!&#60;/p&#62;
&#60;p&#62;This didn't happen with Apache 1.3, I believe because it included mod_hfs_apple which 'compensates' for HFS+'s case insensitivity (&#60;a href=&#34;http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c3ws31.html)&#34; rel=&#34;nofollow&#34;&#62;http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c3ws31.html)&#60;/a&#62;. mod_hfs_apple is not included in my instance of Apache 2 (2.2.4) . Does anyone know if Apple ever upgraded it for Apache 2, and if so, from where I can get it?
&#60;/p&#62;</description>
</item>
<item>
<title>crallion on "SSL Stops Apache from Starting."</title>
<link>http://diymacserver.com/forum/topic/ssl-stops-apache-from-starting#post-863</link>
<pubDate>Fri, 20 Aug 2010 13:35:38 +0000</pubDate>
<dc:creator>crallion</dc:creator>
<guid isPermaLink="false">863@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;When I use &#34;SSLEngine on&#34; in my httpd-vhosts.conf file, Apache won't start up.  Nothing in the error log is generated (/var/log/httpd/error_log)&#60;/p&#62;
&#60;p&#62;I soon as I remove the &#34;SSLEngine on&#34; line, Apache is able to startup normally.  According to the Apache logs, I have these configured&#60;/p&#62;
&#60;p&#62;Apache 2.2.16&#60;br /&#62;
mod_ssl 2.2.16&#60;br /&#62;
OpenSSL 0.9.8l&#60;br /&#62;
PHP 5.3.3&#60;/p&#62;
&#60;p&#62;What is going on and how to I get Apache to start up with SSL?&#60;br /&#62;
DAV 2
&#60;/p&#62;</description>
</item>
<item>
<title>mato75 on "tomcat apache mod_jk.so"</title>
<link>http://diymacserver.com/forum/topic/tomcat-apache-mod_jkso#post-862</link>
<pubDate>Tue, 17 Aug 2010 22:01:08 +0000</pubDate>
<dc:creator>mato75</dc:creator>
<guid isPermaLink="false">862@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;i have a problem. one week past by, and i didn't figure out what to do. please help!!!!&#60;/p&#62;
&#60;p&#62;if i ./config x86_64&#60;br /&#62;
httpd: Syntax error on line 467 of /etc/httpd/httpd.conf: Syntax error on line 4 of /usr/local/Tomcat/tomcat6/conf/auto/mod_jk.conf: Cannot load /usr/libexec/apache2/mod_jk.so into server: dlopen(/usr/libexec/apache2/mod_jk.so, 10): Symbol not found: _apr_stat$INODE64\n  Referenced from: /usr/libexec/apache2/mod_jk.so\n  Expected in: flat namespace\n in /usr/libexec/apache2/mod_jk.so&#60;/p&#62;
&#60;p&#62;or if i ./config&#60;/p&#62;
&#60;p&#62;Syntax error on line 4 of /usr/local/Tomcat/tomcat6/conf/auto/mod_jk.conf: Cannot load /usr/local/apache2/modules/mod_jk.so into server: dlopen(/usr/local/apache2/modules/mod_jk.so, 10): no suitable image found. Did find:\n\t/usr/local/apache2/modules/mod_jk.so: mach-o, but wrong architecture
&#60;/p&#62;</description>
</item>
<item>
<title>tejlgaard on "Can&#039;t find acceptable c compiler"</title>
<link>http://diymacserver.com/forum/topic/cant-find-acceptable-c-compiler#post-822</link>
<pubDate>Fri, 21 May 2010 09:49:37 +0000</pubDate>
<dc:creator>tejlgaard</dc:creator>
<guid isPermaLink="false">822@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I am new to development on MaC, so forgive me if question is stupid. I am getting the following output, when trying to configure the DIYMacServer config on MaC osx 64 bit: &#60;/p&#62;
&#60;p&#62;'configuring package in srclib/apr now&#60;br /&#62;
checking build system type... i386-apple-darwin10.3.0&#60;br /&#62;
checking host system type... i386-apple-darwin10.3.0&#60;br /&#62;
checking target system type... i386-apple-darwin10.3.0&#60;br /&#62;
Configuring APR library&#60;br /&#62;
Platform: i386-apple-darwin10.3.0&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
APR Version: 1.4.2&#60;br /&#62;
checking for chosen layout... DIYMacServer&#60;br /&#62;
checking for gcc... no&#60;br /&#62;
checking for cc... no&#60;br /&#62;
checking for cl.exe... no&#60;br /&#62;
configure: error: in `/Applications/IntraMed/httpd-2.2.15/srclib/apr':&#60;br /&#62;
configure: error: no acceptable C compiler found in $PATH&#60;br /&#62;
See `config.log' for more details.&#60;br /&#62;
configure failed for srclib/apr'&#60;/p&#62;
&#60;p&#62;How to find and add a C compiler?
&#60;/p&#62;</description>
</item>
<item>
<title>Matthew on "Error Message 48 Address already in use"</title>
<link>http://diymacserver.com/forum/topic/error-message-48-address-already-in-use#post-801</link>
<pubDate>Tue, 16 Mar 2010 00:04:25 +0000</pubDate>
<dc:creator>Matthew</dc:creator>
<guid isPermaLink="false">801@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;When starting Apache I see this error message:&#60;/p&#62;
&#60;p&#62;(48)Address already in use: make_sock: could not bind to address [::]:80&#60;br /&#62;
(48)Address already in use: make_sock: could not bind to address 0.0.0.0:80&#60;br /&#62;
no listening sockets available, shutting down&#60;br /&#62;
Unable to open logs&#60;/p&#62;
&#60;p&#62;I have attempted to solve this problem with Google only I am finding that others are as stumped as I am.  Based on entries in other forums I understand that this error is due to a conflict, most likely caused by having two installations of Apache running simultaneously.  I am quite sure that I have disabled 'web sharing' and followed the instructions on this site to the letter (with no errors or problems of any kind). &#60;/p&#62;
&#60;p&#62;Can anybody suggest a solution or give me some insight as to where the problem lies?&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help you can offer.
&#60;/p&#62;</description>
</item>
<item>
<title>aurora72 on "64-bit Apache compilation doesn&#039;t result in an 64-bit binary"</title>
<link>http://diymacserver.com/forum/topic/64-bit-apache-compilation-doesnt-result-in-an-64-bit-binary#post-790</link>
<pubDate>Mon, 01 Mar 2010 10:21:40 +0000</pubDate>
<dc:creator>aurora72</dc:creator>
<guid isPermaLink="false">790@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I'm trying to compile the Apache using the guidelines in &#34;Compiling Apache in 64 bits mode on Leopard&#34; section of this website and using the DIYMacServer config.layout.&#60;/p&#62;
&#60;p&#62;But, though I apply each direction (including setting the CFLAG to &#34;-arch x86_64&#34;), I still cannot get a &#34;64-bit&#34; Apache binary but rather just a normal (32-bit) binary (as seen from the Activity Manager)&#60;/p&#62;
&#60;p&#62;64-bit MySQL compilation on the same machine worked out fine (i.e. mysqld shows up as 64-bit on Activity Manager)&#60;/p&#62;
&#60;p&#62;So I wonder what I might be missing...&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>kvjeevan on "compiling apache in 64-bit mode for AIX 5.3 64-bit machine"</title>
<link>http://diymacserver.com/forum/topic/compiling-apache-in-64-bit-mode-for-aix-53-64-bit-machine#post-784</link>
<pubDate>Thu, 25 Feb 2010 14:46:35 +0000</pubDate>
<dc:creator>kvjeevan</dc:creator>
<guid isPermaLink="false">784@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I have downloaded apache 2.2.14 and i need help to compile the apache in 64-bit mode for AIX 5.3 64-bit machine..&#60;/p&#62;
&#60;p&#62;I have tried setting CFLAGS=--ppc64 and  &#34;--enable-lib64&#34;, but still the ./httpd -V command is showing architecture as &#34;32-bit&#34;.&#60;/p&#62;
&#60;p&#62;Please suggest
&#60;/p&#62;</description>
</item>
<item>
<title>actinprof on "Apache constantly crashing"</title>
<link>http://diymacserver.com/forum/topic/apache-constantly-crashing#post-756</link>
<pubDate>Thu, 14 Jan 2010 17:58:06 +0000</pubDate>
<dc:creator>actinprof</dc:creator>
<guid isPermaLink="false">756@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;A few months ago I installed the Darwin version of Apache2 on my PPC G5 desktop (OSX 10.5.8) (overwriting the default mac version). Everything ran fine. A few weeks ago I moved to a new building and got a new IP address--I'm at a university and do not have a static IP yet. Everything ran fine for a week or so, then my site went down. I tracked the problem to Apache. The error logs in console give the following:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;1/13/10 10:55:00 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds&#60;br /&#62;
1/13/10 10:55:10 PM org.apache.httpd[76381] dyld: Library not loaded: /usr/lib/libaprutil-1.0.dylib&#60;br /&#62;
1/13/10 10:55:10 PM org.apache.httpd[76381]   Referenced from: /usr/sbin/httpd&#60;br /&#62;
1/13/10 10:55:10 PM org.apache.httpd[76381]   Reason: no suitable image found.  Did find:&#60;br /&#62;
1/13/10 10:55:10 PM org.apache.httpd[76381]  /usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture&#60;br /&#62;
1/13/10 10:55:10 PM org.apache.httpd[76381]  /usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture&#60;br /&#62;
1/13/10 10:55:10 PM com.apple.launchd[1] (org.apache.httpd[76381]) Exited abnormally: Trace/BPT trap&#60;br /&#62;
1/13/10 10:55:10 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I checked the original file to which the libaprutil-1.0.dylib dynamic library is pointing, and it is the same as always--no modifications have been made to that directory. &#60;/p&#62;
&#60;p&#62;I recompiled and installed the DIYmacServer version of Apache, change the vhost file and httpd.conf files and my site is running fine now. But I can still see in console that com.apple.launchd is still trying to start org.apache.httpd every 10 seconds. I logged into launchctl and tried to stop and remove org.apache.httpd, but it says there is no such process. &#60;/p&#62;
&#60;p&#62;Should I delete the httpd file in usr/sbin? Is there a launch Daemon that I should unload? Any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>Torrak on "No static IP, is it still possible to host a website?"</title>
<link>http://diymacserver.com/forum/topic/no-static-ip-is-it-still-possible-to-host-a-website#post-752</link>
<pubDate>Sun, 03 Jan 2010 02:29:39 +0000</pubDate>
<dc:creator>Torrak</dc:creator>
<guid isPermaLink="false">752@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Upload and Download and static IP is very expensive in my country GREENLAND. Since I'm new to Mac mini Server, I would like to start with low budget.&#60;br /&#62;
I have and own handful of websites around the world, and I would like to link to my own server. Can someone out there help a remote living Mac fanboy. Actually Santa Claus is living in my backyard ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>zelda on "Old Server Installations-Update and fix problems?"</title>
<link>http://diymacserver.com/forum/topic/old-server-installations-update-and-fix-problems#post-745</link>
<pubDate>Tue, 15 Dec 2009 16:16:54 +0000</pubDate>
<dc:creator>zelda</dc:creator>
<guid isPermaLink="false">745@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I used to download Marc Liyanage's entropy.ch mac packages to get apache2, php5, and mysql5 working and updated on my localhost apache2 server running on my apparently elderly PPC G5 tower running Tiger v.10.4.11. However, he quit building packages for older versions of osx and only supports Leopard osx versions. I do not want to upgrade to Leopard on this machine, but would like to update my versions of apache2, and php5, mysql5, and install latest versions of python, and possibly get postgresql working too.&#60;/p&#62;
&#60;p&#62;However, i know all is not right with my old server installations, to begin with, because my log files have been reflecting problems to me for a while:&#60;/p&#62;
&#60;p&#62;FROM SYSTEM LOG&#60;br /&#62;
------------------&#60;br /&#62;
Dec 15 08:35:53 Home SystemStarter[56]: Apache 2 Web Server (257) did not complete successfully&#60;br /&#62;
Dec 15 08:35:59 Home SystemStarter[56]: The following StartupItems failed to properly start:&#60;br /&#62;
Dec 15 08:35:59 Home SystemStarter[56]: /System/Library/StartupItems/Apache2&#60;br /&#62;
Dec 15 08:35:59 Home SystemStarter[56]:  - execution of Startup script failed&#60;/p&#62;
&#60;p&#62;But yet it runs despite the message about failure?&#60;/p&#62;
&#60;p&#62;FROM APACHE2 LOGS/ERROR LOG&#60;br /&#62;
---------------------------&#60;br /&#62;
httpd(288) malloc: *** error for object 0x177c000: Can't deallocate_pages region&#60;br /&#62;
httpd(288) malloc: *** set a breakpoint in szone_error to debug&#60;br /&#62;
httpd(288) malloc: *** vm_allocate(size=262144) failed (error code=-301)&#60;br /&#62;
httpd(288) malloc: *** error: can't allocate region&#60;br /&#62;
httpd(288) malloc: *** set a breakpoint in szone_error to debug&#60;br /&#62;
[Wed Sep 30 13:45:57 2009] [error] [client 127.0.0.1] PHP Fatal error:  Out of memory (allocated 0) (tried to allocate 8192 bytes) in Unknown on line 0, referer: ....&#60;br /&#62;
[Mon Dec 14 18:32:12 2009] [warn] child process 285 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:13 2009] [warn] child process 286 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:13 2009] [warn] child process 287 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:13 2009] [warn] child process 288 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:13 2009] [warn] child process 289 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:15 2009] [warn] child process 285 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:15 2009] [warn] child process 286 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:15 2009] [warn] child process 287 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:15 2009] [warn] child process 288 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:15 2009] [warn] child process 289 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:17 2009] [warn] child process 285 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:17 2009] [warn] child process 286 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:17 2009] [warn] child process 287 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:17 2009] [warn] child process 288 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:17 2009] [warn] child process 289 still did not exit, sending a SIGTERM&#60;br /&#62;
[Mon Dec 14 18:32:19 2009] [error] child process 285 still did not exit, sending a SIGKILL&#60;br /&#62;
[Mon Dec 14 18:32:19 2009] [error] child process 286 still did not exit, sending a SIGKILL&#60;br /&#62;
[Mon Dec 14 18:32:19 2009] [error] child process 287 still did not exit, sending a SIGKILL&#60;br /&#62;
[Mon Dec 14 18:32:19 2009] [error] child process 288 still did not exit, sending a SIGKILL&#60;br /&#62;
[Mon Dec 14 18:32:19 2009] [error] child process 289 still did not exit, sending a SIGKILL&#60;br /&#62;
[Tue Dec 15 08:35:59 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]&#60;br /&#62;
[Tue Dec 15 08:36:02 2009] [notice] Digest: generating secret for digest authentication ...&#60;br /&#62;
[Tue Dec 15 08:36:02 2009] [notice] Digest: done&#60;br /&#62;
[Tue Dec 15 08:36:02 2009] [notice] Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7l DAV/2 PHP/5.2.4 configured -- resuming normal operations&#60;/p&#62;
&#60;p&#62;What would be the best way to cleanup all these problems and at the very least get apache2, php5, and mysql5 (currently 5.0.45 MySQL Community Server (GPL)) updated to the latest working versions?&#60;/p&#62;
&#60;p&#62;I was thinking deleting everything and starting over, but i am worried about not finding all things and places on my computer Liyanage's packages may have installed stuff: files and the unseen virtual pointers that could mess-up any new installations.&#60;/p&#62;
&#60;p&#62;Suggestions or advice, welcome!
&#60;/p&#62;</description>
</item>
<item>
<title>DukeBedford on "Missing images and links on index.htm"</title>
<link>http://diymacserver.com/forum/topic/missing-images-and-links-on-indexhtm#post-739</link>
<pubDate>Sat, 28 Nov 2009 23:08:18 +0000</pubDate>
<dc:creator>DukeBedford</dc:creator>
<guid isPermaLink="false">739@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I'm moving a virtual host from an old Webstar server to Apache2 on 10.5.8.  I've got this in the httpd-vhosts.conf file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;Directory &#38;quot;/Users/ilex/Sites/springrock/&#38;quot;&#38;gt;
	Options Indexes MultiViews FollowSymLinks
	AllowOverride All
	Order allow,deny
	Allow from all
&#38;lt;/Directory&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Other directives include&#60;/p&#62;
&#60;p&#62;NameVirtualHost *:80&#60;br /&#62;
Include /private/etc/apache2/extra/httpd-vhosts.conf&#60;/p&#62;
&#60;p&#62;The development directory for this site is &#34;Users/ilex/Documents/Springock&#34;.  The site checks out fine using Dreamweaver CS3, but when it is uploaded to the indicated directory, Apache serves pages that include only the hard coded text on the page.  The images (from a subdirectory &#34;images&#34;) and links &#34;at the same level as &#34;index.htm&#34; in the HTML that is served, but are broken or missing. There must be some Apache directive that I'm not using, or am using wrong, that prevents these images and links from being found. &#60;/p&#62;
&#60;p&#62;I have&#60;br /&#62;
127.0.0.1 springrock.net  (in the hosts database)&#60;/p&#62;
&#60;p&#62;Any suggestions would be appreciated!
&#60;/p&#62;</description>
</item>
<item>
<title>yogitim on "Thoughts on WebMon program?"</title>
<link>http://diymacserver.com/forum/topic/thoughts-on-webmon-program#post-698</link>
<pubDate>Wed, 02 Sep 2009 13:40:13 +0000</pubDate>
<dc:creator>yogitim</dc:creator>
<guid isPermaLink="false">698@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I'm working on setting up my Mac Mini to run multiple websites and I found this program WebMon that has an interface to do this, but I was wanting recommendations to using this vs. the DIY methods as described on this site.&#60;/p&#62;
&#60;p&#62;You can find the program info page at: &#60;a href=&#34;http://cutedgesystems.com/software/WebMonSnow/&#34; rel=&#34;nofollow&#34;&#62;http://cutedgesystems.com/software/WebMonSnow/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Timothy
&#60;/p&#62;</description>
</item>
<item>
<title>djp on "configure: error: in `/SourceCache/httpd-2.2.13/srclib/apr&#039;:"</title>
<link>http://diymacserver.com/forum/topic/configure-error-in-sourcecachehttpd-2213srclibapr#post-694</link>
<pubDate>Fri, 14 Aug 2009 22:22:49 +0000</pubDate>
<dc:creator>djp</dc:creator>
<guid isPermaLink="false">694@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;During the configure step in the 64-bit Leopard, DIYMacServer server step I get:&#60;br /&#62;
--------------------------------------------&#60;br /&#62;
Macintosh:httpd-2.2.13 root# CFLAGS=&#34;-arch x86_64&#34; \&#60;br /&#62;
&#38;gt; ./configure -enable-layout=DIYMacServer \&#60;br /&#62;
&#38;gt;  -enable-mods-shared=all \&#60;br /&#62;
&#38;gt;  -with-ssl=/usr \&#60;br /&#62;
&#38;gt;  -with-mpm=prefork \&#60;br /&#62;
&#38;gt;  -disable-unique-id \&#60;br /&#62;
&#38;gt;  -enable-ssl \&#60;br /&#62;
&#38;gt;  -enable-dav \&#60;br /&#62;
&#38;gt;  -enable-cache \&#60;br /&#62;
&#38;gt;  -enable-proxy \&#60;br /&#62;
&#38;gt;  -enable-logio \&#60;br /&#62;
&#38;gt;  -enable-deflate \&#60;br /&#62;
&#38;gt;  -with-included-apr \&#60;br /&#62;
&#38;gt;  -enable-cgi \&#60;br /&#62;
&#38;gt;  -enable-cgid \&#60;br /&#62;
&#38;gt;  -enable-suexec&#60;br /&#62;
checking for chosen layout... DIYMacServer&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
checking build system type... powerpc-apple-darwin9.8.0&#60;br /&#62;
checking host system type... powerpc-apple-darwin9.8.0&#60;br /&#62;
checking target system type... powerpc-apple-darwin9.8.0&#60;/p&#62;
&#60;p&#62;Configuring Apache Portable Runtime library ...&#60;/p&#62;
&#60;p&#62;configuring package in srclib/apr now&#60;br /&#62;
checking build system type... powerpc-apple-darwin9.8.0&#60;br /&#62;
checking host system type... powerpc-apple-darwin9.8.0&#60;br /&#62;
checking target system type... powerpc-apple-darwin9.8.0&#60;br /&#62;
Configuring APR library&#60;br /&#62;
Platform: powerpc-apple-darwin9.8.0&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
APR Version: 1.3.8&#60;br /&#62;
checking for chosen layout... DIYMacServer&#60;br /&#62;
checking for gcc... gcc&#60;br /&#62;
checking for C compiler default output file name... a.out&#60;br /&#62;
checking whether the C compiler works... configure: error: in `/SourceCache/httpd-2.2.13/srclib/apr':&#60;br /&#62;
configure: error: cannot run C compiled programs.&#60;br /&#62;
If you meant to cross compile, use `--host'.&#60;br /&#62;
See `config.log' for more details.&#60;br /&#62;
configure failed for srclib/apr&#60;br /&#62;
--------------------------------------------&#60;br /&#62;
I verified that I copied DIYMacServer layout correctly and that X-Code is working. Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>yodamac on "SSL Cert in Leopard"</title>
<link>http://diymacserver.com/forum/topic/ssl-cert-in-leopard#post-685</link>
<pubDate>Mon, 27 Jul 2009 13:41:47 +0000</pubDate>
<dc:creator>yodamac</dc:creator>
<guid isPermaLink="false">685@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I reviewed the guide in the docs section on configuring HTTPS with virtual hosts.  However, I'm still stumped on how to use a commercially purchased SSL cert (from godaddy) on my server.  Specifically, I need to generate the CSR to submit to godaddy.  Is there a guide anywhere on how to do this?  I'm starting to think I should just break down and get the 10-user OSX server so I can do this in a few clicks with server admin.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Perry
&#60;/p&#62;</description>
</item>
<item>
<title>illitrate on "config.layout for srclib/apr ?"</title>
<link>http://diymacserver.com/forum/topic/configlayout-for-srclibapr#post-680</link>
<pubDate>Sun, 12 Jul 2009 16:25:52 +0000</pubDate>
<dc:creator>illitrate</dc:creator>
<guid isPermaLink="false">680@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;in order to run the ./configure command to install Apache, i had to also add the DIYMacServer layout to two other config.layout files:&#60;br /&#62;
   \httpd-2.2.11\srclib\apr\config.layout&#60;br /&#62;
and&#60;br /&#62;
   \httpd-2.2.11\srclib\apr-util\config.layout&#60;/p&#62;
&#60;p&#62;is that correct? it doesn't mention these two on the &#34;Compiling Apache on Leopard&#34; page, but without changing these two also i was getting errors like the one shown below:&#60;/p&#62;
&#60;p&#62;$ ./configure -enable-layout=DIYMacServer -enable-mods-shared=all -with-ssl=/usr -with-mpm=prefork -disable-unique-id -enable-ssl -enable-dav -enable-cache -enable-logio -enable-deflate -with-included-apr -enable-cgi -enable-cgid -enable-suexec&#60;br /&#62;
checking for chosen layout... DIYMacServer&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
checking build system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking host system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking target system type... i386-apple-darwin9.7.0&#60;/p&#62;
&#60;p&#62;Configuring Apache Portable Runtime library ...&#60;/p&#62;
&#60;p&#62;configuring package in srclib/apr now&#60;br /&#62;
checking build system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking host system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking target system type... i386-apple-darwin9.7.0&#60;br /&#62;
Configuring APR library&#60;br /&#62;
Platform: i386-apple-darwin9.7.0&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
APR Version: 1.3.3&#60;br /&#62;
** Error: unable to find layout DIYMacServer&#60;br /&#62;
configure failed for srclib/apr
&#60;/p&#62;</description>
</item>
<item>
<title>islander0276 on "help with complete remove reinstall"</title>
<link>http://diymacserver.com/forum/topic/help-with-complete-remove-reinstall#post-673</link>
<pubDate>Fri, 03 Jul 2009 15:51:16 +0000</pubDate>
<dc:creator>islander0276</dc:creator>
<guid isPermaLink="false">673@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello, I am having problems with diy apache install somehow conflicting with the default leopard install, i'd like to remove apache/php/mysql alltogether and reinstall it the diymacserver way,&#60;br /&#62;
how do I proceed to remove the diy install or reset the default install and do it over again?&#60;/p&#62;
&#60;p&#62;p.s where is the search on this forum?
&#60;/p&#62;</description>
</item>
<item>
<title>scottymac on "Help"</title>
<link>http://diymacserver.com/forum/topic/help#post-669</link>
<pubDate>Thu, 18 Jun 2009 13:32:17 +0000</pubDate>
<dc:creator>scottymac</dc:creator>
<guid isPermaLink="false">669@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Any idea what is wrong?&#60;/p&#62;
&#60;p&#62;checking for chosen layout... DIYMacServer&#60;br /&#62;
checking for working mkdir -p... yes&#60;br /&#62;
checking build system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking host system type... i386-apple-darwin9.7.0&#60;br /&#62;
checking target system type... i386-apple-darwin9.7.0&#60;/p&#62;
&#60;p&#62;Configuring Apache Portable Runtime library ...&#60;/p&#62;
&#60;p&#62;configuring package in srclib/apr now&#60;br /&#62;
/Users/name/Desktop/httpd-2.2.11.tar.gz: /Users/name/Desktop/httpd-2.2.11.tar.gz: cannot execute binary file&#60;br /&#62;
configure failed for srclib/apr
&#60;/p&#62;</description>
</item>
<item>
<title>aratcliffe on "Incompatible library version error on apache start"</title>
<link>http://diymacserver.com/forum/topic/incompatible-library-version-error-on-apache-start#post-661</link>
<pubDate>Thu, 07 May 2009 02:07:02 +0000</pubDate>
<dc:creator>aratcliffe</dc:creator>
<guid isPermaLink="false">661@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Apache successfully builds on my system but fails to start with the following error:&#60;/p&#62;
&#60;p&#62;[adam@GUIWSM0K httpd-2.2.11]$ sudo apachectl start&#60;br /&#62;
dyld: Library not loaded: /opt/local/lib/libaprutil-1.0.dylib&#60;br /&#62;
  Referenced from: /usr/sbin/httpd&#60;br /&#62;
  Reason: Incompatible library version: httpd requires version 4.0.0 or later, but libaprutil-1.0.dylib provides version 3.0.0&#60;br /&#62;
/usr/sbin/apachectl: line 78: 59729 Trace/BPT trap          $HTTPD -k $ARGV&#60;/p&#62;
&#60;p&#62;Running otool on the library file gives the following output:&#60;/p&#62;
&#60;p&#62;[adam@GUIWSM0K httpd-2.2.11]$ sudo  otool -L /opt/local/lib/libaprutil-1.0.dylib/opt/local/lib/libaprutil-1.0.dylib:&#60;br /&#62;
        /opt/local/lib/libaprutil-1.0.dylib (compatibility version 4.0.0, current version 4.4.0)&#60;br /&#62;
        /opt/local/lib/db46/libdb-4.6.dylib (compatibility version 0.0.0, current version 0.0.0)&#60;br /&#62;
        /opt/local/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 7.2.0)&#60;br /&#62;
        /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)&#60;br /&#62;
        /opt/local/lib/libapr-1.0.dylib (compatibility version 4.0.0, current version 4.3.0)&#60;br /&#62;
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)&#60;br /&#62;
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)&#60;/p&#62;
&#60;p&#62;I'm not overly familiar with building software from source so am a bit lost as to where to go from here.&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Adam
&#60;/p&#62;</description>
</item>
<item>
<title>yudixue on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-448</link>
<pubDate>Tue, 18 Mar 2008 06:14:15 +0000</pubDate>
<dc:creator>yudixue</dc:creator>
<guid isPermaLink="false">448@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;I have followed this post &#60;a href=&#34;http://diymacserver.com/2007/11/17/compiling-apache-on-leopard/&#34; rel=&#34;nofollow&#34;&#62;http://diymacserver.com/2007/11/17/compiling-apache-on-leopard/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I got error from executing make:&#60;/p&#62;
&#60;p&#62;Undefined symbols:&#60;br /&#62;
  &#34;_BIO_set_callback_arg&#34;, referenced from:&#60;br /&#62;
      _start_connect in ab.o&#60;br /&#62;
  &#34;_BIO_get_callback_arg&#34;, referenced from:&#60;br /&#62;
      _ssl_print_cb in ab.o&#60;br /&#62;
  &#34;_SSL_CTX_set_info_callback&#34;, referenced from:&#60;br /&#62;
      _main in ab.o&#60;br /&#62;
  &#34;_BIO_set_callback&#34;, referenced from:&#60;br /&#62;
      _start_connect in ab.o&#60;/p&#62;
&#60;p&#62;I have been poking around net and a couple of guys have same problem I had, but no solution has been posted.&#60;/p&#62;
&#60;p&#62;Can anyone help? thanks a lot!&#60;/p&#62;
&#60;p&#62;Yudi
&#60;/p&#62;</description>
</item>

</channel>
</rss>

