Search found 16 matches
Aprelium Forum Index
Author Message
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Sat Nov 05, 2011 2:20 am   Subject: PHP 5.3.8 Configuration
Ok I was using MySQL 5.1.56, PHP 5.3.8 and Abyss 2.7

Tried downgrading PHP from 5.3.8 to 5.2.9 still errored out so I kept 5.2.9
Tried older MySQL 5.1.51 and still errored out so I put back to 5.1 ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Sun Oct 30, 2011 1:49 am   Subject: PHP 5.3.8 Configuration
I would imagine it has to do with php more then it does abyss due to php 5.3 compatibility issues.


Ok so I tried downgrading to PHP 5.2.9-1 and I get the same results...Error out 20 -25 seconds. ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Fri Oct 28, 2011 2:49 pm   Subject: PHP 5.3.8 Configuration
Try disabling Anti-Hacking Protection to see if you can get the script to work. Most likely it is a php compatibility issue and anti hacking is blocking your script from running. I had to turn it of ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Fri Oct 28, 2011 2:47 pm   Subject: PHP 5.3.8 Configuration
Hello timleonard--

It would help a little to know just what script or scripts you are trying to run that are producing these errors, if you feel like disclosing that information. I run several scr ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Thu Oct 27, 2011 6:07 am   Subject: PHP 5.3.8 Configuration
This is just a shot in the dark but maybe you should set the Abyss Server Configuration/Parameter/timeout (in Abyss control panel) to a higher timeout value. I don't *think* I changed this value and m ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Wed Oct 26, 2011 2:06 am   Subject: Re: PHP 5.3.8 Configuration
OK, so everytime I run a script longer than approx. 25 seconds it stops with a internal server 500 error. In looking in the Fastcgi.log it has the following information after running a script twice: ...
  Topic: PHP 5.3.8 Configuration
timleonard

Replies: 11
Views: 35179

PostForum: PHP   Posted: Tue Oct 25, 2011 4:40 pm   Subject: PHP 5.3.8 Configuration
I installed the pre-configured 5.3.8 and for the most part seems to work

However I am having problems with a 500 error. I run a couple of scripts that I use frequently and it randomly gets the err ...
  Topic: Redirect from a Port Forwarded IP to mysite/Index.php
timleonard

Replies: 3
Views: 14380

PostForum: URL Rewriting   Posted: Wed Sep 01, 2010 3:20 pm   Subject: Re: Redirect from a Port Forwarded IP to mysite/Index.php
Well its just that I built my site using folders and all the links are made to it. For example... /mysite, /mytestsite, /my_additional_site

Currently use an .html file to redirect it to /mysite. ...
  Topic: Redirect from a Port Forwarded IP to mysite/Index.php
timleonard

Replies: 3
Views: 14380

PostForum: URL Rewriting   Posted: Fri Aug 27, 2010 4:49 pm   Subject: Redirect from a Port Forwarded IP to mysite/Index.php
I am using the abyss 2.6 x1

Since I do not have a static ip I use a port forward to an IP address so the question is...Is possible to redirect incoming request from the incoming IP address to mysi ...
  Topic: Website Subdirectory Access
timleonard

Replies: 2
Views: 10243

PostForum: General Questions   Posted: Thu Apr 16, 2009 4:26 am   Subject: Website Subdirectory Access
I just went through that, basically you have two choices, Rewrite rule or anti-leeching...See the following [url=http://www.aprelium.com/forum/viewtopic.php?t=18060]Thread. It may help
  Topic: No Direct Linking
timleonard

Replies: 3
Views: 17172

PostForum: URL Rewriting   Posted: Mon Apr 06, 2009 6:31 am   Subject: No Direct Linking
So which is better to use...Anti-leeching or a rewrite rule to prevent direct linking?
  Topic: No Direct Linking
timleonard

Replies: 3
Views: 17172

PostForum: URL Rewriting   Posted: Sat Apr 04, 2009 9:40 pm   Subject: No Direct Linking
I am trying to prevent direct linking to some photo content. I am using the following rule which is suppose to redirect to a file called illegal_link.gif. The log file states it's working but it disp ...
  Topic: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
timleonard

Replies: 6
Views: 28091

PostForum: URL Rewriting   Posted: Fri Sep 14, 2007 6:24 am   Subject: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
Well I finally got it to work...Not sure if it is 100% right but its working

here is what I am using, perhaps someone can make suggestions if its not right

^/wpmu/(.*/)?files/$ Perform an inte ...
  Topic: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
timleonard

Replies: 6
Views: 28091

PostForum: URL Rewriting   Posted: Thu Sep 06, 2007 6:38 pm   Subject: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
Good grief!!!!!

I am still having an issue with this rewrite URL stuff. Is there not anyone who can shed some light on this or point me in a direction I can understand. I have read through every ...
  Topic: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
timleonard

Replies: 6
Views: 28091

PostForum: URL Rewriting   Posted: Sat Sep 01, 2007 6:01 pm   Subject: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
OK I have been racking my brain for for days now and still can't this figure out. Could someone PLEASE point me in the right direction. Below is what I have been trying with no success...


^/ ...
  Topic: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
timleonard

Replies: 6
Views: 28091

PostForum: URL Rewriting   Posted: Thu Aug 30, 2007 8:31 pm   Subject: Converting Apache RewriteRule/Cond to Abyss URL Rewrite
Would someone be so kind as to help me conver the following .htacess rewriterule to abyss url rewrite


RewriteEngine On
RewriteBase /wpmu/


#uploaded files
RewriteRule ^(.*/)?files/$ index.p ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group