We Recommend

Pro Apache Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.


Posted By

bpj1966 on 06/01/08


Tagged


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

liqweed


Apache Commands


Published in: Apache 


  1. mate /etc/apache2/httpd.conf
  2. mate /etc/hosts
  3. mate /private/etc/apache2/extra/httpd-vhosts.conf
  4. sudo apachectl restart
  5. sudo apachectl graceful
  6. sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plist
  7. sudo launchctl unload -w /Library/LaunchDaemons/com.mysql.mysqld.plist

Report this snippet 

You need to login to post a comment.