<VirtualHost *:80>
ServerAdmin mehdi.bouhalassa@gmail.com
DocumentRoot "/srv/http/pascal"
ServerName pascal.local
<Directory "/srv/http/pascal">
# Options FollowSymLinks
Options +ExecCGI +FollowSymlinks -SymLinksIfOwnerMatch
AllowOverride None
Require all granted
</Directory>
ErrorLog "/srv/http/pascal/error_log"
CustomLog "/srv/http/pascal/access_log" common
</VirtualHost>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.