Files
bpfire/config/phpSANE/phpSANE.conf
arne_f b332d4ea4f deleted empty collectd rootfile
added netpbm (pnmtojpeg) for phpSANE
added phpSANE


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1249 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-04 18:39:29 +00:00

17 lines
247 B
Plaintext

Listen 1003
<VirtualHost *:1003>
DocumentRoot /srv/web/phpSANE
Include /etc/httpd/conf/conf.d/php*.conf
<Directory /srv/web/phpSANE>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>