<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Test my emails are not posting</font><br>
<br>
On 4/22/2009 12:00 PM, <a class="moz-txt-link-abbreviated" href="mailto:blueonyx-request@blueonyx.it">blueonyx-request@blueonyx.it</a> wrote:
<blockquote cite="mid:mailman.1.1240416002.25806.blueonyx@blueonyx.it"
type="cite">
<pre wrap="">Send Blueonyx mailing list submissions to
<a class="moz-txt-link-abbreviated" href="mailto:blueonyx@blueonyx.it">blueonyx@blueonyx.it</a>
To subscribe or unsubscribe via the World Wide Web, visit
<a class="moz-txt-link-freetext" href="http://www.blueonyx.it/mailman/listinfo/blueonyx">http://www.blueonyx.it/mailman/listinfo/blueonyx</a>
or, via email, send a message with subject or body 'help' to
<a class="moz-txt-link-abbreviated" href="mailto:blueonyx-request@blueonyx.it">blueonyx-request@blueonyx.it</a>
You can reach the person managing the list at
<a class="moz-txt-link-abbreviated" href="mailto:blueonyx-owner@blueonyx.it">blueonyx-owner@blueonyx.it</a>
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Blueonyx digest..."
Today's Topics:
1. [BlueOnyx:01102] Stange PHP issue (Jason Humphrey)
2. [BlueOnyx:01103] Re: PHP method for changing folder / file
owner? (Jeff Jones)
3. [BlueOnyx:01104] Re: Stange PHP issue (Darrell D. Mobley)
----------------------------------------------------------------------
Message: 1
Date: Wed, 22 Apr 2009 10:17:51 +0100
From: Jason Humphrey <a class="moz-txt-link-rfc2396E" href="mailto:jasonh@bws4ict.co.uk"><jasonh@bws4ict.co.uk></a>
Subject: [BlueOnyx:01102] Stange PHP issue
To: <a class="moz-txt-link-rfc2396E" href="mailto:blueonyx@blueonyx.it">"blueonyx@blueonyx.it"</a> <a class="moz-txt-link-rfc2396E" href="mailto:blueonyx@blueonyx.it"><blueonyx@blueonyx.it></a>
Message-ID:
<a class="moz-txt-link-rfc2396E" href="mailto:78BD2DEDA27F3E44A01CFCC4B504343C7A543FC720@COBALTEXCH.CobaltExchange.com"><78BD2DEDA27F3E44A01CFCC4B504343C7A543FC720@COBALTEXCH.CobaltExchange.com></a>
Content-Type: text/plain; charset="us-ascii"
I have discovered that one of our sites <a class="moz-txt-link-abbreviated" href="http://www.valuededicatedservers.co.uk">www.valuededicatedservers.co.uk</a><a class="moz-txt-link-rfc2396E" href="http://www.valuededicatedservers.co.uk"><http://www.valuededicatedservers.co.uk></a> is not working this morning, all that loads is a blank page.
The site uses a .htaccess file with mod-rewrite but I still get a blank page if I delete the .htaccess file so I presume it is not the problem.
/var/log/httpd/error_log does not give any errors even though I have turned them on in the php.ini file. <a class="moz-txt-link-freetext" href="http://www.valuededicatedservers.co.uk/test.php">http://www.valuededicatedservers.co.uk/test.php</a> shows the phpinfo() display if it is any use.
The site is a wordpress site and worked perfectly on our bluequartz server. Hopefully someone might know where to start looking.
Many Thanks,
Jason Humphrey
BWS
Partner
Mobile: 07875 305350
Office: 01444 471887
Email: <a class="moz-txt-link-abbreviated" href="mailto:jasonh@bws4ict.co.uk">jasonh@bws4ict.co.uk</a><a class="moz-txt-link-rfc2396E" href="mailto:jasonh@bws4ict.co.uk"><mailto:jasonh@bws4ict.co.uk></a>
Web: <a class="moz-txt-link-abbreviated" href="http://www.bws4ict.co.uk">www.bws4ict.co.uk</a><a class="moz-txt-link-rfc2396E" href="http://www.bws4ict.co.uk"><http://www.bws4ict.co.uk></a>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-freetext" href="http://www.blueonyx.it/pipermail/blueonyx/attachments/20090422/1b1b99e8/attachment-0001.html">http://www.blueonyx.it/pipermail/blueonyx/attachments/20090422/1b1b99e8/attachment-0001.html</a>
------------------------------
Message: 2
Date: Wed, 22 Apr 2009 11:59:29 +0100
From: Jeff Jones <a class="moz-txt-link-rfc2396E" href="mailto:jeffrhysjones@mac.com"><jeffrhysjones@mac.com></a>
Subject: [BlueOnyx:01103] Re: PHP method for changing folder / file
owner?
To: BlueOnyx General Mailing List <a class="moz-txt-link-rfc2396E" href="mailto:blueonyx@blueonyx.it"><blueonyx@blueonyx.it></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:6EF66440-ED14-4058-93F5-A99CC9115059@mac.com"><6EF66440-ED14-4058-93F5-A99CC9115059@mac.com></a>
Content-Type: text/plain; charset="us-ascii"
Hi all,
Just a heads up on my situation, because we upload files via SFTP and
then over to BX via SAMBA shares (via the admin account) we are not
able to change permissions using the SFTP software.
So this means that all permission changing for me has to be done
either via three ways:
The admin interface, phpchown, or via a shell.
The admin interface tickbox thingy is not quite ready yet, I'm not a
PHP developer so phpchown is out, so that leaves me with shell.
After much inner turmoil, I finally decided I was OK to give someone a
'Server Admin' level shell account on the server. Not too happy about
that - but I just need this problem solved as it's driving me nuts.
So for the last 6 months, whenever someone needs to create a wordpress
site - I have to stop what I am doing and do this:
(simple example)
drwxrwxr-- admin site1 /Home/Sites/www.bb.com/Web/
I would go to /Home/Sites/www.bb.com/
and then do:
chown -R apache Web
chmod -R -774 web
This gets me to here:
drwxrwxr-- apache site1 /Home/Sites/www.bb.com/Web/
This is good enough for people to install wordpress - I would then
manually go through and take out the world read files on sensitive
stuff (config.php etc).
This works like a charm for *me* - however this the show stopper - you
have to be root to do it.
The 'admin' account is unable to change the ownership of a file to
apache - as it's not root!!!! Arrrggh!
As I really, really can not even think about giving people root access
- I'm sort of screwed again.
It seems that every way I turn, I am unable to enable server admin
users the option of creating a wordpress type php site.
Has anyone got any other ideas on this? How about giving the admin
user the rights to chown files to apache? Would that possible? Is that
bad?!?!
Cheers,
Jeff
On 17 Apr 2009, at 16:22, Michael Stauber wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Jeff,
</pre>
<blockquote type="cite">
<pre wrap="">I know there was talk of some sort of tickbox / permissions fixer -
but in the meantime can anyone think of another way I can get around
this?
</pre>
</blockquote>
<pre wrap="">
It'll be added to BlueOnyx sometime this weekend.
--
With best regards
Michael Stauber
_______________________________________________
Blueonyx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a>
<a class="moz-txt-link-freetext" href="http://www.blueonyx.it/mailman/listinfo/blueonyx">http://www.blueonyx.it/mailman/listinfo/blueonyx</a>
</pre>
</blockquote>
<pre wrap="">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-freetext" href="http://www.blueonyx.it/pipermail/blueonyx/attachments/20090422/5e06c28e/attachment-0001.html">http://www.blueonyx.it/pipermail/blueonyx/attachments/20090422/5e06c28e/attachment-0001.html</a>
------------------------------
Message: 3
Date: Wed, 22 Apr 2009 11:50:53 -0400
From: "Darrell D. Mobley" <a class="moz-txt-link-rfc2396E" href="mailto:dmobley@uhostme.com"><dmobley@uhostme.com></a>
Subject: [BlueOnyx:01104] Re: Stange PHP issue
To: "'BlueOnyx General Mailing List'" <a class="moz-txt-link-rfc2396E" href="mailto:blueonyx@blueonyx.it"><blueonyx@blueonyx.it></a>
Message-ID: <1DD4F13727C3492FA69A661842124D34@HP9925NR>
Content-Type: text/plain; charset="us-ascii"
If the Wordpress page isn't working, but other PHP pages are, get the WP
administrator password from the client. Start by turning off all your WP
plugins.
What you will eventually find is that someone loaded a spam-laden SQL
injection into on the comments or something similar.
Check <a class="moz-txt-link-freetext" href="http://www.google.com/search?hl=en&q=word+press+blank+page">http://www.google.com/search?hl=en&q=word+press+blank+page</a>
</pre>
<blockquote type="cite">
<pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:blueonyx-bounces@blueonyx.it">blueonyx-bounces@blueonyx.it</a> [<a class="moz-txt-link-freetext" href="mailto:blueonyx-bounces@blueonyx.it">mailto:blueonyx-bounces@blueonyx.it</a>]
On Behalf Of Jason Humphrey
Sent: Wednesday, April 22, 2009 5:18 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:blueonyx@blueonyx.it">blueonyx@blueonyx.it</a>
Subject: [BlueOnyx:01102] Stange PHP issue
I have discovered that one of our sites <a class="moz-txt-link-abbreviated" href="http://www.valuededicatedservers.co.uk">www.valuededicatedservers.co.uk</a> is
not working this morning, all that loads is a blank page.
The site uses a .htaccess file with mod-rewrite but I still get a blank
page if I delete the .htaccess file so I presume it is not the problem.
/var/log/httpd/error_log does not give any errors even though I have
turned them on in the php.ini file.
<a class="moz-txt-link-freetext" href="http://www.valuededicatedservers.co.uk/test.php">http://www.valuededicatedservers.co.uk/test.php</a> shows the phpinfo()
display if it is any use.
The site is a wordpress site and worked perfectly on our bluequartz
server. Hopefully someone might know where to start looking.
Many Thanks,
Jason Humphrey
BWS
Partner
Mobile: 07875 305350
Office: 01444 471887
Email: <a class="moz-txt-link-abbreviated" href="mailto:jasonh@bws4ict.co.uk">jasonh@bws4ict.co.uk</a>
Web: <a class="moz-txt-link-abbreviated" href="http://www.bws4ict.co.uk">www.bws4ict.co.uk</a>
</pre>
</blockquote>
<pre wrap="">
------------------------------
_______________________________________________
Blueonyx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a>
<a class="moz-txt-link-freetext" href="http://www.blueonyx.it/mailman/listinfo/blueonyx">http://www.blueonyx.it/mailman/listinfo/blueonyx</a>
End of Blueonyx Digest, Vol 4, Issue 34
***************************************
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
+---------------------------------------------+
Richard C. Barker Sr.
CEO & President
1-800-510-3139
ProBass Networks Inc.
<a class="moz-txt-link-freetext" href="http://www.probassnetworks.net">http://www.probassnetworks.net</a>
<a class="moz-txt-link-freetext" href="http://www.probass.net">http://www.probass.net</a>
***************************************
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.
+---------------------------------------------+</pre>
</body>
</html>