search for: php5_module

Displaying 8 results from an estimated 8 matches for "php5_module".

2012 Jun 04
1
nodejs based website
...that you can read about here: http://projects.nuttnet.net/hummingbird/ My question is when I hit the site all I see is a directory listing http://107.21.183.42/hummingbird/ Similar to what would happen if you went to a php site without php being configured in apache with the lines LoadModule php5_module modules/libphp5.so AddHandler php5-script .php I've never actually setup a node.js based site before and I was wondering if there might be something I was missing. I'd appreciate any advice you might have. Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F1861...
2014 Mar 03
2
weird apache issue
...nything like this before. The problem is that you can't seem to restart apache via the stock init script that comes with apache: [root at beta:~] #service httpd restart Stopping httpd: [FAILED] Starting httpd: [Mon Mar 03 11:21:14 2014] [warn] module php5_module is already loaded, skipping (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80<http://0.0.0.0/> no listening sockets available, shutting down Unable to open logs...
2011 Jun 02
2
nfs webroot 403's
...ttpd/jokefire.com-error_log" Yet when I try to generate some activity in the logs by hitting pages nothing turns up in that log. Everything looks correct with httpd -S on both servers. web1: [root at VIRTCENT07:/var/www/html/example.com] #httpd -S [Wed Jun 01 22:14:16 2011] [warn] module php5_module is already loaded, skipping Warning: DocumentRoot [/var/www/html/example.com/jokefire/project_files] does not exist Warning: DocumentRoot [/var/www/html/example.com/store] does not exist VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: _default_:443 VIRTCENT07.su...
2013 Mar 08
6
CentOS 6.4 Release Date.
Hi, Any date planned to release CentOS 6.4 as GA release? Regards, Kaushal
2007 Jul 29
16
Mongrel stops responding after period of inactivity
...x_module (static) asis_module (static) cgi_module (static) negotiation_module (static) dir_module (static) actions_module (static) userdir_module (static) alias_module (static) rewrite_module (static) so_module (static) php5_module (shared) info_module (shared) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070729/44d69379/attachment.html
2007 Jul 29
4
Mongrel stops responding after period of inactivity
...x_module (static) asis_module (static) cgi_module (static) negotiation_module (static) dir_module (static) actions_module (static) userdir_module (static) alias_module (static) rewrite_module (static) so_module (static) php5_module (shared) info_module (shared) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.or...
2011 Feb 15
3
apache 2 and php 5.2
...the settings from the /etc/php.ini file and it works without that file. Thanks, Paul rpm -qa php php-5.2.17-1.el5.art rpm -qa httpd* httpd-2.2.3-43.el5.centos.3 [root at testip5 html]# httpd -v Server version: Apache/2.2.3 Server built: Aug 30 2010 12:32:08 Httpd -M php5_module (shared) php --ini PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pdo_odbc.so' - /usr/lib/php/modules/pdo_odbc.so: undefined symbol: php_pdo_get_dbh_ce in Unknown on line 0 Configuration File (php.ini) Path: /etc Loaded Configuration File:...
2005 Aug 16
9
Needed - a step by step WAMP installation of Rails
I am finding the installation process for Rails a bit confusing. First of all I want to use: Windows 2000 Apache 1.3+ MySQL The above is accomplished with WAMP5 from wampserver.com The problem is that there is no complete step-by-step for installation in this enviroment. The wiki instructions hop around from One-click to Apache.conf and other items. Installing CGI support for languages on