Ubuntu :: How To Install PHP Without Apache

Jul 13, 2011

Using Xubuntu 11.04. How do I install PHP without Apache? PHP5 in Synaptic is bundled with Apache and I'm using another server, not Apache.

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Php 5 Won't Install Into Apache 2.2.15

Apr 23, 2010

I've run into a problem and I don't know if it's apache or php or the combination of both. I can compile apache 2.2.15 just fine, but whenever I try to compile php 5.3.2 into my server, the first two steps work just fine but when I get to the make install part it shows the libphp5.so and it just stays there and I have to cancel the install because it won't finish.

View 5 Replies View Related

Ubuntu Servers :: Install Mysql,apache And Php Through Usb?

Mar 19, 2010

how i can instal mysql,apache and php through my usb. what commands do i need?

View 2 Replies View Related

Ubuntu :: Install Apache - E - Unable To Locate Package ?

Mar 23, 2011

I'm trying to install apache on Ubuntu 10.10 and getting this:

E: Unable to locate package apache2

View 4 Replies View Related

OpenSUSE :: Install 32 Bit Apache On 64 Bit?

Mar 9, 2011

I need to install 32 bit on Suse 11 64 bit, how can this be done, the build option is not working due to openssl issues.

View 3 Replies View Related

Red Hat :: Install Apache On RedHat

Mar 1, 2011

ive done this on ubuntu many times but i need to do it on redhat now. This is what i am getting. I cant do the make file thing because of ./configure errors.

[Code],,,,

View 8 Replies View Related

Ubuntu Servers :: Install Menalto Gallery2 2.3.1 On 9.10 - Php 5.3.1 - Apache 2.2.12 - Postgresql

Jan 11, 2010

Is there anyone out there running Menalto's Gallery2 on Ubuntu 9.10? I'm trying to install Menalto Gallery2 2.3.1 on Ubuntu 9.10 + php 5.3.1 + apache 2.2.12 + postgresql

php5 is configured and running correctly. I verified the config using gallery2 ghcc (gallery host compatibility checker) and running a "test.php" (<?php phpinfo();?>). a2enmod php5 is enabled.

Whenever I try to run the install script in the http://mysite.com/gallery2/install folder, the "index.php" file is not executing it just downloads the "index.php".

View 3 Replies View Related

Ubuntu Servers :: Setup Puppet To Install And Configure Apache

Jul 7, 2010

I'm trying to setup puppet to install and configure apache on several servers. Having found: [URL] I thought I was onto something. However I'm a little lost, does anyone know of or can anyone write a small howto on how to get this module working on certain nodes. My current state is puppet is running and connected to the puppetmaster. I can do simple things but the apache install have lost me a little.

View 1 Replies View Related

Ubuntu Servers :: Setup Puppet To Install And Configure Apache?

Nov 23, 2010

I'm trying to setup puppet to install and configure apache on several servers. Having found:

[URL]

I thought I was onto something. However I'm a little lost, does anyone know of or can anyone write a small howto on how to get this module working on certain nodes.My current state is puppet is running and connected to the puppetmaster. I can do simple things but the apache install have lost me a little.

View 4 Replies View Related

SUSE / Novell :: Clear Apache Cache Without Restarting Apache Server?

Feb 4, 2010

Any one have an idea How to clear apache cache without restarting apache server.

View 5 Replies View Related

OpenSUSE Install :: Set-up Apache To Support SSL

Mar 1, 2010

i try to set-up my apache to support SSL.

the SSL conf file under '/etc/apache2/vhosts.d/mySSL.conf' will run if i restart (/etc/init.d/apache2 restart) apache through the terminal.

but if i restart apache/HTTP Server in YaST, my conf file (/etc/apache2/vhosts.d/mySSL.conf) will be deleted and the SSL wont work.

tell me what is happening to the system? coz i use yast primarily than the terminal.

View 4 Replies View Related

Server :: Install Apache Tomcat

Mar 16, 2010

I need to install apache tomcat on centos 5.3...How can i do it

View 4 Replies View Related

Server :: Want To Install Joomla On Apache

Mar 1, 2011

I want to install joomla on apache

View 6 Replies View Related

Server :: Webmin Have To Install On Same Box With Apache?

Jun 25, 2010

Does webmin have to install on same box with Apache? Or can I install on any box within the LAN?

View 7 Replies View Related

CentOS 5 :: How To Install And Configure Apache-Ant

Feb 10, 2010

how can i install and configure Apache-Ant .

View 1 Replies View Related

Server :: Tunnel Apache Virtual Host To An Internal Apache?

Jan 24, 2010

I am upgrading my server and I have a lot of sites. Since I cannot take my server down for a few days, maybe a week until I manage to migrate all the sites to the new machine, I figured I could migrate them one by one. After migrating one, I would somehow tunnel the requests of that name virtual host to my internal machine. When everything is migrated, I would then switch the machines, update ip's and stuff and everything will work just fine.

However I cannot seem to find a way to do this tunneling. is this at all possible? If not, what alternatives do I have?

View 5 Replies View Related

Ubuntu Installation :: Network Install From ISO - Cannot Transfer Files With Apache HTTP

Feb 24, 2010

I have tftpd-hpa and dhcp3-server up and running. I just want to install server edition via network, from the host machine (my laptop, running ubuntu 9.10) with an ISO file (ubuntu 8.04 32-bit server edition). I managed to boot the client machine with pxe-netboot technique, but instead downloading all the files from internet, I need to do this process directly from ISO. To transfer ISO from host to client, I also installed Apache. I unpacked ISO file into /var/lib/tftpboot/server/. I created a link to the Apache root: /var/www

Code:
ubuntu@ubuntu:/var/www$ ls
returns => index.html server
server folder is the place where I unpacked the ISO.

My dhcp3-server has this setup and it works well with netboot, but I don't know how to add Apache to the formula to transfer the iso file from host to client. Firewall is disabled. This is my edited /etc/dhcp3/dhcpd.conf file.

Code:
host pxeinstall {
hardware ethernet 00:06:29:DE:E3:CD;
fixed-address 192.168.2.4; (client IP)
next-server 192.168.2.2; (host IP)
filename "/server/install/netboot/pxelinux.0"; (relative to tftpboot)
} subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.2 192.168.2.5;
option routers 192.168.2.1; }

When I pxe-boot the client, the process comes to a halt when tftp server is trying to access to pxelinux.0 file. I got thls error:
PXE-T00: Permission denied
PXE-E36: Error received from TFTP server
I have no experience with Apache... so I think there is a problem with my IP addresses.. Do I need to use 127.0.1.1 instead of 192.168.2.1 (my routers IP)?

View 3 Replies View Related

Fedora Servers :: Non Default Apache Install?

Feb 28, 2009

having an absolute mare on this one and doin me in.! I'm trying to install apache on fedora 9 to a non default directory /usr/local/apache as i need to set it up with resin see[URL]... I've removed the default install with yum remove httpd and then tried installing using apache's ./configure make make install commands. This all appears to work ok but when trying to start the server i get command not found error.any suggestions **ps why are the apache files all over the place in fedora..

View 14 Replies View Related

OpenSUSE Install :: Pyexpat And Apache Conflict?

Jul 1, 2011

I've just updated a server from openSuse 11.0 to 11.4 using zypper dup. The server is running apache2 with mod_python and there is a conflict with the versions of expat being used, this is causing segmentation faults in Apache and the python web pages do not load.The problem is detailed here:ModPython/Articles/ExpatCausingApacheCrash - Graham's Project WikiApache is using expat 2.0.1, and python is using 2.0.0.

View 1 Replies View Related

General :: Install Mod_proxy Module Into Apache?

Feb 11, 2010

Just followed the link [URL] for installing apache with --enable-so only. How can I install mod_proxy into the same?

View 2 Replies View Related

General :: Install Any Web Stress Tool For Apache 2.2.14

Jul 2, 2011

I'm using ubuntu 10.04 LTS, I need to install any web stress tool for apache 2.2.14 good and easy to install web stress tool.

View 3 Replies View Related

Software :: Install Apache Server For Perl And PHP?

May 29, 2009

how to install Apache web server as I want to run my Perl and PHP scripts in web environment. what configuration I need for Perl and PHP. Does I also need some separate software/package/module for perl and PHP? I have experience of running ASP scripts with IIS in Windows environment but have no idea of Apache in Linux for Perl and PHP.

View 4 Replies View Related

Programming :: Install PHP Which Is Run As An Apache Module Or Run As CGI On Detain

Aug 12, 2010

how to install PHP which is run as an Apache module or run as CGI on detain.

View 3 Replies View Related

Fedora Servers :: Install Php When Apache Is In /usr/local/apache2 ?

May 1, 2010

I need to know how to install php when apache is in /usr/local/apache2

View 6 Replies View Related

General :: Server A Suse Apache Install Is Pointing?

Mar 8, 2011

I've got an old SuSE box that is a SVN server using apache for ldap authentication. The suers are not able to log on for some reason so I am trying to find out where this box is pointed to authenticate. I do not know SuSE or ldap well enough to know where to look to find out this info.

View 10 Replies View Related

General :: Clean Install Of Apache - Cannot Open In Browser

Oct 11, 2010

I have a machine which is currently running IceCast (a streaming audio server), which runs on port 80. I installed Apache 2 and configured it to run on port 18080 through the httpd.conf file. Restarted httpd service. I cannot get to 10.0.0.128:18080 (this is the IP of the machine). The Icecast server webpage is still accessible. No logs are generated by apache in the logs folder. Firewall is off (iptables).

View 7 Replies View Related

Server :: SSL Apache Client Certificate / CentOS 5 - How To Install?

Sep 23, 2010

does anybody have a nice tutorial about creating and installing Apache client certificate (PKCS12) ? I`m looking for some tutorials to CentOS. This what I have found on the internet for some reasons doesnt work. Or maybe somebody could write here how to do it?

View 1 Replies View Related

Software :: New Apache Install - Php Files Are Downloading Rather Than Displaying?

Oct 17, 2009

New apache install, php files are downloading rather than displaying, does anyone know whats causing this. When I compiled php with apxs it automatically added this line:

Code:

LoadModule php5_module modules/libphp5.so

I restarted apache, and also try adding this line:

Code:

AddType application/x-httpd-php5 .php5 .php4 .php

and then restarting.

View 2 Replies View Related

CentOS 5 Server :: Apache MySQL PHP Does Not Work On New Install

Jul 17, 2010

I just installed Centos 5.5 on one of my systems today and something is eluding me. Basically I had a web site and forum software (phpBB, but I don't think it's that, other forum software like Xoops does the same thing) running on Fedora 13, and I copied it over to the new Centos installation. Apache is running fine and displays a PHP test file and .html files just fine.

MySQL seems to be fine, I can log into that, show databases etc. Just can't get any forum software to know there is MySQL there. I did change the path of the site, and the databases, and edited /etc/my.cnf and /etc/httpd/conf/httpd.conf to reflect that. Thought I made the needed changes in /etc/php.ini but who knows. Seemed like everything should have tar'd up and moved easy, but not the case...

View 5 Replies View Related

OpenSUSE Install :: File System Becomes Read-only, Cannot Restart Apache?

Jan 2, 2010

running 11.0,Linux 2.6.25.20-0.5-paeusing a 3ware 9500 adapter - raid 5 array with hot sparethe system is only 6 weeks old.several days ago, apache would stop responding. trying a restart gives:

/etc/init.d/apache2 start
/bin/mktemp: failed to create file via template `/tmp/apache2.nb6xHyzlga2e': Read-only file system

[code]....

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved