Note files which should be group httpd:
-rw-r----- 1 root httpd 301 Jan 23 19:25 vecr/cgi-bin/.htaccess
---s--x--- 2 root httpd 5980 Feb 2 09:13 vecr/cgi-bin/fc
drwx--x--- 2 root httpd 512 Feb 4 16:35 vecr/private/
-rw-r----- 1 root httpd 20 Feb 4 16:35 vecr/private/.htpasswd
---
Apache httpd-2.0.53-dev conf directives:
Options None
#
ScriptAlias /prog/ "/vecr/cgi-bin/"
#
Options None
AllowOverride None
Order Deny,Allow
Deny from all
Order Allow,Deny
Allow from all
---
---
Using chroot: /home/httpd/
and httpd documentroot: /home/httpd/htdocs/
---
dir for temporary audio files:
drwxrwxrwt 2 root root 512 Mar 27 07:38 /home/httpd/htdocs/tmp
crontab entry to remove old audio files:
2 * * * * /opt/bin/gfind /home/httpd/htdocs/tmp -type f -amin +59 -delete
---
Links in httpd documentroot:
# pwd
/home/httpd/htdocs/vecr
ftp# ls -l
IO -> ../../vecr/IO
README
audio -> ../../vecr/audio
dist -> ../../vecr/dist
doc -> ../../vecr/doc
images -> ../../vecr/images
local-bin -> ../../vecr/local-bin
proto -> ../../vecr/fc/proto
src -> ../../vecr/src
# cat README
The IO, audio, and images links here are necessary for the applets to work.
The other links are just for browsing the source.
#