|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: |
Alias /script_path/ /usr/share/script_path/web/
Alias /cgi-bin/program /usr/lib/cgi-bin/script_path
<Directory "/usr/share/script_path/web">
AllowOverride none
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/lib/cgi-bin/script_path">
AddHandler cgi-script cgi
DirectoryIndex /cgi-bin/index.cgi
AllowOverride None
Options +ExecCGI +Indexes +MultiViews +SymLinksIfOwnerMatch +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
<Directory "/var/lib/script_path/data">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|
Advertisement
| Hall of Fame |