PHP Classes

File: dev/docker/app/config/apache/place-search.dev.conf

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Location Based Search API   dev/docker/app/config/apache/place-search.dev.conf   Download  
File: dev/docker/app/config/apache/place-search.dev.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Location Based Search API
API server for searching places near a location
Author: By
Last change:
Date: 7 years ago
Size: 685 bytes
 

Contents

Class file image Download
<VirtualHost *:80> ServerAdmin admin@localhost ServerName place-search.dev DocumentRoot /var/www/PlaceSearchApi/web <Directory /var/www/PlaceSearchApi/web> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] </IfModule> </Directory> ErrorLog /var/log/place-search.dev.error.log CustomLog /var/log/place-search.dev.access.log combined </VirtualHost>