Skip to content

Commit

Permalink
updated httpd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 23, 2010
1 parent 8666b09 commit 7e5dbeb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
1 change: 1 addition & 0 deletions eg/JSAN.Example/MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
\b\.#
^Build.PL$
^DEVELOPER$
^MYMETA.yml$
19 changes: 19 additions & 0 deletions eg/JSAN.Example/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
abstract: 'A Sample Lib'
author:
- 'A. Thor <user@example.com>'
build_requires:
Test.Simple: 0.10
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3601'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: JSAN.Example
requires:
JSAN: 0
resources:
license: http://dev.perl.org/licenses/
version: 0.02
15 changes: 13 additions & 2 deletions etc/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@ NameVirtualHost *:80
DocumentRoot /var/www/master.openjsan.org/htdocs
#Alias /images/mirror/logo.png "/usr/sites/openjsan/misc/master_logo.png"

<Directory /var/www/master.openjsan.org/dist>
<Directory /var/www/master.openjsan.org/htdocs/dist>
Options +Indexes
Order allow,deny
Allow from all
</Directory>

<Directory /var/www/master.openjsan.org/src>
<Directory /var/www/master.openjsan.org/htdocs/doc>
Options +Indexes
Order allow,deny
Allow from all
</Directory>


<Directory /var/www/master.openjsan.org/htdocs/src>
Options +Indexes
Order allow,deny
Allow from all
</Directory>

<Perl>
Expand Down

0 comments on commit 7e5dbeb

Please sign in to comment.