On 04/11/2018 06:50 AM, stuv wrote:
Hi everyone tho the list,
i'm relative new to apache2 and are now trying to learn as much as
possible (since i get a webhost in the near future and want to learn
how to administer apache2.
ATM i'm trying to find out which php version my apache is using and if
i need a setting to make .htaccess files usable for all my directories.
Welcome!
So, several answers to your query.
First, this isn't the right list, as this is more of a general community
list for the Apache Software Foundation.
However:
1) The best way to figure out what version of php you're running is to
put <?php phpinfo() ?> in a something.php file and load that from your
site. It dumps ALL the information about your php installation.
2) The Apache httpd mailing lists are here:
http://httpd.apache.org/lists.html
3) The PHP mailing lists are here: http://php.net/mailing-lists.php
4) The IRC channels (#httpd and ##php, respectively) on Freenode.irc.net
are *great* places for real-time tech support on those two topics.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org