https://bz.apache.org/bugzilla/show_bug.cgi?id=58270

            Bug ID: 58270
           Summary: web hosting
           Product: Apache httpd-2
           Version: 2.4.16
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: mod_vhost_alias
          Assignee: [email protected]
          Reporter: [email protected]

http:// -- https:// — Accessing HTTP(s) URLs
filemng: mkdir: create directory `/var/www/vhosts/angosso.net/foo/index.html'
Directories:
  /usr/apache2 - has the binaries etc.
  /etc/apache2 - has the configuration files.
  /var/www/apache2 - has the logs, htdocs, etc.

- login as root, cd to /etc/apache2.
- copy httpd.conf-example to httpd.conf 
  (and edit say the section for public_html, if you want to)
- Run:
  # mkdir /var/www/lib/run/apache2
  (this allows httpd to write the pid file.)
  Note: It seems that a reboot cleans out /var/run so define it to be
  elsewhere.
- To check configuration
  # /usr/apache2/bin/apachectl configtest
- To start the server:
  # /usr/apache2/bin/apachectl -k start
- To stop the server:
  # /usr/apache2/bin/apachectl -k stop
- If you run into trouble check the logs
  under "/var/www/lib/apache2/logs"

* Will need to also configure smf to automatically start services.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to