[freeside] Clicking links comes up with Source Code
Sven Willenberger
sven at dmv.com
Wed Dec 24 08:17:55 PST 2003
On Wed, 2003-12-24 at 10:42, Scott Miller wrote:
> Thanks for the help.
>
> When I add:
>
> ScriptAlias /cgi-bin/ /usr/local/apache/htdocs/freeside-asp
> ScriptAlias /cgi-bin/ /var/www/freeside
> ScriptAlias /cgi-bin/ /var/www/freeside/cgi-bin
>
> service apache restart comes up fine, but still links come up with source
> code.
>
> When i remove that, and add:
>
> <Directory /usr/local/apache/htdocs/freeside-asp>
> AuthName Freeside
> AuthType Basic
> Options +Includes +ExeCGI
> AuthUserFile /usr/local/etc/freeside/htpasswd
> require valid-user
> </Directory>
> </VirtualHost>
>
> I get the following error:
>
> Starting httpd: Syntax error on line 1514 of /etc/httpd/conf/httpd.conf:
> Illegal option ExeCGI
> [FAILED]
>
> You can view exactly what I'm talking about on this test server here:
>
> http://freeside.interbelhost.com/freeside/
>
> Thanks,
> Scott
>
My typo: it should be +ExecCGI (2 "c"'s).
More information about the freeside-users
mailing list