Re: [users@httpd] Getting PHP-FPM working

2017-05-22 Thread Christian Hettler
he's > interpretation of the error received. > > There is a lot of other activity but that is probably just the multi- > threading working. > > So, does this suggest anything to anyone? And, if so, am I on the wrong > list here? > > John > ===

Re: [users@httpd] Getting PHP-FPM working

2017-05-19 Thread Christian Hettler
o.php > > this last done from user phpfpm which is the user/group that php-fpm is > running under. > > Seems that there is something I don't have but I have revisited the > documentation a number of times, especially the wiki, and there is nothing > that suggests I need any .ini files. > > Regards,

Re: [users@httpd] Getting PHP-FPM working

2017-05-18 Thread Christian Hettler
> files, because that is where the php-fpm daemon will look for them. > php-fpm just interprets the php files passed to it; it is not a web server, > nor does it understand your web servers' namespace, virtualhost layout, or > aliases. > -- > > So, what am I missing? To

Re: [users@httpd] Getting PHP-FPM working

2017-05-17 Thread Christian Hettler
hello John, a Proxy-request didn't rewrite the url. If you have http://my.example.com/myapp/script.php then you can configure with ProxyPassMatch: ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" where script.php is located at /var/www/myapp/script.php The parenthesis ab

Re: [users@httpd] Getting PHP-FPM working

2017-05-16 Thread Christian Hettler
in the results. > > John > > On Monday 15 May 2017 05:21:59 Christian Hettler wrote: > > Hello John, > > > > the manual (mod_proxy_fcgi.html) states: > > > > "The request URL is implicitly added to the 2nd parameter." > > > >

Re: [users@httpd] Getting PHP-FPM working

2017-05-15 Thread Christian Hettler
Hello John, the manual (mod_proxy_fcgi.html) states: "The request URL is implicitly added to the 2nd parameter." (Did|Can) you try ProxyPassMatch "^/.*\.php(/.*)?$" "fcgi://127.0.0.1:9015/httpd/iliffe/" instead of > # ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9015/httpd/iliffe/$1

Re: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-30 Thread Christian Hettler
EST_URI} !^/fr/.*$ > RewriteRule ^(.*)$ /fr/$1 [PT,L] > > RewriteCond %{HTTP_HOST} ^lang-fr\.hostname\.com$ [NC] > RewriteRule ^(.*)$ - [PT,L] > > # fr-lang > BTW: do you know mod_macro? It may improve the administion of your config for different lang. Christian > &g

Re: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-29 Thread Christian Hettler
did you check the flag [PT] for RewriteRule? Christian On Fri, Mar 25, 2016 at 04:27:46PM +0200, Alexandru Duzsardi wrote: > I tested a bit more , and unfortunately it breaks somewhere > Probably I should have mentioned that the path’s after ….hostname.com/ are > not always physical paths on

Re: [users@httpd] matching when should match

2015-07-24 Thread Christian Hettler
hello Andy, one possible solution to your problem will be an additional VirtualHost on port 80 for server-status. Christian -- asknet AG * Vincenz-Priessnitz-Str. 3 * D-76131 Karlsruhe fon: +49 721 96458 6445 * fax: +49 721 96458 9445 * web: http://www.asknet.com executive board: Tobias Kaulfuss

Re: [us...@httpd] Custom authentication?

2011-01-05 Thread Christian Hettler
On Tue, Jan 04, 2011 at 11:19:01AM +, Oliver Beattie wrote: > Hi there, > > I am sure this question has likely been asked many times before, I'm just > having a bit of a hard time finding answers. > > Basically, I need to be able to authenticate downloads based on a URL > signature if present