Comments on: Updated to v2 on my own server http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/ How to build your Mac into a internet server using open source software Tue, 17 Jun 2008 18:25:42 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: michael http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-16303 michael Sun, 04 Feb 2007 20:19:59 +0000 http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-16303 ah, had to change the priviledges to 777 on the wp_content directory and it's enclosed items, fixed both of the problems ah, had to change the priviledges to 777 on the wp_content directory and it’s enclosed items, fixed both of the problems

]]>
By: michael http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-16302 michael Sun, 04 Feb 2007 20:15:48 +0000 http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-16302 I just compiled and installed PHP 5 (upgraded from the previous server logistics version) and Apache 2.2.4 and I seem to have lost Unicode support; no Japanese fonts are displaying properly on my site. Also, in the wordpress admin panel I get the following error at the top of the page: Warning: fopen(/Library/Apache2/htdocs/snozle_wp/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: Permission denied in /Library/Apache2/htdocs/snozle_wp/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 96 I just compiled and installed PHP 5 (upgraded from the previous server logistics version) and Apache 2.2.4 and I seem to have lost Unicode support; no Japanese fonts are displaying properly on my site.

Also, in the wordpress admin panel I get the following error at the top of the page:
Warning: fopen(/Library/Apache2/htdocs/snozle_wp/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: Permission denied in /Library/Apache2/htdocs/snozle_wp/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 96

]]>
By: Richard5 http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-14156 Richard5 Sat, 13 Jan 2007 09:01:57 +0000 http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-14156 To solve your problem take the following steps: - put your httpd.conf in a safe place for later reference - delete the entire /Library/Apache2 directory, but if you need to keep apache running whilst upgrading, just delete the conf, lib and modules dir. - perform the "sudo make install" again, or start from the beginning. - update the new httpd.conf with your settings (except the modules) from the original! Hope this helps To solve your problem take the following steps:

- put your httpd.conf in a safe place for later reference
- delete the entire /Library/Apache2 directory, but if you need to keep apache running whilst upgrading, just delete the conf, lib and modules dir.
- perform the “sudo make install” again, or start from the beginning.
- update the new httpd.conf with your settings (except the modules) from the original!

Hope this helps

]]>
By: Sal http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-14084 Sal Fri, 12 Jan 2007 18:31:56 +0000 http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-14084 Hi, I'm having a bit of a problem here man, I've noticed that you said you have Apache 2.2.3 running successfully on your server now. Well see the problem I'm having is updating from Apache 2.0.52 which I initially installed from server logistics to Apache 2.2.3 which I've taken advise from your post. The problem is I'm not able to start my server due to the following error... API module structure `access_module' in file /Library/Apache2/modules/mod_access.so is garbled - perhaps this is not an Apache module DSO? If I comment out that module in my httpd.conf file then it just throws me another error on the next module... Any suggestions please??? oh btw Im running Mac OS X 10.4.8 thanks Sal Hi,
I’m having a bit of a problem here man, I’ve noticed that you said you have Apache 2.2.3 running successfully on your server now. Well see the problem I’m having is updating from Apache 2.0.52 which I initially installed from server logistics to Apache 2.2.3 which I’ve taken advise from your post. The problem is I’m not able to start my server due to the following error…

API module structure `access_module’ in file /Library/Apache2/modules/mod_access.so is garbled – perhaps this is not an Apache module DSO?

If I comment out that module in my httpd.conf file then it just throws me another error on the next module…

Any suggestions please???
oh btw Im running Mac OS X 10.4.8

thanks
Sal

]]>