Hallo,
ich stelle gerade eine alte Apache httpd.conf auf Apache2 um. Dabei gibt es diesen merkwürdigen Fehler:
Apache2 Syntax error in line 898. Invalid command 'ScriptAlias'
Der Apache ist mit enable cgi compiliert worden. Muss ich noch irgendwo was einfügen damit Script-Alias funktioniert?
Danke für die Hilfe
Martin
Invalid command 'ScriptAlias' ??????????????????????????
-
blackdrum23
- Posts: 85
- Joined: 2003-09-30 21:24
- Location: Aying
- Contact:
Re: Invalid command 'ScriptAlias' ??????????????????????????
Setzt den Context mal kurz vor deine VHosts
dann sollte es klappen
Code: Select all
<Directory "/var/www/html">
Options +ExecCGI
</Directory>