Sha256: 63fe56177f6bfc97374047111e45100f8bec327aaf6bb1965059dcf1edca79bb
Contents?: true
Size: 627 Bytes
Versions: 22
Compression:
Stored size: 627 Bytes
Contents
<VirtualHost *:8000> DocumentRoot /srv/www/wordpress <Directory /srv/www/wordpress/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all Require all granted </Directory> <IfModule mod_php5.c> <FilesMatch "\.ph(p[345]?|tml)$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.php[345]?s$"> SetHandler application/x-httpd-php-source </FilesMatch> DirectoryIndex index.php4 DirectoryIndex index.php5 DirectoryIndex index.php </IfModule> </VirtualHost>
Version data entries
22 entries across 22 versions & 1 rubygems