[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CGI-Scripte funktionieren nicht in VirtualHosts



Frank Niedermann schrieb:
> Hallo,

dito.

> ich habe den Apache aus Woody mit mehreren VirtualHosts
> konfiguriert. CGI-Scripte im /cgi-bin/ des Hauptservers
> funktionieren, nicht aber CGI-Scripte im /cgi-bin/ eines
> VirtualHosts.
> 
> So ist cgi-bin im Hauptserver konfiguriert:
>   ScriptAlias /cgi-bin/ /home/www/http/cgi-bin/
>   <Directory /home/www/http/cgi-bin/>
>     AllowOverride None
>     Options ExecCGI
>     Order allow,deny
>     Allow from all
>   </Directory>
> 
> Und so sieht die VirtualHost Konfiguration aus:
>   ScriptAlias /cgi-bin/ /home/fbn/http/cgi-bin/

ich bin jetzt nicht der Apache Guru aber mir fehlt die Directory
definition. Also so was in dieser Art:
,-----------
|     <Directory /home/fbn/http/cgi-bin/>
|       AllowOverride None
|       Options ExecCGI
|       Order allow,deny
|       Allow from all
|     </Directory>
`----------
[...]

-- 
        ///    ---- HTH
       (..)      ----- stefan
----oo0-\/-0oo-------------------
        http://www.sbsbavaria.de/



Reply to: