Apache2 + fastcgi

basOS G noxelia at gmail.com
Sun Jan 28 01:58:09 EET 2007


Εχουμε ενα apache2 server με το fast cgi module enabled
Στο apache2.conf εχουμε
User www-data
Group www-data

και μεσα
NameVirtualHost *
<VirtualHost *>
	
	DocumentRoot /var/www/
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>

	<Directory /var/www/>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
                RedirectMatch ^/$   /apache2-default/
	</Directory>

	<Directory /var/www/saloufa/>
      		Options +ExecCGI -Multiviews
      		AddType audio/x-scpls pls
     		#AddHandler fastcgi-script fcg fcgi fpl
     		 DirectoryIndex index.html main.fcgi home.fcgi
       <Directory>

κλπ

και γραφοντας www.tade.com/saloufa/main.fcgi
παιρνουμε You don't have permission to access /saloufa/main.fcgi on this server
και στο errors.log βλεπουμε
[Sun Jan 28 01:49:54 2007] [error] [client 192.168.0.2] FastCGI:
"ExecCGI Option" is off in this directory: /saloufa/main.fcgi,
referer: http://www.tade.com/saloufa/


Οποιο καλο παιδι βλεπει κατι που δεν βλεπω ας μου το πει διοτι δεν
μπορω να το προχωρησω αλλο!




More information about the Linux-greek-users mailing list