Question

Iulian Holonca <iulian_holonca-/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <[email protected]>
Hi,
  I have the latest Apache version (2.2.8) running under Windows XP  and I downloaded the latest fastcgi dll (mod_fastcgi-2.4.6-AP22.dll) and copied it in the Apache modules dir. I compiled the echo sample but I cannot make it run: I cannot get past an "you are not authorised to view this page" error. 
   
  My latest config:
   
  LoadModule fastcgi_module modules\mod_fastcgi-2.4.6-AP22.dll  
  AddHandler fastcgi-script fcg fcgi fpl exe   
 <Directory "C:/Program Files/Apache Group/Apache2/htdocs">
         AllowOverride None
 Options FollowSymLinks +ExecCGI
         SetHandler fastcgi-script
         Order allow,deny
         Allow from all
</Directory>
  and the url: http://localhost/echo-cpp.exe
   
  I also tried: 
  LoadModule fastcgi_module modules\mod_fastcgi-2.4.6-AP22.dll  
 ScriptAlias /fcgi-bin "C:/Program Files/Apache Group/Apache2/htdocs/fcgi-bin"
  AddHandler fastcgi-script fcg fcgi fpl exe  
 <Directory "C:/Program Files/Apache Group/Apache2/htdocs/fcgi-bin">
         AllowOverride None
         Options ExecCGI   
         SetHandler fastcgi-script
         Options None
         Order allow,deny
         Allow from all
  </Directory>
using the url: http://localhost/fcgi-bin/echo-cpp.exe
   
  
Thanks.


Iulian Holonca
       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.