seitime-frappe/conf/apache.conf
2012-04-27 18:39:25 +05:30

23 lines
No EOL
416 B
ApacheConf

# Sample httpd.conf extension ot start wnframework
# Port on which you want to run wnframework
Listen 8080
<VirtualHost *:8080>
# Set your root folder here
DocumentRoot /var/www/html/
<Directory />
AllowOverride All
Order allow,deny
Allow from all
Options -Indexes +ExecCGI +FollowLinks
AddHandler cgi-script
DirectoryIndex index.cgi index.html
RewriteEngine On
</Directory>
</VirtualHost>