Forum OpenACS Q&A: Response to ads gif

Collapse
7: Response to ads gif (response to 1)
Posted by Budi Wiyono on
I open url like this: http://127.0.0.1/ads/arsdigita.gif

But the image could not appear (broken link).

With configuration like bellow:

1. There is 2 images (default from OpenACS package).

[root]# ls -l /var/opt/www/openacs/www/ads

total 28

-rw-r--r--    1 nsadmin  nsadmin    12170 Jan 28  2000 arsdigita.gif
-rw-r--r--    1 nsadmin  nsadmin        62 Jan 28  2000 readme.txt
-rw-r--r--    1 nsadmin  nsadmin      8965 Jan 28  2000 scorecard.gif

2. Here is my httpd.conf:

  AolServerConf config_file  /etc/opt/openacs-325/nsd.ini
#
  ServerAdmin admin@localhost
  ServerName localhost
  ErrorLog /usr/local/apache_1.3.20/logs/openacs_error_log
  DocumentRoot "/var/opt/www/openacs/www"
#
  <Directory "/var/opt/www/openacs/www">
    Options Indexes FollowSymLinks MultiViews ExecCGI
    DirectoryIndex index.tcl index.adp index.shtml index.html index.htm
    AddHandler adp adp
    AddHandler aolserver tcl
  </Directory>
</VirtualHost>