mehrere virtuell webserver with own cgi-bin directory

C

ccc

Routinier
virtual web server with own cgi-bin directory

Hi

I have a webserver with SuSE 8.2 and Apache 1.3.27 .
There are many virtuell webserver.

But every virtuell webserver should have own cgi-bin directory.
How can I do that ?

Happy New Year !
ccc
 
Zuletzt bearbeitet:
Heya

You should try the new Apache 2. It has an extra Module for virtual hosting (i.E. no restart to activate new vhosts). I think there you also won't have problems like this.

HNY!

Greetz
Joel
 
Code:
<VirtualHost ...>
   ...
  ScriptAlias /cgi-bin/ /srv/www/user_x/cgi-bin/
</VirtualHost>
 
thanks !

and I've installed Apache 2
 
Zuletzt bearbeitet:

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

dovecot und postfix Konfiguration Problem

Akonadi startet nicht mehr

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Zurück
Oben