LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apache install directory (https://www.linuxquestions.org/questions/linux-newbie-8/apache-install-directory-173336/)

TVScoundrel 04-22-2004 10:44 AM

apache install directory
 
Hello everybody....

Can anyone tell me in which directory Apache 2.0 is installed by default?

I have red hat Linux 9... Apache 2.0 came from the install disks.

I'm trying to install PHP4 and I need to know the location of Apache...
All of the install manuals refer to "bin/local/Apache" but if I remember
correctly, 2.0 doesn't use that folder...

Anyone an idea?

Thanks,
TVScoundrel
:newbie:

jeffreybluml 04-22-2004 10:52 AM

I think if you do:

# updatedb

and then

# locate apache

it'll show you where it's installed.

Good luck.

TVScoundrel 04-22-2004 11:02 AM

Hi Jeffreybluml,

Yes, thanks, but I tried that allready... Problem is you get a whole list of
paths.... :

/var/cache/alchemist/apache
/var/cache/alchemist/apache/1046094768.cache.rpm.adl
/var/cache/alchemist/apache/1046094768.cache.local.adl
/var/cache/alchemist/apache/1082036169.cache.local.adl
/var/cache/alchemist/apache/1082039590.cache.local.adl
/var/cache/alchemist/apache/1082039623.cache.local.adl
/var/cache/alchemist/apache/1082039871.cache.local.adl
/var/cache/alchemist/apache/1082040398.cache.local.adl
/var/cache/alchemist/apache/1082040443.cache.local.adl
/var/cache/alchemist/apache/1082042652.cache.local.adl
/var/cache/alchemist/apache/1082042945.cache.local.adl
/var/cache/alchemist/apache/1082102525.cache.local.adl
/var/www/icons/apache_pb2_ani.gif
/var/www/icons/apache_pb.gif
/var/www/icons/apache_pb.png
/var/www/icons/apache_pb2.gif
/var/www/icons/apache_pb2.png
/var/www/manual/images/apache_header.gif
/var/www/manual/images/apache_header.png
/var/www/manual/mod/mod_python/inst-apacheconfig.html
/var/www/manual/mod/mod_python/module-apache.html
/var/www/manual/programs/apachectl.html
/etc/pam.d/apacheconf
/etc/security/console.apps/apacheconf
/etc/alchemist/namespace/apache
/etc/alchemist/namespace/apache/local.adl
/etc/alchemist/namespace/apache/rpm.adl
/etc/alchemist/switchboard/apache.switchboard.adl
/usr/bin/apacheconf
/usr/lib/python2.2/site-packages/mod_python/apache.py
/usr/lib/python2.2/site-packages/mod_python/apache.pyc
/usr/lib/python2.2/site-packages/mod_python/apache.pyo
/usr/lib/libsoup-apache.so.3.3.4
/usr/lib/libsoup-apache.so.3
/usr/sbin/apachectl
/usr/share/locale/cs/LC_MESSAGES/apacheconf.mo
/usr/share/locale/da/LC_MESSAGES/apacheconf.mo
/usr/share/locale/de/LC_MESSAGES/apacheconf.mo
/usr/share/locale/el/LC_MESSAGES/apacheconf.mo
/usr/share/locale/es/LC_MESSAGES/apacheconf.mo
/usr/share/locale/fi/LC_MESSAGES/apacheconf.mo
/usr/share/locale/fr/LC_MESSAGES/apacheconf.mo
/usr/share/locale/gl/LC_MESSAGES/apacheconf.mo
/usr/share/locale/hu/LC_MESSAGES/apacheconf.mo
/usr/share/locale/it/LC_MESSAGES/apacheconf.mo
/usr/share/locale/ja/LC_MESSAGES/apacheconf.mo
/usr/share/locale/ko/LC_MESSAGES/apacheconf.mo
/usr/share/locale/no/LC_MESSAGES/apacheconf.mo
/usr/share/locale/pl/LC_MESSAGES/apacheconf.mo
/usr/share/locale/pt_BR/LC_MESSAGES/apacheconf.mo
/usr/share/locale/sk/LC_MESSAGES/apacheconf.mo
/usr/share/locale/sv/LC_MESSAGES/apacheconf.mo
/usr/share/locale/tr/LC_MESSAGES/apacheconf.mo
/usr/share/locale/zh_CN/LC_MESSAGES/apacheconf.mo
/usr/share/locale/zh_TW/LC_MESSAGES/apacheconf.mo
/usr/share/locale/id/LC_MESSAGES/apacheconf.mo
/usr/share/locale/is/LC_MESSAGES/apacheconf.mo
/usr/share/locale/ms/LC_MESSAGES/apacheconf.mo
/usr/share/locale/nn/LC_MESSAGES/apacheconf.mo
/usr/share/locale/pt/LC_MESSAGES/apacheconf.mo
/usr/share/locale/ro/LC_MESSAGES/apacheconf.mo
/usr/share/locale/ru/LC_MESSAGES/apacheconf.mo
/usr/share/locale/sl/LC_MESSAGES/apacheconf.mo
/usr/share/locale/sr/LC_MESSAGES/apacheconf.mo
/usr/share/locale/uk/LC_MESSAGES/apacheconf.mo
/usr/share/locale/wa/LC_MESSAGES/apacheconf.mo
/usr/share/pixmaps/apacheconf.png
/usr/share/applications/apacheconf.desktop
/usr/share/man/man1/apacheconf.1.gz
/usr/share/man/man8/apachectl.8.gz
/usr/share/vim/vim61/syntax/apachestyle.vim
/usr/share/vim/vim61/syntax/apache.vim
/usr/share/apacheconf
/usr/share/apacheconf/ApacheControl.py
/usr/share/apacheconf/ApacheBase.py
/usr/share/apacheconf/ApacheConf.py
/usr/share/apacheconf/apache-config.glade
/usr/share/apacheconf/ApacheGizmo.py
/usr/share/apacheconf/CheckList.py
/usr/share/apacheconf/httpd.conf.xsl
/usr/share/apacheconf/apacheconf
/usr/share/apacheconf/ApacheGizmo.pyc
/usr/share/apacheconf/ApacheBase.pyc
/usr/share/apacheconf/CheckList.pyc
/usr/share/apacheconf/ApacheControl.pyc
/usr/share/apacheconf/httpd.conf.md5
/usr/share/kontrol-panel/apacheconf.desktop
/usr/share/icons/Bluecurve/16x16/apps/apacheconf.png
/usr/share/icons/Bluecurve/32x32/apps/apacheconf.png
/usr/share/icons/Bluecurve/48x48/apps/apacheconf.png

Any idea which of these is the actual install path?

Cheers,
TVScoundrel.

jeffreybluml 04-22-2004 11:36 AM

Hmmm, didn't realize there wouldn't be an entry that was a bit more obvious. I would tend to guess it's either the one in /usr/bin or /usr/sbin.

Sorry I can't help you more. Interestingly, if you use "locate Apache" rather than "locate apache" you get a totally different set of paths. I guess I thought this was NOT case sensitive.

Good luck...

TVScoundrel 04-22-2004 11:50 AM

OK thanks, Ill keep on searching untill I find it...

Maybe I beter check my red hat documentation there may be something in there.

Cheers,
TVScoundrel


All times are GMT -5. The time now is 05:05 PM.