Sponsored Content
Full Discussion: Apache Install
Top Forums UNIX for Dummies Questions & Answers Apache Install Post 302587232 by mohtashims on Wednesday 4th of January 2012 09:32:20 AM
Old 01-04-2012
Question Apache Install

My current apache has the following listing.

Code:
 ls
admin      bin        cgi        corefiles  htdocs     include    logs       manual     openssl
build      conf       error      icons      lib        man        modules

It has httpd.conf inside the conf directory and many .so files inside the modules directory.

I tried to download apache latest version from

Download - The Apache HTTP Server Project

Unix Source: httpd-2.2.21.tar.gz [PGP] [MD5] [SHA1]

However, the download does not contain the same directories as expected.

Code:
 ls
ABOUT_APACHE      INSTALL           Makefile.win      README.platforms  buildconf         emacs-style       include           os
Apache.dsw        InstallBin.dsp    NOTICE            ROADMAP           config.layout     httpd.dep         libhttpd.dep      server
BuildAll.dsp      LAYOUT            NWGNUmakefile     VERSIONING        configure         httpd.dsp         libhttpd.dsp      srclib
BuildBin.dsp      LICENSE           README            acinclude.m4      configure.in      httpd.mak         libhttpd.mak      support
CHANGES           Makefile.in       README-win32.txt  build             docs              httpd.spec        modules           test

I understand that this may be the source, however need steps to get it look same as the existing listing.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problem when install apache in AIx4.2

when i run #./configure --prefix=/usr/local/apache then have an error Creating Makefile in src + configured for IBM AIX 4.2 platform Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Configure terminated How could i find c compilers? help... (3 Replies)
Discussion started by: chiyx
3 Replies

2. UNIX for Dummies Questions & Answers

How to install and configure Apache on SCO openserver 5

I have just been made responsible for setting up Apache on our office SCO box. I have searched the internet, but haven't found any details that I can make sense of. I'm unfamiliar with Unix and would appreciate any help members of the forum have to offer. (1 Reply)
Discussion started by: cstovall
1 Replies

3. UNIX for Advanced & Expert Users

how to install apache-1.3.20-16.src.rpm into rh7.3

hi all expert, can antone tell me ho to install apache-1.3.20-16.src.rpm into redhat 7.3. I ready try many many time and using many method i still can not install this apache. Please help me................................... (1 Reply)
Discussion started by: foong
1 Replies

4. Web Development

hosting service that allow me to compile and install my own apache

Is there any cheap hosting service that allow me to compile and install my own apache and php ? thanks (1 Reply)
Discussion started by: aneuryzma
1 Replies

5. Solaris

Apache Install error on Solaris 10 x86

I am trying to install apache on a sun server (Solaris 10 x86) but when I execute the compile i have the following error; configure failed for srclib/apr Can anybody help with this. Thanks for the usual help oh-daa (2 Replies)
Discussion started by: oh-daa
2 Replies

6. UNIX for Dummies Questions & Answers

Help needed to install Apache Tomcat

I want to setup apache tomcat on my linux distribution . I Have downloaded apache tomcat from below mentioned link. Administration Web Application: Apache Tomcat - Apache Tomcat 5 Downloads The setup was in following format. apache-tomcat-5.5.29-admin.tar.gz Below are the command i... (7 Replies)
Discussion started by: pinga123
7 Replies

7. SCO

How to install Apache 5.0 and JRE 1.4.0

Hello, I have a problem to run the the Web aplication Cincom Mantis XML on a SCO 6.0 with MP2. My Tomcat is 4.1.31 The Cincom support tell me tha I need the Apache Tomcat 5.5 and Java JRE 1.4.0 Can I install a linux version into SCO 6.0 system ? Thank you for your help. ... (1 Reply)
Discussion started by: hrmaldonado
1 Replies

8. Solaris

I can't get apache or gzip to install

Ok who wants to play with this server and assist me? I'm super stuck and need to get it up and running. :) (6 Replies)
Discussion started by: Ragingbull
6 Replies

9. Solaris

Install apache 2.2.22 on Solaris 10

Hi all, This is Solaris 10 OS I received this error on Server, -bash-3.00$ /usr/local/apache2/bin/httpd -v ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory Killed -bash-3.00$ How to resolve this dependencies which are not resolved? ... (0 Replies)
Discussion started by: manalisharmabe
0 Replies

10. Shell Programming and Scripting

Solaris install php as an apache module

Hi, I need to install php 5.5.30 as an apache (2.4.17) module on Solaris 10. Please any help is wellcome. Some aditional info: /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs bash-3.2# g++ -v Reading specs from... (1 Reply)
Discussion started by: lbslbs
1 Replies
RunApp::Apache(3pm)					User Contributed Perl Documentation				       RunApp::Apache(3pm)

NAME
RunApp::Apache - Apache control for RunApp SYNOPSIS
use RunApp::Apache; $apache = RunApp::Apache->new (root => "/tmp/apache_run", report => 1, apxs => '/usr/local/sbin/apxs', # httpd => '/usr/local/sbin/httpd', required_modules => ["log_config", "alias", "perl", "mime"], config_block => q{ [% IF AP_VERSION == 2 %] eval { use Apache2 }; eval { use Apache::compat }; [% END %] <Location /myapp> AllowOverride None SetHandler perl-script PerlSetVar approot [% cwd %] PerlHandler MyApp Options +ExecCGI </Location> }); DESCRIPTION
This is the class for defining a apache web server to be used in RunApp. CONSTRUCTOR
new (%arg) Required arg: root The root for the apache instance. apxs httpd If "apxs" is specified, "httpd" will be derived from it. required_modules A arrayref to the apache modules required. config_block The config block that will be the extra block in the template used by RunApp::Template::Apache. CTL The class for handling apachectl. The default is RunApp::Control::AppControl. You can also use RunApp::Control::ApacheCtl. CONF The class for handling apache config. The default is RunApp::Template::Apache. It is used in the "build" phase of RunApp SEE ALSO
RunApp, RunApp::Control::Apache, RunApp::Template::Apache, App::Control AUTHORS
Chia-liang Kao <clkao@clkao.org> Refactored from works by Leon Brocard <acme@astray.com> and Tom Insam <tinsam@fotango.com>. COPYRIGHT
Copyright (C) 2002-5, Fotango Ltd. This module is free software; you can redistribute it or modify it under the same terms as Perl itself. perl v5.8.8 2008-01-09 RunApp::Apache(3pm)
All times are GMT -4. The time now is 07:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy