| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Fri Jul 06, 2007 5:30 am    Post subject: I need help with Roadsend PHP Compiler | 
				      | 
			 
			
				
  | 
			 
			
				Roadsend PHP Compiler
 
http://www.roadsend.com/home/index.php
 
 
I was wondering if any of you heard of this application before? It allows you to convert your PHP scripts into standard DLLs to be run from a Web Server. You can choose to have a CGI or FastCGI interface. The problem is that it doesn't work (Server Error: 503 Service Unavailable) no matter what options you choose. I'm hoping Aprelium can help out with this.
 
 
Note: If you can get this thing to work, please post a tutorial.
 
 
Kind regards, Josh | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sat Jul 07, 2007 3:03 pm    Post subject: Re: I need help with Roadsend PHP Compiler | 
				      | 
			 
			
				
  | 
			 
			
				TRUSTAbyss,
 
 
Try activating the highest level of FastCGI debugging to know what going on behind the scenes.
 
 
We'll give Roadsend a try and will post more information about the problem (or its solution) later. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Sat Jul 21, 2007 3:28 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Hello Aprelium,
 
 
I was wondering if you started testing Roadsend PHP Compiler yet? If so, can you please post an update to your findings. Thank You! ;-) | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sun Jul 22, 2007 1:51 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				TRUSTAbyss,
 
 
We're sorry. We had no time this week to check Roadsend. The work on the new Beta has taken all of our time (and even more ;-) ). _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Mon Jul 23, 2007 2:17 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				TRUSTAbyss,
 
 
We did the test with a simple script and generated a FastCGI .exe. The generated executable worked fine with no errors.
 
 
So we suggest that you rename the .fcgi file to a .exe and run it by a double-click. Does it complain about missing DLLs? _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Mon Jul 23, 2007 3:47 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| That's odd. Can you post a small tutorial on how to compile the PHP application? | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		admin Site Admin
 
  Joined: 03 Mar 2002 Posts: 1348
 
  | 
		
			
				 Posted: Mon Jul 23, 2007 3:59 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | TRUSTAbyss wrote: | 	 		  | That's odd. Can you post a small tutorial on how to compile the PHP application? | 	  
 
 
We did nothing special.
 
 
We installed Roadsend, launched the Roadsend IDE, selected Project > Open, and opened the fcgi-project available in their projects subdirectory. Next we selected Project > Build. This generated a file called fcgi-project.fcgi (it is an executable but with a .fcgi extension).
 
 
We added /*.fcgi to Abyss Web Server "Script Paths" (and asked it to run them as FastCGI executables using local pipes).
 
 
Next we moved fcgi-project.fcgi and libfcgi-project_u-2.9a.dll to the website directory and browsed http://oursite/fcgi-project.fcgi (or you can set an alias to the directory project). _________________ Follow @abyssws on Twitter
 
Subscribe to our newsletter
 
_________________
 
Forum Administrator
 
Aprelium - https://aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Mon Jul 23, 2007 6:25 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| I finally got it to work and it works perfectly. Thanks for the help with this. | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |