Error after upgrading to php 5.4.6

2012-09-03 Thread Darrell Betts
My php pages will no longer render in a web browser after upgrading to php 
5.4.6. Used port upgrade to do this. Running apache 2.2.22_6.
Checked the error log and this is what I receive 

[notice] child pid 38232 exit signal Segmentation fault (11)

This does this on all php pages.
Any idea how to fix this error?


Thanks___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Weird configuration with Apache 22 and Freebsd 9.0

2012-01-30 Thread Darrell Betts
Installed Freebsd9.0 along with Apache2.2 ,php5, php5-extensions, perl, and 
phpmyadmin

phpmyadmin works fine when i put in the url but if I add a virtual host file 
then I get the error can't find phpmyadmin on the server.

What am I missing here?

Thanks___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Trying run a php script from cron

2010-03-09 Thread Darrell Betts
I am trying to run a php script from the cron tab and these are the  
errors I receive:



/usr/local/bin/php php -q /home//ripper.php result
Could not open input file: php
/usr/local/bin/php php -/home//ripper.php result

Could not open input file: php

/usr/local/bin/php  -/home//ripper.php result

This script must be called from the command line.

Running Freebsd 8.0,  Php 5.2.12
I have chmod the script 644 still no luck tried it chmod 777 still no  
luck. I have goggled this problem and followed the tutorials but still  
no luck.

Any ideas how I can get the script to run?
I can run run it from the command line without any problems.

Thanks


Darrell Betts
be...@norden1.com
---
Looks like I Picked the Wrong Week to Stop Sniffing Glue.
-- Steve McCroskey --

Live ATC Feed from Toledo Express Airport http://d.liveatc.net/ktol.m3u

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


setup cronjob

2008-09-11 Thread Darrell Betts
I have wrote a small script put it in my home directory. I am trying  
to setup a cronjob to run it every six hours. When it runs the job I  
receive the error message  /usr/home/test/cronjobs/test.sh: not  
found I have tripe checked the file permissions and they appear  
correct so I am stumped as to why this won't run? Any ideas?


Cron job example

0   /6  *   *   *   test
/usr/home/test/cronjobs/test.sh

Thanks in advanced


Darrell Betts
[EMAIL PROTECTED]
---
Looks like I Picked the Wrong Week to Stop Sniffing Glue.
-- Steve McCroskey --

Live ATC Feed from Toledo Express Airport http://audio.liveatc.net:8012/ktol.m3u




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Postfix not forwarding mail to primary domain

2007-07-19 Thread Darrell Betts
I recently put a second email server online and made that the main email 
server. I made the other one a backup server. Both are running FreeBSD 
6.2 and Postfix. My main server went down and the backup server 
collected all the mail. When the main came online the backup has not 
forwarded the mail from the backup server to the main server. I have 
even tried the flush command. What could be wrong. I will include my 
postconf file.


canonical_maps = hash:/usr/local/etc/postfix/canonical_maps
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
header_checks = regexp:/usr/local/etc/postfix/header_checks
html_directory = no
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
mydomain = XXX.com
myhostname = XXX.XXX.com
mynetworks = 127.0.0.0/8,76.215.134.134
mynetworks_style = host
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = hash:/usr/local/etc/postfix/relay_domains
relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_client_restrictions = check_client_access 
cidr:/usr/local/etc/postfix/sinokorea.cidr   permit
smtpd_recipient_restrictions = reject_unauth_pipelining,  
reject_non_fqdn_recipient,  reject_unknown_recipient_domain,  
permit_mynetworks,  permit_sasl_authenticated,  
reject_unauth_destination,  reject_rbl_client list.dsbl.org,  
reject_rbl_client sbl-xbl.spamhaus.org  check_policy_service 
inet:127.0.0.1:10023

unknown_local_recipient_reject_code = 550
virtual_alias_domains = .com,.com
virtual_alias_maps = hash:/usr/local/etc/postfix/virtual_alias

The relay domain reads

xxx.com ok
xxx.com ok
192.168.2.145   ok

Thanks for the help

Darrell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]