T
TRANS
I've done all this numerous times before but, sigh, apparently I'm
forgetting something. I'm just trying to serve up a straight CGI
script, nothing fancy.
Running Ubuntu Apache2:
<VirtualHost *>
#SetEnv RAILS_ENV development
ServerName lilwiki
DocumentRoot /serve/www/lilwiki/
ErrorLog /home/trans/file/projects/PsyTower/lilwiki/log/apache.log
<Directory /home/trans/file/projects/PsyTower/lilwiki/public/>
Options +ExecCGI +FollowSymLinks
AddHandler cgi-script .rbx
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
By all accounts (I just spent the last 40 minutes seaching the web and
mailing-list) the above should be all I need. But all it does is serve
up .rbx files as plain text --it doesn't execute them. What am I missing?
T.
forgetting something. I'm just trying to serve up a straight CGI
script, nothing fancy.
Running Ubuntu Apache2:
<VirtualHost *>
#SetEnv RAILS_ENV development
ServerName lilwiki
DocumentRoot /serve/www/lilwiki/
ErrorLog /home/trans/file/projects/PsyTower/lilwiki/log/apache.log
<Directory /home/trans/file/projects/PsyTower/lilwiki/public/>
Options +ExecCGI +FollowSymLinks
AddHandler cgi-script .rbx
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
By all accounts (I just spent the last 40 minutes seaching the web and
mailing-list) the above should be all I need. But all it does is serve
up .rbx files as plain text --it doesn't execute them. What am I missing?
T.