I want to build the latest stable version of apache2.
I downloaded the source and put APR & APR-util in the srclib folder, then changed directories to ./srclib/apr and ran:
./configure --prefix=/usr/local/apr
sudo make
sudo make install
This seemed to install APR ok, but when I run ./configure from the apr-util directory, I receive the error:
configure: error: APR could not be located.
I installed apache2 on my local machine, and when typing "which apache2" it returns:
"/usr/sbin/apache2".
And when trying setting path for apache2 by using the following command:
"sudo apache2 -settingpath /usr/sbin/apache2"
It failed!
Hi,
I have just finished installing apache2-4.2 (latest stable version of apache) from scratch on my Ubuntu Server 12.04 32bit. After running the commands "./configure" and "make install" with no errors, my apache2 looked set to start.
I recently removed apache2 from my linode ubuntu server with:
apt-get --purge remove apache2
Then tried to install it again (apt-get install apache2).
I've installed apache2 on my ubuntu machine using the apt-get package manager. It installed apache 2.2.16. I'd like to upgrade to the latest (or at least a newer version) of apache2 but apt-get upgrade and update don't seem to find a newer version. When I type
apt-get install -s apache2
It tells me
apache2 is already the newest version.
Do I need to download this package manually?
I have the same problem.
I want to disable reverse DNS in apache2.
I have done the folowing steps.
In apache2/apache2.conf file ,HostnameLookups is set as OFF
Tcpdump session confirmed thatApache was doing double reverse lookups even though the HostnameLookupsdirective was clearly turned off.
No hostnames insites-available/*
still the same problem.
version of apache is
dpkg -l | grep apache2
ii apache2-mpm
I've a problem on my Ubuntu Server 12.04 with PHP.
As per /etc/php5/apache2/php.ini:
; http://php.net/magic-quotes-gpc
magic_quotes_gpc = Off
But the phpinfo.php says that Magic quotes are ON...
Also
sebastien@thivinfo:~$ php -l /etc/php5/apache2/php.ini
No syntax errors detected in /etc/php5/apache2/php.ini
How
in the source directory:
./configure --prefix=/home/ashkan/Development/php/bin/php-5.2 --with-mysql --with-apxs2=/usr/bin/apxs2
make works fine but makes install says:
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' libphp5.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp5.l