You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/08/22 11:24:26 UTC

[Bug 58270] New: web hosting

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: bugs@httpd.apache.org
          Reporter: r.mbiama@angosso.net

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 58270] web hosting

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58270

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org