Search found 30 matches
- Thu Oct 09, 2008 12:40 pm
- Forum: PHP Help and Discussion
- Topic: Enable UTF8 support for PCRE
- Replies: 1
- Views: 3939
PCRE Unicode Properties Support
I ran the following command from the command line: pcretest -C And received the following output: PCRE version 4.5 01-December-2003 Compiled with UTF-8 support Newline character is LF Internal link size = 2 POSIX malloc threshold = 10 Default match limit = 10000000 Match recursion uses stack But, I ...
- Thu Oct 09, 2008 10:59 am
- Forum: PHP Help and Discussion
- Topic: Enable UTF8 support for PCRE
- Replies: 1
- Views: 3939
Enable UTF8 support for PCRE
I was recently trying out a new application but wasn't receiving the results I was expecting and after taking a look at my error logs it would appear that PHP's Perl Compatible Regular Expression extension was not compiled with UTF8 support which my application requires. So it seems like it would be...
- Mon Sep 15, 2008 9:40 am
- Forum: PHP Help and Discussion
- Topic: Yum oci8 extension install?
- Replies: 4
- Views: 13701
Thanks Scott
Yeah, I didn't really understand this fully until yesterday. I remember that you had told me that, but then when I found out that I needed to install the OCI8 extension still I wondered why that module wasn't available in your repository. Then, as I downloaded it myself and began trying to install i...
- Sun Sep 14, 2008 4:51 pm
- Forum: PHP Help and Discussion
- Topic: Yum oci8 extension install?
- Replies: 4
- Views: 13701
HOWTO: OCI8 and Oracle Instant Client on Linux Plesk
OK, I've accomplished my main goal for the day :-). I've gotten the OCI8 PHP Module installed along with the Oracle Instant Client Library so now I can make calls to our Oracle database within PHP. Awesome! So this is what I needed to do. Step 1: Download Oracle Instant Client Basic AND SDK Packages...
- Sun Sep 14, 2008 2:28 pm
- Forum: PHP Help and Discussion
- Topic: Yum oci8 extension install?
- Replies: 4
- Views: 13701
Yum oci8 extension install?
I've just recently been looking into this again and I found out that Plesk stores all of the PHP extensions (modules) in this folder on x86_64 systems: /usr/lib64/php/modules/ The mysql and other modules are listed there, but the oci8 module is not listed. How can I get the oci8 php module onto my P...
- Wed Aug 06, 2008 1:09 pm
- Forum: PHP Help and Discussion
- Topic: FancyUpload Possible mod_security conflict with Plesk
- Replies: 9
- Views: 10091
BadBehaviour Anyone?
So I continued looking into this and it looks like the problem was entirely due to the BadBehaviour plugin which blocked the Shockwave Flash user agent because of it's potential usage by spam harvesters. Opening up the blacklist file and commenting out that line fixed the problem on the other site. ...
- Wed Aug 06, 2008 12:02 pm
- Forum: PHP Help and Discussion
- Topic: FancyUpload Possible mod_security conflict with Plesk
- Replies: 9
- Views: 10091
Error Log
OK, I've looked through a few of the error_logs and I found the following when in relation to one of the directives I added: [Tue Aug 05 14:39:23 2008] [alert] [client X.XX.X.XX] /var/www/vhosts/imperial.edu/subdomains/labs/httpdocs/.htaccess: Invalid command 'SecFilterEngine', perhaps mis-spelled o...
- Wed Aug 06, 2008 11:21 am
- Forum: PHP Help and Discussion
- Topic: FancyUpload Possible mod_security conflict with Plesk
- Replies: 9
- Views: 10091
I'm checking the log
My error log file is huge it's about 1.29GB so I've been having some trouble getting to the point where I can see the errors from yesterday. I'm currently splitting the file into smaller chunks so that I can read it more easily. The 500 errors were due to me adding the two mod_security directives in...
- Wed Aug 06, 2008 10:09 am
- Forum: PHP Help and Discussion
- Topic: FancyUpload Possible mod_security conflict with Plesk
- Replies: 9
- Views: 10091
I'm not using ASL
Actually I'm not using ASL so I cannot use the web interface this is just with a stock Plesk install. It just bothers me that it is something that does not work with Plesk when I know my other server running cPanel doesn't have any trouble. I've contacted Parallels Support on the issue, but their su...
- Tue Aug 05, 2008 8:48 pm
- Forum: PHP Help and Discussion
- Topic: FancyUpload Possible mod_security conflict with Plesk
- Replies: 9
- Views: 10091
FancyUpload Possible mod_security conflict with Plesk
So I'm trying to use Joomla 1.5's new FancyUpload capability, which allows you to upload multiple files at once (like you see on a lot of the newer sites, especially the video sharing ones), but on my Plesk server it seems as if there is a possible conflict with mod_security that does not allow the ...
- Wed Jul 23, 2008 7:38 pm
- Forum: PHP Help and Discussion
- Topic: Enabling Oracle Instant Client on Plesk
- Replies: 5
- Views: 11520
That's too bad
In my book here it says that Oracle Instant Client "comes with a free license for both development and production environments" but I guess it might be different if you're actually distributing the files, rather than directly downloading from Oracle? Thanks for the reply though, since I wa...
- Wed Jul 23, 2008 12:26 pm
- Forum: PHP Help and Discussion
- Topic: Enabling Oracle Instant Client on Plesk
- Replies: 5
- Views: 11520
Enabling Oracle Instant Client on Plesk
I have a book here about PHP Oracle Web Development and it has some instructions for installing Oracle's Instant Client on a Linux Machine (to enable Oracle database support for PHP) and it gives me the following instructions: First I would download a copy of the Oracle Instant Client, in our case w...
- Fri May 02, 2008 4:20 pm
- Forum: General Help and Development Discussion
- Topic: Apache 403 Forbidden Errors After Nagios Install Attempt
- Replies: 7
- Views: 6410
Found a Solution
OK, I finally found a solution that was available on the SWSoft Forums: http://forum.swsoft.com/showthread.php?t=22639&highlight=nagios The problem was that during the Nagios installation, apache was removed from the psaserv group so psaserv no longer had the right to serve webpages. To fix the ...
- Thu May 01, 2008 8:25 pm
- Forum: General Help and Development Discussion
- Topic: Apache 403 Forbidden Errors After Nagios Install Attempt
- Replies: 7
- Views: 6410
Not using ASL
I'm not using ASL (does it come with some type of monitoring software too?). I was actually trying to get Nagios working because our new college president wanted us to begin sending weekly reports with all our server stats (disk, memory, cpu usage) so I was trying to get it installed on our web serv...
- Thu May 01, 2008 1:46 pm
- Forum: General Help and Development Discussion
- Topic: Apache 403 Forbidden Errors After Nagios Install Attempt
- Replies: 7
- Views: 6410
Added Temporary Redirect
In order for people to not experience too much downtime with our site I've added a temporary redirect from imperial.edu to cms.imperial.edu so if you would like to see the error page this URL will be better:
http://michael-heumann.imperial.edu/
http://michael-heumann.imperial.edu/