Search found 23 matches
Aprelium Forum Index
Author Message
  Topic: PHP 5.4.7 OS X
sonofcolin

Replies: 4
Views: 26634

PostForum: PHP   Posted: Sun Oct 14, 2012 8:31 pm   Subject: PHP 5.4.7 OS X
Thought I'd share with you how I build PHP for OS X and Abyss using 'Homebrew.' This works for NGINX, so I thought it should work for Abyss. It seems to :)
My setup. OS X server 10.7.5. You will need ...
  Topic: [python] DJANGO framework under FastCGI on ABYSS - how
sonofcolin

Replies: 13
Views: 43957

PostForum: FastCGI/CGI   Posted: Fri Oct 02, 2009 2:21 pm   Subject: [python] DJANGO framework under FastCGI on ABYSS - how
Thanks to a lot of hard work and debugging by Aprelium, I can confirm that Django/Abyss is possible and we currently host a site powered by such a combination.
  Topic: [python] DJANGO framework under FastCGI on ABYSS - how
sonofcolin

Replies: 13
Views: 43957

PostForum: FastCGI/CGI   Posted: Sat Sep 05, 2009 1:45 pm   Subject: Django
Bumpity bump, bump.
I'm close, but no cigar. Would love to get this working.
  Topic: How do I make it work? PHP / FastCGI / Mac
sonofcolin

Replies: 7
Views: 26034

PostForum: FastCGI/CGI   Posted: Thu Apr 02, 2009 7:12 am   Subject: How do I make it work? PHP / FastCGI / Mac


How do I check for running php processes?
Activity monitor in 'Applications/Utilities/'
  Topic: How do I make it work? PHP / FastCGI / Mac
sonofcolin

Replies: 7
Views: 26034

PostForum: FastCGI/CGI   Posted: Mon Mar 30, 2009 6:25 pm   Subject: How do I make it work? PHP / FastCGI / Mac


Download my compiled PHP5 (Mac OS X 10.4) package and unzip it to the /Applications folder. Use MySQL 5.0.77 and it should work fine. http://www.trustabyss.com/PHP5.zip

Well done that man!

N ...
  Topic: How do I make it work? PHP / FastCGI / Mac
sonofcolin

Replies: 7
Views: 26034

PostForum: FastCGI/CGI   Posted: Mon Mar 30, 2009 6:19 pm   Subject: How do I make it work? PHP / FastCGI / Mac
I've just been through this and I feel your pain. However, it is possible to get it working in fastcgi mode.

What does /usr/local/php/bin/php-cgi -i return when run from the terminal? (change your ...
  Topic: PHP Not Working on OSX
sonofcolin

Replies: 16
Views: 49419

PostForum: PHP   Posted: Wed Mar 25, 2009 12:02 pm   Subject: PHP Not Working on OSX


any new php-precompile image for mac os users ?

Yes - install macports. Then:
sudo install php5 +fastcgi
Make a cup of tea.
Change scripting parameters interface to Fast-cgi local pipes and ...
  Topic: PHP Not Working on OSX
sonofcolin

Replies: 16
Views: 49419

PostForum: PHP   Posted: Wed Mar 25, 2009 11:46 am   Subject: PHP Not Working on OSX
I have managed to install php5.2.9 on an intel and ppc mac using macports. Both build and install without issue on both machines. Both builds are identical in configuration.

The intel build works w ...
  Topic: Preconfigured PHP 5.2.9-1 package for Windows
sonofcolin

Replies: 15
Views: 41753

PostForum: PHP   Posted: Sun Mar 22, 2009 6:02 pm   Subject: Preconfigured PHP 5.2.9-1 package for Windows
I think it is safe to assume that Aprelium's main audience is Windows users. That's why they make a PHP package for it first. They do release OS X packages (or at least they have in the past), but not ...
  Topic: Preconfigured PHP 5.2.9-1 package for Windows
sonofcolin

Replies: 15
Views: 41753

PostForum: PHP   Posted: Tue Mar 17, 2009 3:55 pm   Subject: Preconfigured PHP 5.2.9-1 package for Windows
Whilst it is no ones responsibility to do anything for anybody, this is a support forum and users are looking for help.

Aprellium do compile and support most new releases of PHP for windows. That's ...
  Topic: Preconfigured PHP 5.2.9-1 package for Windows
sonofcolin

Replies: 15
Views: 41753

PostForum: PHP   Posted: Tue Mar 17, 2009 2:24 pm   Subject: Preconfigured PHP 5.2.9-1 package for Windows
It isn't Aprelium responsibility to compile php for you every time php.net releases a new version of it. The whole point of Aprelium.com is to provide you with Abyss Web Server.

You can consider yo ...
  Topic: Preconfigured PHP 5.2.9-1 package for Windows
sonofcolin

Replies: 15
Views: 41753

PostForum: PHP   Posted: Tue Mar 17, 2009 8:30 am   Subject: Preconfigured PHP 5.2.9-1 package for Windows
It becomes far more complicated when you compile php for other operating systems.
That may be true, but abyss is still a multi-paltform application. Difficult doesn't mean impossible, especially as o ...
  Topic: Preconfigured PHP 5.2.9-1 package for Windows
sonofcolin

Replies: 15
Views: 41753

PostForum: PHP   Posted: Mon Mar 16, 2009 4:14 pm   Subject: Preconfigured PHP 5.2.9-1 package for Windows
Lucky windows users - seem to be getting all the support (for a multi-platform application).
  Topic: PHP 5.2.6+ for mac? With cURL?
sonofcolin

Replies: 5
Views: 19231

PostForum: PHP   Posted: Mon Mar 16, 2009 11:17 am   Subject: PHP 5.2.6+ for mac? With cURL?
I'm not a mac user, but did you take a look at your php.ini file?
Look for this line:
;extension=php_curl.dll

OS X doesn't use .dll files and the OS X build 5.2.2 from Aprelium doesn't have curl ...
  Topic: PHP 5 build instructions OS X
sonofcolin

Replies: 2
Views: 13150

PostForum: PHP   Posted: Mon Mar 02, 2009 9:39 pm   Subject: Build os x 10.4.11
I downloaded 5.2.9 source and compiled on Darwin Kernel Version 8.11.0 PPC with xcode 2.5:
./configure --prefix=/Applications/PHP5 --enable-fastcgi --with-gd=shared --with-zlib --enable-dbase --with- ...
  Topic: PHP 5 build instructions OS X
sonofcolin

Replies: 2
Views: 13150

PostForum: PHP   Posted: Mon Mar 02, 2009 10:11 am   Subject: PHP 5 build instructions OS X
As the OS X PHP installer isn't being updated, are there any special build requirements for PHP5 on OS X/Abyss? I'm trying to create a 'typical' install from source, with no extras. TIA
  Topic: Preconfigured PHP 5.2.8 for Windows
sonofcolin

Replies: 15
Views: 52472

PostForum: PHP   Posted: Tue Dec 23, 2008 1:05 am   Subject: Preconfigured PHP 5.2.8 for Windows
MacOS X version:

It takes more time to package and we do not expect to have it ready it before a few days.
As nothing has been packaged beyond 5.2.2 on OS X, I won't hold my breath for this versio ...
  Topic: Preconfigured PHP 5.2.6 ready for tests
sonofcolin

Replies: 21
Views: 47525

PostForum: PHP   Posted: Tue Sep 23, 2008 12:16 pm   Subject: Preconfigured PHP 5.2.6 ready for tests
Which OS, Sonofcolin; Mac OS or Windows?

OS X - Mac OS.
  Topic: Preconfigured PHP 5.2.6 ready for tests
sonofcolin

Replies: 21
Views: 47525

PostForum: PHP   Posted: Wed Sep 17, 2008 3:39 pm   Subject: OS X
Any news on a pre-configured 5.2.6 build for OS X?
  Topic: Apache rewrite --> Abyss help
sonofcolin

Replies: 5
Views: 24088

PostForum: URL Rewriting   Posted: Fri Sep 28, 2007 3:00 am   Subject: Apache rewrite --> Abyss help
Just wanted to say a big thank you to the support staff. The above example did answer my questions and has allowed me to build upon this. Great support and a great product.
  Topic: Apache rewrite --> Abyss help
sonofcolin

Replies: 5
Views: 24088

PostForum: URL Rewriting   Posted: Wed Sep 26, 2007 9:16 pm   Subject: Apache rewrite --> Abyss help

To be able to help you with the full convertion, we need to have the line starting with RewriteBase. If there is no such line in the .htaccess file you're converting, please let us know what the URL ...
  Topic: Apache rewrite --> Abyss help
sonofcolin

Replies: 5
Views: 24088

PostForum: URL Rewriting   Posted: Mon Sep 24, 2007 7:57 pm   Subject: Apache rewrite --> Abyss help
Ok. I need the professional version to do this. I was just using the free version to test. I'll contact support to see if they can give me a look at the pro version of the rewrite engine to see if it' ...
  Topic: Apache rewrite --> Abyss help
sonofcolin

Replies: 5
Views: 24088

PostForum: URL Rewriting   Posted: Sun Sep 23, 2007 8:26 pm   Subject: Apache rewrite --> Abyss help
I'm trying to transfer some apache rewrite rules to Abyss:
RewriteCond %{QUERY_STRING} ^cPath=133$ [NC]
RewriteCond %{REQUEST_URI} /index\.php$ [NC]
RewriteR ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group