hi I have a video system (ostube) and this have an upload script in pearl. When I upload a file on the installed system. The browser want download the upoad script. I the Root Order is a cgi-bin order, musst I copy the upload files to /var/www/webtube.de/cgi-bin ? for run this script or musst i some things installed for pearl.
That means the directory /var/www/webtube.de/cgi-bin is not script aliased, you need to set that up in your apache config
Why create the ispconfig3 system the order ? musst I change this in the Apache Directory by ispconfig website and option ?
Am not sure what happens with the ispconfig system if you edit the files by hand. So i guess someone who does can provide better feedback
see here the configuration in the vhost Code: # cgi enabled <Directory /var/clients/client1/web197/cgi-bin> Order allow,deny Allow from all </Directory> ScriptAlias /cgi-bin/ /var/clients/client1/web197/cgi-bin/ AddHandler cgi-script .cgi AddHandler cgi-script .pl # php as cgi enabled ScriptAlias /php5-cgi /var/www/php-cgi-scripts/web197/php-cgi-starter Action php5-cgi /php5-cgi AddHandler php5-cgi .php .php3 .php4 .php5 <Directory /var/www/php-cgi-scripts/web197/> Order allow,deny Allow from all </Directory>
an .pl (other Question) i have found your howto http://www.topdog.za.net/ps3_media_server I have at home instralled mediatomb you know, is fuppes an better solution.
.pl should work have you set the executable bit on it using Code: chmod 755 script_name fuppes used to be good, but i have also switched to mediatomb now, the transcoding is so simple with mediatomb.