Invalid command 'ScriptAlias' ??????????????????????????

Apache, Lighttpd, nginx, Cherokee
Post Reply
schröder
Posts: 56
Joined: 2003-05-04 12:52
 

Invalid command 'ScriptAlias' ??????????????????????????

Post by schröder »

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
blackdrum23
Posts: 85
Joined: 2003-09-30 21:24
Location: Aying
Contact:
 

Re: Invalid command 'ScriptAlias' ??????????????????????????

Post by blackdrum23 »

Setzt den Context mal kurz vor deine VHosts

Code: Select all

<Directory "/var/www/html">
  Options +ExecCGI
</Directory>
dann sollte es klappen
Post Reply