[users@httpd] XAMPP/Apache virtual host not working

2015-04-06 Thread Marshall Burns
Hi Apache experts, I installed XAMPP and confirmed that Apache and MySQL were working fine. Then I made a change to move the website files outside of the XAMPP program folder. My understanding is that the best way to do this is by setting a virtual host. I did the following: . Stopped Apache and

Re: [users@httpd] StartSSL (not self-signed) cert but says "The certificate is not trusted because it is self-signed"

2015-04-06 Thread Victor Porton
On Mon, 2015-04-06 at 21:32 +0200, Sebastian Pipping wrote: > On 06.04.2015 21:07, Victor Porton wrote: > > I've verified my cert for a domain (withoutvowels.org) not for an IP. So > > I wonder where "d1stkfactory" got from. > > Have you tried > > fgrep -R d1stkfactory /etc > This fgrep prin

Re: [users@httpd] StartSSL (not self-signed) cert but says "The certificate is not trusted because it is self-signed"

2015-04-06 Thread Sebastian Pipping
On 06.04.2015 21:07, Victor Porton wrote: >> How did you prepare those? >> Did you follow the StartSSL steps on the website wizard and obtained >> both of these files through downloading from their website? >> > I've obtained both the certificate and the key (which I have deciphered > on my machine

Re: [users@httpd] StartSSL (not self-signed) cert but says "The certificate is not trusted because it is self-signed"

2015-04-06 Thread Victor Porton
On Mon, 2015-04-06 at 20:31 +0200, Sebastian Pipping wrote: > On 06.04.2015 19:24, Victor Porton wrote: > > I've tried to set SSL for one site at my Debian Linux wheezy server > > (which serves multiple domains). > > > > I've prepared StartSSL keys and certificate and put them into > > /etc/apach

Re: [users@httpd] StartSSL (not self-signed) cert but says "The certificate is not trusted because it is self-signed"

2015-04-06 Thread Sebastian Pipping
On 06.04.2015 19:24, Victor Porton wrote: > I've tried to set SSL for one site at my Debian Linux wheezy server > (which serves multiple domains). > > I've prepared StartSSL keys and certificate and put them into > /etc/apache2/ssl/ How did you prepare those? Did you follow the StartSSL steps on

[users@httpd] StartSSL (not self-signed) cert but says "The certificate is not trusted because it is self-signed"

2015-04-06 Thread Victor Porton
I've tried to set SSL for one site at my Debian Linux wheezy server (which serves multiple domains). I've prepared StartSSL keys and certificate and put them into /etc/apache2/ssl/ But when I started the below configuration (with Debian command `a2ensite withoutvowels.conf`), after I opened https

Re: [users@httpd] Apache 2.4 SSI

2015-04-06 Thread Richard
Original Message > Date: Sunday, April 05, 2015 19:39:06 -0400 > From: Stormy > > Looking for help with SSI. We have a production boxes using > Apache/2.2.22 on Ubuntu 12.04 LTS that renders (thousands of) > pages like: > > > > > which I'm trying to migrate to Apach

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-06 Thread Sebastian Pipping
On 06.04.2015 14:36, Eric Covener wrote: > On Sun, Apr 5, 2015 at 10:20 AM, Sebastian Pipping > wrote: >> Has it lived on until Apache 2.2? Until 2.4? >> >> How does the hacked workaround work? > > It's still present. If no handler is explicitly set, the content-type > is copied over as the han

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-06 Thread Eric Covener
On Sun, Apr 5, 2015 at 10:20 AM, Sebastian Pipping wrote: > Has it lived on until Apache 2.2? Until 2.4? > > How does the hacked workaround work? It's still present. If no handler is explicitly set, the content-type is copied over as the handler. A module can either check for a real or "magic"

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-06 Thread Sebastian Pipping
Hello Daniel, On 06.04.2015 11:47, Daniel wrote: > You can review that in the documentation too: > http://httpd.apache.org/docs/current/mod/mod_mime.html I'm aware of that page, but I don't see answers to my questions on that page. Best, Sebastian --

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-06 Thread Daniel
Sebastian, You can review that in the documentation too: http://httpd.apache.org/docs/current/mod/mod_mime.html Regards 2015-04-05 16:20 GMT+02:00 Sebastian Pipping : > Hello Nick, > > > On 05.04.2015 13:36, Nick Kew wrote: > > Apache 1.0 had no AddHandler, so people used AddType as a hacked >