mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
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
This commit is contained in:
16
config/phpSANE/phpSANE.conf
Normal file
16
config/phpSANE/phpSANE.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user