phpinfo.conf 167 B

123456789
  1. <VirtualHost *:80>
  2. ServerName localhost
  3. DocumentRoot /var/www/html
  4. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  5. CustomLog logs/access.log common
  6. </VirtualHost>