[users@httpd] SOLVED MYSTERIOUSLY: Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-28 Thread David Benfell
Hi all, Ick. I still don't really know what my problem was. But I'm back up. I did recursive rebuilds of PHP and Apache, trying to get all the dependencies. I didn't actually make it all the way through Apache and I had to install the precompiled version of cmake to get through the PHP. In other

Re: [users@httpd] Redirect http to https

2015-01-28 Thread Chris Arnold
On Jan 28, 2015, at 6:31 PM, Yehuda Katz mailto:yeh...@ymkatz.net>> wrote: Make sure you put these in the correct VHOST. They need to be in the :80 vhost, not the :443 vhost. I usually use the Redirect directive (http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect) instead. Yea, I t

Re: [users@httpd] Redirect http to https

2015-01-28 Thread Yehuda Katz
Make sure you put these in the correct VHOST. They need to be in the :80 vhost, not the :443 vhost. I usually use the Redirect directive ( http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect) instead. - Y On Wed, Jan 28, 2015 at 4:55 PM, Chris Arnold wrote: > Apache 2.4.10 on SLES 12

[users@httpd] Redirect http to https

2015-01-28 Thread Chris Arnold
Apache 2.4.10 on SLES 12. I am trying to redirect port 80 requests to 443 so that http://share.domain.tld results in https://share.domain.tld. Here is what i have tried in the vhost file: RewriteEngine On #Redirect share.domain.tld port 80 requests to SSL RewriteCon

Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-28 Thread Daniel
Increase de debug log, those warnings indicate you have more than one directive loading the same module, get rid of them too. But without further information and seeing how you use "service" and not a httpd own script/binary to start httpd, it could be anything. I would try with apachectl start o

Re: [users@httpd] Configure remote php-fpm server with SetHandler

2015-01-28 Thread Marcello Lorenzi
Try with this: ... ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/mnt/app/test/$1 ... On 01/28/2015 09:26 PM, Santiago DIEZ wrote: Hi there, I have an /*httpd-2.4.10*/ server (ip 5.39.81.177:80 ) with htdocs files located in _/var/www/_. I have a

[users@httpd] Configure remote php-fpm server with SetHandler

2015-01-28 Thread Santiago DIEZ
Hi there, I have an *httpd-2.4.10* server (ip 5.39.81.177:80) with htdocs files located in */var/www/*. I have a remote *php-fpm* server (ip 91.121.180.140:9000) with htdocs files mounted in */htdocs/5-39-81-177/*. The httpd server currently passes php execution to the remote php-fpm server wit

[users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-28 Thread David Benfell
Hi, This is on FreeBSD: FreeBSD home.parts-unknown.org 10.1-STABLE FreeBSD 10.1-STABLE #0 r277815: Tue Jan 27 16:02:25 PST 2015 r...@home.parts-unknown.org:/usr/obj/usr/src/sys/GENERIC amd64 [root@home ~]# httpd -V Server version: Apache/2.4.10 (FreeBSD) Server built: Dec 3 2014 05:11:2