Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Apache front end for OSX Client?..

Apache front end for OSX Client?..
Thread Tools
Fresh-Faced Recruit
Join Date: Jul 2002
Status: Offline
Reply With Quote
Oct 15, 2003, 07:28 AM
 
Does anybody know if there is a decent front end or pref panel for administering Apache in OSX Client. I know Tenon iTools exists but it's very expensive. I'm looking for something similar to OSX Server's admin tool, allowing me to set up virtual domains etc.
     
Dedicated MacNNer
Join Date: Sep 2000
Location: New York, NY
Status: Offline
Reply With Quote
Oct 15, 2003, 07:58 AM
 
There's http://www.webmin.com. But I imagine the setup for this product would be over and above that for Apache itself.

/etc/httpd/httpd.conf (Apache's config file) isn't too complicated. For virtual hosts (name based), there's an example at the very end of the file. Just uncomment it and add your own section like:

NameVirtualHost *:80

and for each virtual site:

<VirtualHost *>
ServerName www.<NAME>.com
DocumentRoot /path/to/htdocs
ErrorLog logs/path/to/error_log
CustomLog logs/path/to/access_log common
</VirtualHost>


There are other parameters you can place in the Virtual host tags. http://httpd.apache.org/docs/vhosts/index.html

After you edit httpd.conf, you need to restart Apache, either by stopping and starting in System Preferences, or by using "apachectl" in /usr/sbin like:

/usr/sbin/apachectl restart

as the root user.
     
Posting Junkie
Join Date: Feb 2000
Location: Washington, DC
Status: Offline
Reply With Quote
Oct 15, 2003, 08:00 AM
 
I would buy OS X server... you pay, but you get a ton of nice GUI tools for other things as well... I also love the fact that they add Squirlmail pre installed.
     
Fresh-Faced Recruit
Join Date: May 2002
Status: Offline
Reply With Quote
Oct 15, 2003, 02:15 PM
 
You should visit

http://www.serverlogistics.com/

You will find the complete Apache 2 DL with a pref pane, etc...
     
Fresh-Faced Recruit
Join Date: Jul 2002
Status: Offline
Reply With Quote
Oct 16, 2003, 07:39 AM
 
Thanks for all the advice. Much appreciated!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:59 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2