Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Glad to hear you find the issue cause. It is absolutely factible that the error was caused by that included file if it was defined for a different VirtualHost, as the configuration you set is only for port 443. Does that included file set configurations for a VirtualHost? 2015-08-04 17:20 GMT-03:0

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread , ,
Hey Matias thank you for the assistance, I ended up discovering I had an additional configuration file included that had additional SSL directives defined in it. When I commented out this configuration (as everything present in it was also present in my main configuration) it seemed to start up wi

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Another question, I see you have SSLProxyEngine On, so I assume your are using it as a Reverse Proxy. Does the backend requires SSL aswell? In that case you will need at least the trusted certificate for the backend's server certificate specified in SSLProxyCACertificateFile. What version of Apach

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread , ,
That is correct. On Tue, Aug 4, 2015 at 1:29 PM, Matias Visbeek wrote: > Just to be sure, is your example.crt file just the public key of your > ceritficate in PEM Base64 format? > > > 2015-08-04 15:23 GMT-03:00 : >> >> Apologies, the leading slash was not supposed to be there, just copied >> a f

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Just to be sure, is your example.crt file just the public key of your ceritficate in PEM Base64 format? 2015-08-04 15:23 GMT-03:00 : > Apologies, the leading slash was not supposed to be there, just copied > a fake file location and forgot to remove it, the full path is defined > for the certs:

[users@httpd] problem with fcgi

2015-08-04 Thread turgut kalfaoğlu
Hello. I recently (2 days ago) installed a PLESK 12 server. However, when I enable "fastcgi" option in the panel, I get: [Tue Aug 04 21:18:16 2015] [emerg] [client 23.14.10.57] (13)Permission denied: mod_fcgid: can't lock process table in pid 16732, referer: http://www.kalfaoglu.net/ Unfortunatel

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread eigenbrais1
Apologies, the leading slash was not supposed to be there, just copied a fake file location and forgot to remove it, the full path is defined for the certs: SSLCertificateFile "/opt/blah/web/apache2/cert/example.crt" SSLCertificateKeyFile "/opt/blah/web/apache2/cert/example.key" SSLCertifica

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread Matias Visbeek
Hi, I have 2 different theories about what is happening with your code. First, this line looks wrong SSLCertificateFile "/example.crt" Do you have your certificate file in the root directory? Try changing it for this SSLCertificateFile "example.crt" or providing the full path to the

Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread info
On 2015-08-04 20:02, eigenbra...@gmail.com wrote: SSLCertificateFile "/example.crt" SSLCertificateKeyFile "example.key" SSLCertificateChainFile "example-intermediate.crt" The above results in the following error when trying to start: [Tue Aug 04 11:20:09 2015] [error] Server should

[users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread eigenbrais1
RHEL: 5 Apache: 2.2.29 Trying to set up a VirtualHost in my 443 configuration Listen 443 (also tried Listen 443 http) DocumentRoot"/www/secure" NameVirtualHost *:443 ServerName test.something.com RewriteEng

[users@httpd] Use base

2015-08-04 Thread Patton, Billy N
I have an app that runs perfectly on our servers that have 5.10. This multiple inheritance use base "myFile" is fine on those servers. I'm running on MAC Yosemite and and running 5.18 perl and Apachie Billys-MacBook-Pro:Perl bpatto$ httpd -v Server version: Apache/2.4.10 (Unix) Server built: May