<?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: Forum: Apache - Recent Topics</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer: Forum: Apache - Recent Topics</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 05:35:30 +0000</pubDate>

<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 (http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c3ws31.html). 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>tejlgaard on "Can'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'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':"</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>

</channel>
</rss>
