Php -v Keep Showing 4.4.7 Even After I Recompile Apache As 5.0.4
php -v keep showing 4.4.7 even after i recompile apache as 5.0.4 via WHM > Apache Update. Any ideas how to fix this?
I am on the following server:
WHM 11.2.0 cPanel 11.11.0-S16999
CENTOS Enterprise 5 x86_64 - WHM X v3.1.0
./configure [@php-5.0.4]...(--enable-pic --with-libdir=lib64 --prefix=/usr --with-xml --with-mm --enable-bcmath --enable-calendar --with-curl --with-dom --with-dom-xslt --with-dom-exslt --enable-exif --with-swf=/usr/local/flash --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap=/usr/local/imap-2004g --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-mcrypt --with-mhash --enable-magic-quotes --with-mm --with-mysqli --with-mysql=/usr --with-snmp --enable-ucd-snmp-hack --with-openssl --enable-discard-path --with-pear --with-pspell --enable-safe-mode --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --enable-versioning --enable-wddx --with-xmlrpc --with-zip --with-zlib).... . . . . . . . . . . . . Done
configure: error: libXpm.(a|so) not found.
make [@php-5.0.4]...(-j 8 clean).... Done
make [@php-5.0.4]...(-j 8).... Done
make [@php-5.0.4]...(install).... Done
initfpsuexec: using apache 1.x support
PHP version file has been updated to 4.4.7
Adding cPanel default aliases ...disabled scgi-bin since suexec is installed
Done
Executing /scripts/postbuildapache (if exists)...Done
Configuring perl magic....Off
Configuring php-pear magic....Off
Configuring ruby magic....Off
Configuring php-pecl magic....Off
/etc/rc.d/init.d/httpd start: httpd started
initfpsuexec: using apache 1.x support
Attempting to restart httpd
Waiting for httpd to restart...
httpd started ok
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
- How To Recompile Recompile Apache/PHP?
- Recompile Apache
- Recompile Php
- Recompile PHP
- HARD_SERVER_LIMIT (Recompile Apache)
- Recompile Php For Lighthttpd
- How To Recompile PDO For PHP
- Update Php And Website Showing Php Code
- Recompile Apache :: Your Operating System's Rpm Update Method (yum) Was Not ..
- Php Showing Code Not Executing
- Apache Log Only Showing 127.0.0.1 Entries
- Worrying Apache Logs Showing 401s
- Apache Not Showing Full File Size
- Php Includes Issue On Linux Server With Apache 2.0.63 / Php 5.2.6
- Installed Apache And PHP Only Seeing Default Apache Page
- Apache/MySQL/PHP Issue - PHP Not Loading
- Php.ini Default For Apache 1.3.39 Php 5.2.5
- Kernel Recompile
- Recompile Kernel Failing On VMWare
- Recompile Centos Kernel 1000hz
- CPU Upgrade, Need To Recompile The Kernel
- Php 4/5 And Apache 2
- PHP+Apache
- PHP In Apache Mode
- After Reinstalling Apache And PHP What Else?
- Hardening PHP And Apache
- (mysql/php/apache)
- Apache/php Compile
- Apache 2 With PHP 5.2.x Recommended
- Adding IMAP To Apache/PHP
- Apache And Lighttpd, Both Use Same Php.ini
- Enabling Php By Default In Apache
- Apache 2.2, PHP 5, SuPHP, Forcetype
- Apache Not Recognizing My .php Files
- FastCGI- (apache 2.2, Php 5.1, Suexec)
- Shared Hosting With PHP 5 As Apache
- Session Clustering With Apache/PHP
- Update Apache And Php In Plesk
- Apache Pipe To PHP Script
- What Would Cause Apache To Restart And Not Compile PHP
- Statically Link Php With Apache 2.0+
- Uprgade Apache, Mysql, Php
- PHP As Apache Module Or As FastCGI
- PHP As Apache Module Vs. PHP As CGI Module
- Apache Worker MPM & PHP
- Tools To Optimize Apache & PHP
- Apache Mode PHP Software Testing
- Can I Only Log Php File On Apache Access_log
- Apache Vs Nginx (mod_php VS Php-fpm)
- Apache/php Locate Infnite Loop
- Installing Apache + PHP On My Home Computer
- Centos: Upgrading To Latest Php, Apache, Etc.
- Best Apache/php/mysql Version Combo
Recompile Apache
I have set the Maxclients limit of my server to 3000, but it is actually Connecting 2048 connections maximum. I mean even i have set Maxclients limit in httpd.conf to 3000, but it still does 2048 connections. I want to know if there a way to increase the number to 3000 or more?
View Replies!
View Related
Recompile Php
I want to add a new feature to my existing php, so, recompile php is expecting. I don't know how to recompile it. What I did was 1) ./configure 2) make 3) make install but everything keeps same as before, nothing changed. I googled something about ./build clean, and ./build php, but it seems I don't have any command about ./build I don't have control panel on my server, just php.
View Replies!
View Related
Recompile PHP
I am pretty much being forced to recompile PHP as I want to include OCI Oracle Extensions to read from our business database hosted in Oracle 10g. I installed a binary version of PHP to begin with and Don't have much experience compiling anything from source, although I am somewhat familiar with the concept. I know that sometimes installing extensions can be as easy as using apt-get or yum but I haven't found any information telling me I can do this for the OCI extensions I need to install. My question is, When installing from source, what do I have to do within apache to update and work with the newly installed PHP. When installing and running ./configure -OPTIONS GO HERE, what options other than the ones to tell it to use the libraries for Oracle, do I need to use? I know this is a pretty vague question, but any help is truly appreciated. I'm using Apache 2 and PHP 5 on an ubuntu 6.10 server install.
View Replies!
View Related
How To Recompile PDO For PHP
I visited the PHP installation manual site and tried running the configure file. But inside ssh its saying not found. here is my configure file from phpinfo on the server. ./configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-sockets' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-png-dir=/usr' '--with-ttf' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'
View Replies!
View Related
Update Php And Website Showing Php Code
I have update php successfully 5.2.6 to 5.2.9. -bash-3.2# php -v PHP 5.2.9 (cli) (built: Apr 10 2009 00:53:01) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies i already restart the httpd but everytime I go to my website, php page is now showing my php page as php code. :/
View Replies!
View Related
Php Showing Code Not Executing
i have a vps account and am trying to setup my website i installed php 4 from a control panel where it auto installed php and there is mysql and i installed all of them but when i upload my script and go to install or go to the index of my site it shows the php code and does not execute. my permissions are right on i also made a testphp file and used this code <?php phpinfo(); ?> and still nothing just shows the php code when you browse to the file i even went further i installed from the control panel another program called phpmyadmin and when i log in it does the same thing just shows php code so what the hell is going on you think i need to contact my host provider for this issue i sent an email out but waiting for a responce
View Replies!
View Related
Apache Log Only Showing 127.0.0.1 Entries
Centos4/WHM/Apache 2.2.6/eaccelerator My access_log is only showing entries like: 127.0.0.1 - - [28/Jan/2008:17:26:46 -0600] "GET / HTTP/1.0" 200 2860 127.0.0.1 - - [28/Jan/2008:17:27:30 -0600] "GET / HTTP/1.0" 200 2860 127.0.0.1 - - [28/Jan/2008:17:27:31 -0600] "GET / HTTP/1.0" 200 2860 ....
View Replies!
View Related
Worrying Apache Logs Showing 401s
I've just taken a look at the raw apache logs on my cpanel machine here:- /usr/local/cpanel/logs/access_log And there are many hundreds of these:- 127.0.0.1 - - [06/03/2008:21:55:22 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:21:55:22 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:03:42 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:03:42 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:12:02 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:12:02 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:20:22 -0000] "GET / HTTP/1." 401 0 "" "" 127.0.0.1 - - [06/03/2008:22:20:22 -0000] "GET / HTTP/1." 401 0 "" "" what is happening to my server to generate these log entries?
View Replies!
View Related
Apache Not Showing Full File Size
I have a 2,3 and 5GB files that I need to download but everytime they appear as 1.4GB for some reason. I've tried IE, Mozilla and opera and the same result each time. Is there some sort of limit to the size of a file that apache will serve?
View Replies!
View Related
Php Includes Issue On Linux Server With Apache 2.0.63 / Php 5.2.6
I am having some trouble with getting 'include' working. I have a new dedicated server running Apache 2.0.63 and PHP 5.2.6. Local includes on the same domain are running ok, but remote includes are throwing a problem. On the many sites we plan to host on this servber we use a central 'webmaster' page called as an include from a specific site (also on the same server). I need to edit the PHP.ini and /or recompile the PHP with the appropriate modules to do one of the following... 1 (ideally) - allow includes from any site that is held on this dedicated server 2. allow includes from specified websites 3. simply allow remote includes right settings to get one of these options running and solve my problem?
View Replies!
View Related
Installed Apache And PHP Only Seeing Default Apache Page
I am having an issue where I have a server that Directadmin is installed on. I go to the a url that is on the server and all i see is the default page of apache saying congrats, it is installed. Although there is no file like that in the public_html any longer and I can see my files in the public_html folder of that specific site.
View Replies!
View Related
Apache/MySQL/PHP Issue - PHP Not Loading
I've got a server that was running Apache 2.0/PHP 5.2.5 & MysQL 5.0 just fine, however I needed to upgrade to a newer version of MySQL. So I uninstalled MySQL 5.0 and installed MySQL 5.1, copied the MySQLlibs over, and recompiled Apache/PHP with easyupdate. Apache & MysQL both start/run fine without errors, however PHP files don't load. Just get black pages (HTML works fine obviously). I went ahead and updated to Apache 2.2 & PHP 5.2.6 while I was at it, but that doesn't change things. I'm not sure why uninstalling MysQL & reinstalling would break any dependencies, but looks like thats the case. Perhaps I need to reinstall some libraries? Or would it be easier just to reinstall Apache/PHP entirely? I have no data.
View Replies!
View Related
Kernel Recompile
I need to recompile my kernel to change the USER_HZ to 1000. However, I am not really sure how to do this and I really need help. I've found a lot of guides and they're really for the advanced linux user, im not really that advanced, I only know a little bit. A messenger like MSN or google talk would be a great way to communicate doing this, since ill have a load of questions.
View Replies!
View Related
CPU Upgrade, Need To Recompile The Kernel
I'm going to add a second AMD opteron 270 dual core processor + 2 GB DDR ram to my server this week, but do i have to recompile the kernel after i've installed the second processor? Or change something in grub? setup: 1 X AMD dual core opteron 270 ( + 1 X AMD dual core opteron 270 ) 2 X 1 GB DDR ECC registered ( + 1 X 2 GB DDR ECC registered) Tyan thunder 8kse motherboard # uname -a Linux srv01.xx*********** 2.6.16.17 #1 SMP Mon May 22 04:13:34 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
View Replies!
View Related
Php 4/5 And Apache 2
I would like to compile apache 2.2 with php 4.4.8 and fastcgi, plus phpsuexec support. Is this a stable option or not? I would also like to do the same, but with php 5 as well simultaneously on another server. My question is how would a clients script know what to use, php4 or php5 on the same box? Also, when is MPM Prefork recommended?
View Replies!
View Related
PHP+Apache
Perhaps one of you could enlighten me as to what I've done wrong. When I try to access the server [url]or [url] it downloads the source to index.php as x-httpd-php. This should not happen. When I try to access the server [url] or [url]it executes the script and works fine.
View Replies!
View Related
PHP In Apache Mode
I currently have one server running PHP in suPHP mode. One of my friend told me that if i change the PHP to Apache Mode, this would decrease my server load a lot and thus give more performance. Anyone can tell me what mean changing PHP to Apache mode? Is that something i can do from WHM? Will this affect the domains currently hosted on my server?
View Replies!
View Related
After Reinstalling Apache And PHP What Else?
I had to reinstall Apache and PHP because something went corrupt with them on the server. After I sucessfully reinstalled, a lot of bugs and SQL/PHP errors starting showing up server-wide. So I am wondering, after the reinstall, what else is needed to be done? Is my past configuration lost? Modules/addons need to be reinstalled and configured as well?
View Replies!
View Related
(mysql/php/apache)
I recently have got a VPS and it needs optimizing. Please would someone look at my specs and help me set some good values for a website that runs a fairly small forum. Plesk 8.1.1 Guaranteed RAM 384MB Maximum RAM 768MB RedHat Enterprise 4 AS MySQL 4 PHP 4 Apache2 my.cnf Code: [mysqld] set-variable=local-infile=0 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 skip-bdb set-variable = innodb_buffer_pool_size=2M set-variable = innodb_additional_mem_pool_size=500K set-variable = innodb_log_buffer_size=500K set-variable = innodb_thread_concurrency=2 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid skip-bdb set-variable = innodb_buffer_pool_size=2M set-variable = innodb_additional_mem_pool_size=500K set-variable = innodb_log_buffer_size=500K set-variable = innodb_thread_concurrency=2 httpd.conf Code: ServerTokens OS ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 120 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 2 MinSpareServers 1 MaxSpareServers 5 ServerLimit 10 MaxClients 10 MaxRequestsPerChild 4000 </IfModule> <IfModule worker.c> StartServers 2 MaxClients 10 MinSpareThreads 1 MaxSpareThreads 4 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Listen 80 LoadModule access_module modules/mod_access.so LoadModule auth_module modules/mod_auth.so LoadModule auth_anon_module modules/mod_auth_anon.so LoadModule auth_dbm_module modules/mod_auth_dbm.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule ldap_module modules/mod_ldap.so LoadModule auth_ldap_module modules/mod_auth_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule env_module modules/mod_env.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule asis_module modules/mod_asis.so LoadModule info_module modules/mod_info.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule imap_module modules/mod_imap.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so Include conf.d/*.conf User apache Group apache ServerAdmin root@localhost UseCanonicalName Off DocumentRoot "/var/www/html" <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/var/www/html"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory>
View Replies!
View Related
Apache 2 With PHP 5.2.x Recommended
I bought a new Forum Script but I cannot install it on my GoDaddy web hosting because my script has two Requirements for installing, listed below: 1- Web server with PHP 5-support 2- Apache 2 with PHP 5.2.x-module recommended My question is, if you know any web hosting that support those two things?
View Replies!
View Related
Adding IMAP To Apache/PHP
I installed Fedora Core 4 from the DVD included with the "Run Your Own Web Server" book. Everything went great. Now I need to add IMAP to PHP. This has proved very difficult, as it seems that the sources are not provided. I downloaded the latest Apache and PHP and tried to build with the same configuration used to build the ones that came with the book. (Apache went fine - the module inclusions are done through the configuration files. PHP is not going well at all - I grabbed the ./configure options from a phpinfo() call, and it just barfed all over the place.) Simple question: is there an easy way to get the IMAP into PHP without going through the recompilation? Simple answer: Install the PHP-IMAP RPM. I sure made this a lot harder than it need to be.
View Replies!
View Related
Apache 2.2, PHP 5, SuPHP, Forcetype
Forcetype does not appear to run correctly with Apache 2.2 and SuPHP. Most information suggests changing ForceType application/x-httpd-php To: ForceType x-httpd-php This does not work for me and php code is being displayed as text instead of being parsed by apache.
View Replies!
View Related
Apache Not Recognizing My .php Files
Yesterday I was told by my hosting provider that my machine was at kernel panic, so they restarted it and I restarted my webserver (Apache). I created a sub folder as I wanted to install a PHP script, so I created the folder using FTP and uploaded all of the script files. The problem is, when I now visit that URL, my browser is asking me to download the .php file instead of the webserver executing it: [url] My web host said this: it sounds like you aren't loading your php module library in your apache.conf and/or not associating the .php extension.
View Replies!
View Related
FastCGI- (apache 2.2, Php 5.1, Suexec)
I have just switched from mod_php to fastcgi + suexec, but now trying to use the ab command times out : ab -n 10000 -c 100 [url] This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd, [url] Copyright 2006 The Apache Software Foundation, [url] Benchmarking www.example.com (be patient) Completed 1000 requests Completed 2000 requests Completed 3000 requests Completed 4000 requests Completed 5000 requests Completed 6000 requests Completed 7000 requests apr_poll: The timeout specified has expired (70007) Total of 7422 requests completed Then I get a bunch of emails from LFD ....
View Replies!
View Related
Shared Hosting With PHP 5 As Apache
This is just curiosity at this point, but I might be looking for a shared host that has PHP 5 as an Apache module at some point. I'm desperately in need of an upgrade for my VPS, but I want to take it as slow as I can and do thorough testing on my existing sites before upgrading the whole shebang. I'm sure that nobody's running it as a module on shared hosting these days, due to the potential problems therein, but I just wanted to check to see if anyone had heard of such a thing that might be stable for a couple months' work with almost zero traffic.
View Replies!
View Related
Apache Pipe To PHP Script
ive read that apache can pipe log files into a PHP script. ive tried it and its not working. ive tried 2 ways, one pipes to the script file (which says to load with PHP.exe on the top line). the other way pipes to PHP.exe and tells it to load the script. i put a simple bit in my script to create a new file just to check if it worked and it looks like the script is never being run yet i dont get any errors from apache.
View Replies!
View Related
What Would Cause Apache To Restart And Not Compile PHP
Today I got the devastating and heart-stopping news that all administraters fear most: "I'm looking at your website, and something's terribly wrong!!!" The person went on to say that each page was just "filled with code ro something." When I finally saw it myself I discovered that my raw PHP pages were being served to the end user with no compilation --all of my top secret code; a real nightmare. I went to look at the error logs and found that for several restarts Apache had not been compiling PHP. It usually looks like this: Quote: [Wed Apr 18 18:35:11 2007] [notice] bandwidth monitoring enabled (mapping file: /etc/virtualhosting/mappings/apache.domainmap) [Wed Apr 18 18:35:11 2007] [notice] Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.19.1a mod_fastcgi/2.2.10 mod_jk/1.2.0 mod_perl/1.24_01 PHP/4.2.2 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b configured -- resuming normal operations [Wed Apr 18 18:35:11 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Apr 18 18:35:11 2007] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Apr 18 18:35:11 2007] [notice] FastCGI: process manager initialized (pid 16385) But now it looked like this: Quote: [Sun Apr 22 04:02:18 2007] [notice] Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.19.1a configured -- resuming normal operations [Sun Apr 22 04:02:18 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sun Apr 22 04:02:18 2007] [notice] Accept mutex: sysvsem (Default: sysvsem) [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/a1b2c3d4e5f6g7h8i9/nonexistentfile.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/adserver/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpAdsNew/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpadsnew/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpads/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/Ads/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/ads/adxmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlrpc/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blog/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/drupal/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/community/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogs/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogs/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blog/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogtest/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/b2/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/b2evo/xmlsrv/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/wordpress/xmlrpc.php [Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpgroupware/xmlrpc.php [Mon Apr 23 04:02:21 2007] [notice] SIGUSR1 received. Doing graceful restart WTH? I could be WAAAY off base, but my first reaction was that I'd been hacked -- someone had found a way to disable PHP so they could find sensitive information in raw PHP pages. That could be totally wrong. At any rate, even if I never learn why Apache sometimes will compile without PHP (and some other modules) without me telling it to do so, I'd like to be prepared for an embarassment like like this. Is there any way, say, in the .htaccess file (or anywhere, anyway), I can tell Apache not to serve **ANY** pages unless the PHP module is present?
View Replies!
View Related
Statically Link Php With Apache 2.0+
I was reading on the internet that it was not possible to link php and apache 2 statically. If this is true then is my only option to install apache 1.3 and link it that way? Are there any solution anyone know to get around this? I know DSO is better but the problem is.. some software requires them to be statically linked so its something I have to solve.
View Replies!
View Related
Uprgade Apache, Mysql, Php
I am running a few sites (business with modernbill, vbulletin forums) and wish to upgrade to... apache 2 mysql 5 php 5 w/ phpsuexec Any warnings on upgrading on a production server to apache 2 and mysql 5?
View Replies!
View Related
PHP As Apache Module Or As FastCGI
I have a server running Apache 2 with PHP as an Apache module. There are a few php scripts that use lots of cpu when they run and have lots of hits, but Apache is still running fine and pages and php scripts load pretty fast. I was just wondering if running PHP as fastcgi would use less cpu or make php scripts load faster.
View Replies!
View Related
Tools To Optimize Apache & PHP
There are some great tools to optimize MySQL, however I have not been able to find the equivalent for Apache + PHP. I have a lot of experience tweaking these two in extreme traffic environments, but there is no beating a program that can simultaneously evaluate several inputs over time to calculate optimal settings.
View Replies!
View Related
Apache Mode PHP Software Testing
For the purpose of software testing, I'm looking for the cheapest possible web host which provides:PHP 5 in apache mode, without suPHP (this is primarily what I'd like to test -- I already have a host with suPHP) PHP's ftp extension MySQL either fopen URL wrappers enabled or CURL (or both) I don't care if it doesn't support domain names, has 50% uptime, is really slow and has a 100mb monthly transfer cap. Just need to check that new releases of my scripts work right on it. (Setting up an FTP server on my desktop seems too much trouble and unnecessary danger.)
View Replies!
View Related
Installing Apache + PHP On My Home Computer
I am trying to install Apache + PHP on Windows XP SP2. I managed to get Apache working. However, when I setup PHP and tried to access a page with <?php phpinfo(); ?> it displayed nothing but a blank page. When I viewed the source is showed the PHP, therefore it was not parsed... I have checked and double checked my paths, I have tried doing it as a module and cgi, I have read tutorial after tutorial and I cannot get it to function properly. Apache 2.2.6, PHP 5.2.5
View Replies!
View Related
Best Apache/php/mysql Version Combo
What will be best combo of those 3 which is main core for running almost any web server.Presently i have latest mysql,apache and php installed,but some people says how that is not good beacuse newest version arenot tested yet well enough.
View Replies!
View Related
|