mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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
17 lines
247 B
Plaintext
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>
|