-
Notifications
You must be signed in to change notification settings - Fork 0
george-gwu/BookStore
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
README
======
Setting Up Your VHOST
=====================
<VirtualHost *:80>
DocumentRoot "/var/www/Bookstore/public"
ServerName bookstore
# This should be omitted in the production environment
SetEnv APPLICATION_ENV development
ErrorLog "logs/books-error_log"
CustomLog "logs/books-access_log" combined
<Directory "/var/www/Bookstore/public">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>About
EcomSec BookStore
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published