This box hosts the PEAR infrastructure.
Hostname: | euk1.php.net |
---|---|
IP Address: | 78.129.214.25 |
Sponsor: | eUKhost LTD. |
Location: | London, UK |
Technical Contact: | Mark Ducadi <mark at eukhost dot com> or dedicated at eukhost dot com |
Hardware: | |
CPU: | 2x Intel Core 2 Duo E4600 (2.4 GHz) |
Memory: | 2 GB |
Disk Space: | 150 GB |
Software: | |
OS: | CentOS 5.6 |
People with access to this machine: | |
bjori, bbieber, cellog, clockwerx, cweiske, davidc, derick, helgi, mj, philip, till, shupp, scottmac |
root
and postfix
.iptables -I INPUT -p tcp --dport 4949 --src 173.236.52.218 -j ACCEPT
. Adding it to /etc/sysconfig/iptables
failed due to (presumably) something weird going on with SELinux. Make sure to add the rule manually after rebooting the box as long as this is not fixed properly./sbin/iptables -t filter -I OUTPUT 9 -p tcp -m tcp --dport 25 -m owner --uid-owner postfix -j ACCEPT
to get it working again.ls -aZ /etc/sysconfig -> system_u:object_r:etc_runtime_t iptables.save
chcon user_u:object_r:etc_t /etc/sysconfig/iptables.save
/sbin/iptables -t filter -I OUTPUT 9 -p tcp -m tcp --dport 25 -m owner --uid-owner postfix -j ACCEPT
/etc/init.d/iptables save
chcon system_u:object_r:etc_runtime_t /etc/sysconfig/iptables.save
yum install cronolog
)/home/pear/logs/httpd
):%Y-%m-%d_download.pear.php.net-access.log
%Y-%m-%d_pear2.php.net-access.log
%Y-%m-%d_pear.php.net-access.log
%Y-%m-%d_ssl_pear.php.net-access.log
bzip2
yesterday's logserror_log
(%Y-%m-%d_error.log
)till@sp2.php.net:/backup/logs-pear
Make your changes to the pearweb source, then follow the README steps.
<FilesMatch go-pear.phar> ForceType application/octet-stream Header set Content-Disposition "attachment; filename=go-pear.phar" </FilesMatch> <FilesMatch pyrus.phar> ForceType application/octet-stream Header set Content-Disposition "attachment; filename=pyrus.phar" </FilesMatch>