Re: [users@httpd] Apache 2.2 End of life

2016-03-22 Thread Tom Evans
On Mon, Mar 21, 2016 at 4:07 PM, Michael A. Peters wrote: > I can't find anything official but 1.3 went EOL in 2010 and 2.0 went EOL in > 2013. > $ GET -m HEAD "http://$one_of_my_production_servers/"; 403 Forbidden Connection: close Date: Tue, 22 Mar 2016 17:26:12 GMT Server: Apache/1.3.42 (Unix)

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Yann Ylavic
On Tue, Mar 22, 2016 at 10:06 AM, Roparzh Hemon wrote: > On Tue, Mar 22, 2016 at 9:56 AM, Yann Ylavic wrote: >> It's usually not a good idea to have the HTTP server own (and be able >> to write to) the files/directory it serves. >> >> So you should probably make httpd run as its own User/Group, a

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Roparzh Hemon
On Tue, Mar 22, 2016 at 9:56 AM, Yann Ylavic wrote: > It's usually not a good idea to have the HTTP server own (and be able > to write to) the files/directory it serves. > > So you should probably make httpd run as its own User/Group, and make > the DocumentRoot (and below) owned by an administrat

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Yann Ylavic
On Mon, Mar 21, 2016 at 1:31 PM, Roparzh Hemon wrote: > > Contents of /private/etc/apache2/httpd.conf file : [] > > User myusernamehere > Group staff It's usually not a good idea to have the HTTP server own (and be able to write to) the files/directory it serves. So you should probably make http

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Yann Ylavic
On Tue, Mar 22, 2016 at 9:15 AM, Yann Ylavic wrote: > > Here you probably need something like: > > Sorry, without the trailing /, ie: and with the path/name you finally chose for you site... > Require all granted > DirectoryIndex index.html > > >> > > Regards, >

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Roparzh Hemon
On Tue, Mar 22, 2016 at 9:15 AM, Yann Ylavic wrote: > Here you probably need something like: > > > Require all granted > DirectoryIndex index.html > > >> > Thanks for your help Yann! It works now. -

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Yann Ylavic
On Mon, Mar 21, 2016 at 1:31 PM, Roparzh Hemon wrote: > > Contents of /private/etc/apache2/extra/httpd-vhosts.conf file : [] > > > ServerName strawberry.com > ServerAlias www.strawberry.com > DocumentRoot "/Users/myusernamehere/Sites/strawberry" > ErrorLog "/private/var/log/apache

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-22 Thread Roparzh Hemon
On Mon, Mar 21, 2016 at 5:57 PM, Richard wrote: > > You should look at your access and error logs to see what is being > served, and from where. Compare that against what you have as the > DocumentRoot value you set for your "hhhstrawhhhberry.com" virtual > host, which should be a filesystem path