Re: [users@httpd] mod_headers not sending headers when file is parsed with PHP fpm

2016-08-22 Thread Eric Covener
On Mon, Aug 22, 2016 at 12:14 PM, Oliver Baran wrote: > Hello, > > I have a problem with Apache mod_headers and PHP fpm (fastcgi). > If I write a custom header directly in the vhost configuration it is send to > the client, even if the request it is a PHP file. But when I write the > header in the

[users@httpd] mod_headers not sending headers when file is parsed with PHP fpm

2016-08-22 Thread Oliver Baran
Hello, I have a problem with Apache mod_headers and PHP fpm (fastcgi). If I write a custom header directly in the vhost configuration it is send to the client, even if the request it is a PHP file. But when I write the header in the directory section of that vhost configuration or in a .htaccess f

[users@httpd] 403 Forbidden for git repository over http

2016-08-22 Thread Amit Agrawal88
Hi All, I am trying to setup a central Git server which can be accessed over HTTP protocol. I have installed Bitnami WAMP stack with Apache 2.4 version. The Git repository is located in C:\Git\Repos. In httpd.conf file, I have changed the Document Root folder to C:\Git\Repos DocumentRoot "C:

Re: [users@httpd] "localhost/index.php" don't run.

2016-08-22 Thread Lester Caine
On 22/08/16 11:37, Sergio Gelli wrote: > I'm using set PHP7 the same way that always used in other versions, > always keep the original settings of the installation and always > everything worked ok The starting point is to check that php is actually loaded in Apache. My suse package manager is st

Re: [users@httpd] "localhost/index.php" don't run.

2016-08-22 Thread Sergio Gelli
On 08/21/2016 11:18 PM, Marat Khalili wrote: How is PHP configured in Apache? (Is it?) There are several ways to do it, mod_php is probably easiest. I'm using set PHP7 the same way that always used in other versions, always keep t