web stats OS X Client Server » Apache



Archive for the 'Apache' Category

Enable PHP Includes on OS X

Monday, April 23rd, 2007

PHP

Im in the process of switching to a new server. Tonight I noticed in my error log:

/var/log/httpd/error_log

This error:

[Mon Apr 23 02:27:30 2007] [error] PHP Warning: include(/script.php) [function.include]: failed to open stream: no suitable wrapper could be found in /script.php on line 26

I search around a bit and found the problem. The default instalation turns Has includes set to off for sucrity reasons. If you want to enable includes open:
(more…)

Install Webmin server tools on OS X

Sunday, April 15th, 2007

Webmin is the best tool I have ever used for OS X server. Webmin allows you to configure and monitor all of your servers parameters remotely.

Webmin
Here is a list of some of Webmins features:

-Configure almost all Apache directives and features.
-Create and edit domains and DNS records.
-Perform manual or scheduled backups and restores of configuration files managed by Webmin modules.
-View reports on bandwidth usage by host, port, protocol and time on a Linux system
(more…)

Restarting an Apache Web Server on Mac OS X

Monday, December 4th, 2006

Apache Web server

Here is a simple way to quickly and seamlessly restart your OS X Apache webserver.

OS X Terminal
(more…)

Monitor your web traffic in real time

Wednesday, November 8th, 2006

My First OS X Web Server tip is also my favorite. Have you ever wanted watch your web traffic in real time? It turns out its not all that hard.

*** Caution this tip is highly addictive.

Open a Terminal window (Applications -> Utilities - > Terminal)

OS X Terminal

Type:
(more…)